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

body {
    background-color: #E7E7E7;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
 }
 
#outer {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}

#banner {
	width:800px;
	height:120px;
	position:absolute;
	top:25px;
}

#menu {
	width:800px;
	height:25px;
	position:absolute;
	top:149px;
}

#content {
	width:800px;
	position:absolute;
	top:200px;
}

.menuMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menuMain a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.menuMain a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #EFC750;
	text-decoration: none;
}

a {
	font-weight: bold;
	color: #103C6B;
}
