* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body {
	background-image: url(../images/fullbg.png);
	background-repeat: repeat-x;
}

#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#upperbar {
	height: 50px;
	width: 700px;
	text-align: center;
}
#upperbar ul {
	height: 35px;
	padding-top: 15px;
}
#upperbar li {
	display: inline;
	list-style-type: none;
}
#upperbar a:link, #upperbar a:visited, #upperbar a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
#mid {
	width: 700px;
	height: 570px;
}
#toppic {
	width: 640px;
	padding-top: 40px;
}
#bottompic {
	text-align: center;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	height: 130px;
	padding-top: 10px;
	color:  #000000;
	font-size: 14px;
	clear: both;
	border: 0px;
}

.certs {
	font-size: 9px;
	color: #016d96;
}

#bottombar {
	height: 50px;
	width: 700px;
	color: #FFFFFF;
	text-align: center;
	
}

#bottombar ul {
	list-style-type: none;
	height: 35px;
	padding-top: 12px;
}
#bottombar li {
	display: inline;
}
#bottombar a:link, #bottombar a:visited, #bottombar a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.more {
	color: #818181;
	font-size: 12px;
}
#upperbar a:hover {
	color:  #00B7C6;
}
#bottombar a:hover {
	color:  #00B7C6;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #016d96;
	text-align: center;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #016d96;
}
#bottomtext {
	font-size: 10px;
	color: #000000;
	text-align: center;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
}
#upperbar li ul {
	display: none;
	
}

#upperbar li:hover > ul {
	background-color: #000000;
	position: absolute;
	display: block;
	left: -320px;
	top: 32px;
	margin-left: 50%;
	
	
}
#upperbar li:hover > .sub {
	background-color: #000000;
	display: block;
	width: 180px;
	height: 80px;
	
}
#upperbar li li {
	display: block;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}
