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

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #2966BF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #333;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #2966BF;
}
#header {
	height: 179px;
	width: 696px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	margin-left: 11px;
	float: left;
}
#content {
	background-image: url(images/middle.jpg);
	width: 718px;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 650px;
	position: relative;
	display: block;
}
#footer {
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
	margin-top: 20px;
	float: left;
}
#contleft {
	float: left;
	height: 429px;
	width: 225px;
	margin-top: 15px;
	margin-left: 18px;
	margin-bottom: 15px;
	display: block;
}
#contright {
	width: 435px;
	float: right;
	margin-top: 15px;
	padding-right: 25px;
	display: block;
}
p {
	font-family: Verdana;
	font-size: 12px;
}
#footer p {
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	color: #0263BC;
}



/* Lists and Navigation */
 
#navcontainer
{
	height: 22px;
	width: 696px;
	list-style-type: none;
	position: absolute;
	top: 145px;
	font-family: Verdana;
	font-size: 12px;
}

#navlist li
{
	width: auto;
	display: block;
	float: right;
	padding-left: 14px;
	padding-right: 14px;
}

#navlist li a, #navlist li a:link
{
	color: #fff;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

#navlist li a:hover
{
	color: #CEE0F6;
	cursor: pointer;
}

#navlist li a#current, #navlist li a#current:link
{
	color: #CEE0F6;
	cursor: default;
	font-weight: bold;
}

#navlist li a#current:hover
{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#servright {
	width: 435px;
	float: right;
	margin-top: 15px;
	padding-right: 25px;
}
#servright img {
	margin-bottom: 4px;
}
#servright  a  img {
	border: 1px solid #0465BF;
}
#servright a:hover img {
	border: 1px solid #003B7A;
}
#servcontent {
	background-image: url(images/middle.jpg);
	width: 718px;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 1200px;
	background-repeat: no-repeat;
	margin-bottom: 25px;
}
#tabcontent {
	background-image: url(images/middle.jpg);
	width: 718px;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	height: 1000px;
	background-repeat: no-repeat;
}
.tabletext {
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 5px;
}
#portright {
	width: 330px;
	float: right;
	margin-top: 15px;
	padding-right: 25px;
}
