@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/site-bg.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	background-position: center 20px;
}
a, a:link{
	outline: none;
	text-decoration: underline;
	color: #3298BA;
}
a:visited {
	outline: none;
	text-decoration: underline;
	color: #3298BA;
}

a:hover {
	text-decoration: underline;}
/*
** HTML elements
*/
form {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; color: #cc6633
}
h2 {
	font-family: Arial, Helvetica, sans-serif; font-size: 11pt; font-weight: bold; color: #3298ba
}
h3 {
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	font-size:18px;
	margin-bottom: 3px;
	color:#3298BA;
	margin-left: 0px;
}
/*
** 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;
}			
.clear-block {
margin: 0px;
padding: 0px;
clear: both; 
}	
#headerdiv {
	background-color: #FFFFFF;
	height: 20px;
}
#container {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #0182AC;
}
#container #header {
	background-color: #666666;
	height: 106px;
}
#container #contents {
	background-color: #FFFFFF;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}

#header #logo {
	background-color: #000000;
	float: left;
	width: 232px;
}
#header #flash {
	width: 768px;
	float: left;
}
#contents #leftclm {
	float: left;
	width: 232px;
}
#contents #rightclm {
	float: left;
	width: 196px;
	text-align: center;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#leftclm ul {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftclm ul ul li a:hover {
	color: #FFFFFF;
	background-color: #3298BA;
}
#leftclm li a:hover {
	color: #FFFFFF;
	background-color: #CC6633;
}

#leftclm li {
	list-style-type: none;
}
#leftclm li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc6633;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #030303;
	text-decoration: none;
	font-weight: bold;
	background-color: #3298ba;
}
#leftclm li .highlight {
	background-color: #CC6633;
}
#leftclm a.highlight {
	color: #FFFFFF;
}

#leftclm ul ul a {
	font-weight: normal;
	background-color: #0182ac;
	margin-left: 40px;
	padding-left: 0px;
}
#leftclm ul ul {
	margin: 0px;
}
#contents #middleclm {
	float: left;
	width: 512px;
	padding: 15px;
}
#contents #footer {
	margin-right: 240px;
	margin-left: 245px;
	font-size: 10px;
	color: #0182AC;
	margin-bottom: 30px;
	margin-top: 15px;
}
table.formtable {
	width:100%;
}
table.formtable td {
width:50%;
	border:1px solid #000;
}
table.formtable tr {
	vertical-align:top;
}
#ApplicationForm textarea {
	width:100%;
	height:5em;
	font-family:Arial,sans serif;
}
#ApplicationForm legend {
	color:#CC6633;
	font-size:14px;
}
#ApplicationForm th {
	text-align:left;
	border-bottom:1px solid #CC6633;
}