/* CSS Document */
* {
	padding:0px;
	margin:0px;
	}
P {
	margin-bottom:1.4em;
	}
ul {
	margin-left:25PX;
	margin-bottom:15PX;
	}
h1{
font-size:1.8em;
font-weight:normal;
color:#0f3c73;
}
a{
color:#0f3c73;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:66%;
	background-image: url(/images/body.jpg);
}
#wrapper{
	width: 959px;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	background-color: #FF00FF;
	width: 959px;
	float:left;	
}
#Menu{
	background-image: url(/images/menu_back.jpg);
	width: 959px;
	height:38px;
	float:left;
	color:#FFFFFF;
	font-size:1.6em;
}
#shadow{
	width: 959px;
	float:left;
}
#main-pic{
	width: 959px;
	float:left;
}
#Menu a{
	color:#FFFFFF;
	text-decoration:none;
}
#Menu a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
#Main_Content{
	float:left;
	width: 100%;
	background-image: url(/images/main_content.jpg);
}
#Leftcol{
	background-image:url(/images/text.jpg);
	float: left;
	width: 638px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.1em;
	color:#666666;
	font-size:1.1em;
	padding-right:50px;
	line-height:18px;
}
#rightcol{
	background-color:#993300;
	background-image:url(/images/left_col_back.jpg);
	background-repeat:no-repeat;
	float: left;
	width: 252px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:19px;
	font-size:1.2em;
	line-height:18px;
	color:#666666;
}
#rightcol a{
color:#666666;
text-decoration:none;
}
#rightcol a:hover{
color:#666666;
text-decoration:underline;
}
#rightcol_home{
	float: left;
	width: 271px;
}
#footer_container{
background-color:#041425; 
float:left; 
width:100%; 
height:45px;
}
#footer_wrapper{
	width: 959px;
	margin-right: auto;
	margin-left: auto;
}
#footer{
	background-color:#041425;
	font-size:.9em;
	color:#878c9d;
	float: left;
	height: 30px;
	width: 959px;
	padding-top:15px;
}
#footer A {
color:#878c9d;
text-decoration:none;
}
#footer A:hover {
text-decoration:underline;
}
.menu_lines{
color:#969cb1;
}
.button{
display:block;
width:190px;
padding:5px;
font-size:1.4em;
color:#fff;
background-color:#041425;
font-weight:bold;
text-decoration:none;
float:left;
}
.button a{
color: #FFFFFF;
text-decoration:none;
}
.button:hover{
background-color:#1A303E;
}