BODY{
	background : Black url(../media/img_background.jpg) fixed;
	background-repeat : repeat-y;
}

	
DIV.header 	{
	color: #075087;
	background-color : #075087;
	height : 25px;
}



#MainContent {
	position : absolute;
	padding-left : 20px;
	padding-top : 45px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}

#sidebar {
	position : absolute;
	left : 425px;
	top: 180px
	padding-left : 20px;
	padding-top : 45px;
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	font-weight: bold;
}

#sidebar table{
border: 0px;
}
#sidebar td {
	font-family : Arial, Helvetica, sans-serif;
	color : White;
}

#navigation {
	border : thin solid White;
	height : 54px;
	width: 350px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	color: white;
	font-weight : bold;
	padding : 2px 2px;
	position : absolute;
	top : 370px;
	left: 425px;
	}
	#navigation a {font-family : Arial, Helvetica, sans-serif; 
	font-size : 90%;
	color: white;
	font-weight : bold;
	padding : 2px 2px;
	text-decoration : none;
	}
	
	#navigation a:hover {font-family : Arial, Helvetica, sans-serif; 
	font-size : 90%;
	color: #3C81B4;
	font-weight : bold;
	padding : 2px 2px;
	text-decoration : none;
	}

	#sub_navigation {
	border : thin solid White;
	height : 25px;
	width: 350px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 70%;
	color: white;
	font-weight : bold;
	padding : 3px 4px;
	position : absolute;
	top : 426px;
	left: 425px;
	}
	
	#sub_navigation a {font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color: white;
	font-weight : bold;
	padding : 2px 2px;
	text-decoration : none;
	}
	
	#sub_navigation a:hover {font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px;
	color: #3C81B4;
	font-weight : bold;
	padding : 2px 2px;
	text-decoration : none;
	}
	
	.italics {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	color: white;
	font-style : italic;
}

