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

body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
	padding-top: 10px;
	padding-bottom: 10px;
}
p {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link, a:visited {
	font-weight: bold;
	color: #0d386d;
	text-decoration: none;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0d386d;
}
ul {
}
li {
	font-size: 80%;
}
li ul li {
	font-size: 100%;
}
dl {
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0D386D;
	padding-bottom: 10px;
	padding-top: 10px;
}
dt {
	font-weight: bold;
	padding-bottom: 10px;
}
dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1 {
	font-size: 110%;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-top: 20px;
	margin-bottom: 10px;
}
h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	font-size: 90%;
	margin-bottom: 20px;
	margin-top: 30px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}
h5 {
	color: #0D386D;
	margin-top: 30px;
	margin-bottom: 0px;
}
object {
	margin: 0px;
	padding: 0px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
	padding: 0px;
	height: 300px;
}
#container {
	text-align: left;
	padding: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	background-image: url(images/containerBG.png);
	background-repeat: repeat-y;
	background-position: left top;
}
#leftcol {
	background-color: #CCCCCC;
	float: left;
	width: 181px;
}
#leftcol p {
	padding-right: 20px;
	padding-left: 20px;
	font-size: 70%;
}
#nav {
	margin-bottom: 20px;
	background-image: url(images/navBG2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0D386D;
}
#container   #nav ul  {
	padding-left: 0px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#container   #nav li  {
	padding-top: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #437ca5;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#container  #nav  a:link, #container #nav a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	line-height: 125%;
}
#container #nav a:hover {
	background-color: #437CA5;
	background-image: url(images/navLinkBG.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#content {
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-left: 200px;
}
#content p {
	line-height: 150%;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #FFFFFF;
	background-color: #303030;
	background-image: url(images/footerBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	float: left;
	width: 100%;
}
#container .clear {
	clear: both;
}
#footer p {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover {
	border-bottom-color: #FFFFFF;
}
#footer  .copyright {
	float: left;
	padding-left: 30px;
}
#footer  .logiq {
	float: right;
	padding-right: 30px;
}
