@charset "utf-8";
/* CSS Document */
body {
	background-color: #00002e;
	background-image: url(../images/news.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	color:#FFFFFF;
}
/*This holds the page together*/
#container
{
	position:absolute;
	width: 824px;
	top: 11px;
	left: 390px;
	height: 305px;
}
/*this holds tthe update and insert together*/
#Newscent
{
	position:absolute;
	width: 797px;
	top: 78px;
	left: 291px;
	height: 261px;
}
#newsolder
{
	position:absolute;
	width: 357px;
	top: 149px;
	left: 20px;
	height: 261px;
}

#oldernews
{
	position:absolute;
	width: 797px;
	top: 90px;
	left: 246px;
	height: 261px;
}
#menupeofam
{
	position:absolute;
	width: 203px;
	top: 97px;
	left: 21px;
	height: 20px;
}
/*Fonts Used*/

h1/*title*/
{
	color: RED;
	text-align: justify;
	font-size: 16px;
}
h2/*Title*/
{
	color: #FFFFFF;
	text-align: justify;
	font-style:normal;
	font-weight: bolder;
	font-size: 13px;
}
h3/*Main Text*/
{
	color: #FFFFFF;
	text-align: justify;
	font-size: 12px;
}
h4/*Latest News*/
{
	color: #D7DDE8;
	text-align: justify;
	font-size: 18px;
	font-style: normal;
}
h5/*old News*/
{
	color: #00FF00
	text-align: justify;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
}
h6/*old News*/
{
	color: #FFFFFF;
	text-align: justify;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
}
/*Navigation>*/
#backto  
{
	width: auto;
	font: bold;
	font-size: medium;
	height: auto;
}

#backto ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#backto li
{
	background-color: #E0DFE3;
	color: #000021;
}
#backto a:link, #backto a:visited
{
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #879AB8;
	color: #FFFFFF;
	text-decoration: none;
}
#backto a:hover
{
	background-color: #E0DFE3;
	color: #000021;
}
/*Smallmenu*/
#toback  
{
	width: auto;
	font: bold;
	font-size: medium;
	height: auto;
}

#toback ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#toback li
{
	background-color: #E0DFE3;
	color: #000021;
}
#toback a:link, #toback a:visited
{
	display: block;
	padding: 1px 1px 1px 0.5em;
	border-left: 12px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #879AB8;
	color: #FFFFFF;
	text-decoration: none;
}
#toback a:hover
{
	background-color: #E0DFE3;
	color: #000021;
}

