@charset "UTF-8";
/* CSS Document */

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #243251;
}
#header {
width:640px;
height:252px;
/*
position:absolute;
margin-left:0px;
margin-right:0px;
*/
}
#logo {
	margin-top:0px;
	margin-left:13px;
	position:absolute;
	height: 606px;
}
#navig {
	color:#e1e1e1;
	margin-left: 205px;
	margin-top: 17px;
	position:absolute;
	width: 676px;
}
.clearer {
clear:both;
font-size:0px;
line-height:0px;
height:0px;
}
.content {
width:675px;
height:353px;
margin-left:205px;
margin-top:0px;
position:absolute;
/*padding: 5px;
border: #e1e1e1 1px solid;*/
}
#footer {
height: 40px;
width: 640;
position: fixed;
margin-left:205px;
margin-top:384px;
position:absolute;
/*bottom: 0px;
left: 0px;
background-color: #FFFFFF*/
}
.redfont {
color: #E61F26;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.bluefont {
color: #243251;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}
.bluefontthin {
color: #243251;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
a:link { 
text-decoration: none; color : #243251; border: none; 
}
a:active { 
text-decoration: none; color : #243251; border: none;
}
a:visited { 
text-decoration: none; color : #3D4960; border: none; 
}
a:hover	{ 
text-decoration: none; color : #E61F26; border: none; 
}

