@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body {
	background-color:#0192ca;
	text-align:center;
	min-width:800px;
}

#mainWrapper {
	width:800px;
	margin:auto;
	border:0px none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size:8pt;
	text-align:left;
}

#headLinks {
	padding:60px 0px 0px 116px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#headLinks a {
	color:#003399;
	text-decoration:underline;
}

#headLinks a:hover {
	color:#0192ca;
	text-decoration:underline;
}

#breadcrumbs {
	color:#333333;
	padding:7px;
}

#breadcrumbs a {
	color:#333333;
	text-decoration:none;
}

#breadcrumbs a:hover {
	color:#0192ca;
	text-decoration:underline;
}

#subnav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:#003399;
	padding:7px 0px 7px 7px;
	line-height:12pt;
	width:155px;
	border-right:#cccccc 2px solid;
	float:left;
	background-color:#ffffff;
}

#subnav a {
	color:#333333;
	text-decoration:none;
}

#subnav a:hover {
	color:#0192ca;
	text-decoration:underline;
}

.selected {
	font-weight:bold;
	font-size:9pt;
	color:#0192ca;
}

.blue {
	color:#0192ca;
	font-weight:bold;
}

#content {
	width:635px;
	float:right;
	padding-bottom:15px;
	background-color:#ffffff;
}

#footer {
	clear:both;
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	width:800px;
	margin:0px auto;
	padding:5px 0px;
	background-color:#dddddd;
	text-align:center;
}

#footer a {
	color:#003399;
	text-decoration:none;
}

#footer a:hover {
	color:#003399;
	text-decoration:underline;
}

h1 {
	color:#003399;
	font-size:16pt;
	font-weight:normal;
	margin: 5px 0px 5px 10px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	color:#0192ca;
	font-size:9pt;
	font-weight:bold;
	margin: 5px 10px 0px 10px;
	border-bottom:solid 2px #0192ca;
}

h3 {
	color:#0192ca;
	font-size:8pt;
	font-weight:bold;
	margin: 0px;
}

.news_headline {
	color:#333333;
	font-family:Verdana,Arial,Helvetica;
	font-size:9pt;
	font-weight:bold;
	line-height:11pt;
	text-decoration:none;
}

p a{
	color:#333333;
}

p a:hover{
	color:#0192ca;
}

p {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	text-decoration:none;
	padding:5px 0px;
	margin:0px 10px;
}

.para {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:15px;
	text-decoration:none;
	padding:5px 30px;
}

table.history {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	text-decoration:none;
	width:630px;
}

table.history td.left {
	width:130px;
	height:20px;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
	vertical-align:top;
}

table.history td.right {
	/*width:500px;*/
	height:20px;
	text-align:left;
	vertical-align:top;
}

table.other {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	text-decoration:none;
	width:630px;
}

table.other td.left {
	width:315px;
	height:20px;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	vertical-align:top;
}

table.other td.right {
	width:315px;
	height:20px;
	text-align:left;
	vertical-align:top;
}

table.customers {
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	text-decoration:none;
	width:630px;
}

table.customers td.left {
	width:370px;
	height:20px;
	text-align:left;
	padding-right:10px;
	font-weight:bold;
	vertical-align:top;
}

table.customers td.right {
	width:260px;
	height:20px;
	text-align:left;
	vertical-align:top;
}

.caption {
	 background-color:#c8d1b0;
	 text-align:center;
	 color:#000000;
	 width:190px;
	 font-size:10px;
	 margin-bottom:0px;
	 padding:5px 10px;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #0192ca;
	border-bottom-width: 0;
	font:normal 8pt Verdana;
	line-height:18px;
	z-index:100;
	text-align:left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #0192ca;
	padding: 1px 0;
	text-decoration: none;
	color: 1b9dd1;
	font-weight: 500;
}

#dropmenudiv a:hover{ /*hover background color*/
	color:#ffffff;
	background-color: 0192ca;
}



fieldset{
	margin:0em 0;
	padding:1em;
	/*border:1px solid #ccc;*/
	border:solid 0 transparent;
	background-color:#ffffff;
}

label{
	float:left;
	width:10em;
	text-align:right;
	padding-right:5px;
}

input{
	width:200px;
}

input:focus, textarea:focus {
	background: #ffc;
}

form p{
	margin:0px;
	padding-bottom:0px;
}

textarea{
	width:220px;
	height:100px;
}

#buttonSubmit{
	background-color:#0192CA;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	font:bold 8pt Verdana,Arial,Helvetica,sans-serif;
	color:#fff;
	cursor:pointer;
	width: auto;
	height: auto;
	padding: 3px;
	margin: 5px 0px;
}

.required{
	color:#ff0000;
}