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

body {
	background: url(images/mainback.jpg) repeat;
}
#outer {
width:900px;
min-height:700px;
margin:auto;
position:relative;
font-family:Arial, Tahoma, Geneva, sans-serif;
background-color:#FFF;
font-size:14px;
}
#head{
height:225px;
width:900px;
display:block;
}
#head img{
	vertical-align:bottom;
}
#nav {
background:url(images/headerbottom.jpg) no-repeat;
width:750px;
height:40px;
padding-left:270px;
padding-top:20px;
}
#nav a{
padding:12px;
color:#1c3e95;
text-decoration:none;
font-weight:bold;
height:45px;
}

#nav a:hover{
background:url(images/newmenuhover.jpg) repeat;
padding-top:18px;
color:#78a2ca;
text-decoration:underline;
}
#nav2 {
background:url(images/headerbottomcrop.jpg) repeat-x;
width:900px;
height:40px;
font-size:12px;
padding-top:20px;
}
#nav2 a{
padding:13px;
color:#1c3e95;
text-decoration:none;
font-weight:bold;
height:45px;
}

#nav2 a:hover{
background:url(images/newmenuhover.jpg) repeat;
padding-top:18px;
color:#78a2ca;
text-decoration:underline;
}
#copyright {
	text-align:center;
	color:#000;
	font-weight:bold;
	font-size:12px;
}
