/* CSS Document */
body {
background-color:#A0AEC1;
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:15px;
}
/* Change the Banner file here */
#header {
background-image:url(Banner1.jpg);
width:924px;
height:300px;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#bd9a52;
font-style:italic;
text-align:center;
}

#linkstyle {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:18px;
color:#FFFFFF;
font-style:normal;
letter-spacing:-1px;
margin:10px;
padding-top:30px;
}

#navleft {
padding-top:5px;
width:180px;
background-repeat:no-repeat;
float:left;
vertical-align:top;
}

#maincontent {
margin:0 160px 0 200px;
padding-bottom:50px;
padding-right:15px;
padding-left:10px;
color:#333333;
}

#navright {
width:144px;
float:right;
padding-right:18px;
color:#FFFFFF;
}

#bottomlinks {
text-align:center;
color:#333333;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
padding:5px;
margin:0 auto;
}

#navlink{
	height: 42px;
	width: 178px;
	display: block;
	color:#466289;
	text-decoration:none;
	padding:5px 0 0 5px;
	margin-bottom:2px;
	border-left:#CCCCCC thick solid;
}

#navlink:hover{
	width: 178px;
	height: 42px;
	border-left:#466289 thick solid;
	color:#466289;
	padding:5px 0 0 5px;
	text-decoration:none;
	margin-bottom:2px;
	background-color:#CCCCCC;
}

#navlinknew{
	height: 28px;
	width: 178px;
	display: block;
	color:#466289;
	text-decoration:none;
	padding:5px 0 0 5px;
	margin-bottom:2px;
	border-left:#CCCCCC thick solid;
}

#navlinknew:hover{
	width: 178px;
	height: 28px;
	border-left:#466289 thick solid;
	color:#466289;
	padding:5px 0 0 5px;
	text-decoration:none;
	margin-bottom:2px;
	background-color:#CCCCCC;
}

#wrapper {
text-align:left; 
width:924px; 
margin:0 auto; 
}

ul {
margin:0px;
padding-left:20px;
padding-right:4px;
padding-top:10px;
padding-bottom:10px;
}

a:hover {
text-decoration:none;
background:#DDDDDD;
font-style:italic;
font-weight:bold;
color:#466289;
}

a {
text-decoration:none;
font-style:italic;
font-weight:bold;
color:#466289;
}