@charset "utf-8";
body {
	margin:0px;
}
p {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#0A0A0A;
}

h1 {
	font-size:18px;
	line-height:26px;
	color:#282828;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}
h2 {
	font-size:16px;
	color:#42698C;
	line-height:22px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	padding-top:15px;
	letter-spacing:1px;
}

h3 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#42698C;
	padding-top:15px;
	text-transform:uppercase;
}

h4 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#23374B;
	padding-top:15px;
}

li {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#0a0a0a;
}

hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #808080;
}

a:link,
a:visited,
a:active {
	color:#282828;
}

a:hover {
	color:#FFFFFF;
	background-color:#282828;
	border-style:none;
}

#footer {
	clear:both;
	width:800px;
	height:50px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	text-align:center;
	background-image:url(images/bottomborderfade.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#282828;
	padding-top:25px;
	word-spacing:5px;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	word-spacing: 1px;
}

#wrapper {
	width:100%;
	text-align:left;
}

#maincontent {
	width:800px;
	height:100%;
	background-image:url(images/fadeborders.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin-right:auto;
	margin-left:auto;
}

#topborder {
	width:730px;
	height:50px;
	background-image:url(images/fadetop.gif);
	background-position:center;
	background-position:bottom;
	background-repeat:no-repeat;
	margin-top:0px;
	margin-right:35px;
	margin-bottom:5px;
	margin-left:35px;
}

#bottomborder {
	width:730px;
	height:40px;
	background-image:url(images/fadebottom.gif);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	padding:0px;
	margin-top:0px;
	margin-right:35px;
	margin-bottom:5px;
	margin-left:35px;
	float:left;
}

#eyecatcher {
	width:730px;
	height:170px;
	margin-top:0px;
	margin-right:35px;
	margin-bottom:0px;
	margin-left:35px;
}

#imagerotate {
	width:470px;
	height:170px;
	float:left;
}

#logo {
	width:255px;
	height:170px;
	float:right;
}

#navbar {
	width:730px;
	height:22px;
	border-top:2px solid #969696;
	border-bottom:2px solid #969696;
	background-color:#3C5A7D;
	float:left;
	text-align:left;
	margin-top:5px;
	margin-right:35px;
	margin-bottom:5px;
	margin-left:35px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

ul#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#navigation li {
	display:inline;
	list-style:none;
	height:22px;
}

#navigation li a {
	color:#ffffff;
	line-height:22px;
	font-size:11px;
	text-decoration:none;
	border-right:1px solid #ffffff;
	padding-top:5px;
	padding-right:35px;
	padding-bottom:5px;
	padding-left:35px;
	font-weight: bold;
}

#navigation li a:hover {
	text-decoration:underline;
	background-position:center;
	background-color:#FFFFFF;
	border-top:2px solid #969696;
	border-bottom:2px solid #969696;
	color:#3C5A7D;
}

#navigation li ul {
    list-style:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#navigation li ul li a:link, #navigation li ul li a:visited {
    display:none;
}

#navigation li ul li:hover a, #navigation li ul li a:active, #navigation li ul li a:hover {
    text-decoration:none;
	display:block;
}
#content  {
	width:730px;
	height:100%;
	border-bottom:3px solid #E5E5E5;
	float:left;
	margin-right:35px;
	margin-left:35px;
	padding-bottom:25px;
}

#text {
	width:490px;
	height:100%;
	float:left;
}

#text img {
	padding:0px;
	border:none;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#text li {
	margin:8px;
}

#text li a:hover {
	background:#3c5a7d;
}

#text a:hover {
	margin:0px;
	background:none;
	padding:0px;
}

#text tr a:hover {
	color:0a0a0a;
}

#contact {
	width:180px;
	height:100%;
	float:right;
	padding-top:25px;
	padding-bottom: 30px;
}

.extrainfo {
	color:#282828;
	font-size:11px;
	line-height:16px;
}
#news {
	width:180px;
	height:100%;
	float:right;
}

#news ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: none;
}

#news li {
	list-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	padding: 2px 0px 2px 15px;
	margin: 0 0 15px 0px;
}

#news a {
	color:#3c5a7d;
}

#news a:hover {
	color:#FFFFFF;
	background-color:#3c5a7d;
}

#content  p  a:hover, #border  a:hover   {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3c5a7d;
	padding: 1px;
}
