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

#wrap {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
	height: 190px;
}
.logo {
	margin-top: 70px;
}
#wrap #Nav {
	width: 800px;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	background-image: none;
	background-color: #000066;
}
.leftPad50 {
	padding-left: 50px;
	float: left;
	margin-right: 4px;
}

#navLinks{
	padding-left: 50px;
}
#navLinks ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navLinks ul li{
	display: inline;
	text-decoration: none;
}
#navLinks ul li a:link, #navLinks ul li a:visited{
	display: block;
	width: 170px;
	float: left;
	text-align: center;
	margin-right: 54px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #CCCCCC;
	padding: 5px;
}
#navLinks ul li a:hover{
	background-color: #FFFFFF;
	text-decoration: none;
}

/**********footer styles************/
#footer{
	padding: 15px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	float: left;
	width: 820px;
}
#footer a:link, #footer a:visited{
	color: #CC0000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#navimg {
	float: left;
}
#navimg img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Nav {
	float: left;
}
