@charset "utf-8";
body {
	background-color: #0b3294;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
a, a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #989289;
}
			
a:hover {
	text-decoration: none;
	color: #328FC5;
}
/*
** HTML elements
*/
table {
	border-collapse: collapse;
	border: 1px solid #D1D1D1;
}
td {
	border: 1px solid #BAEAFF;
	padding: 4px;
	vertical-align: top;
}
.highlight {
	background-color: #F9FDFF;
}

th {
	text-align: left;
	color: #FF8F00;
	font-size: 14px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ccc;
	margin: 0px;
	padding: 0px;
}
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:18px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	color: #00adef;
	text-transform: uppercase;
}
h2 {
	font-size:13px;
	font-weight: bold;
	color: #00adef;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: capitalize;
}
h3 {
	letter-spacing: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:13px;
	margin-bottom: 3px;
	color:#929292;
	margin-left: 0px;
	font-weight: bold;
}
p {
	margin-top: 0px;
	margin-bottom: 17px;
	line-height: 16px;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;		
	margin: 0px;
	padding: 0px;
	clear: both; 
}
#container {
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
}
#header {
	height: 194px;
}
#nav {
	height: 33px;
	background-image: url(images/nav-bg.gif);
	background-repeat: no-repeat;
}
#content {
	padding: 20px;
}
#footer {
	background-image: url(images/footer.gif);
	height: 36px;
	padding-top: 6px;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
#footer a {
	color: #FFFFFF;
}
#content-pic {
	float: left;
	width: 173px;
	margin-left: 10px;
}
#nav ul {
	color: #FFFFFF;
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	display: block;
}
#content-text {
	float: right;
	width: 720px;
	margin-right: 8px;
}

#nav li {
	display: block;
	float: left;
}
#nav li a {
	color: #FFFFFF;
	display: block;
	padding-top: 11px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
}
#content-text blockquote {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #F6F6F6;
	padding-left: 8px;
	margin-left: 28px;
}

#nav a:hover {
	color: #79DAFF;
}
#footer a:hover {
	text-decoration: underline;
}
hr{
	height:0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: dashed;
	border-top-color: #0066CC;
}

#plain td  {
	border-style:none;
	padding: 6px;
}
