@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

#copyright {
	text-align: center;
}

#copyright .copytext {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
	}

/* PAGE CENTERING */
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #E9E9E9;
	
}

body, th, td, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {

}

hr {
	color: #003399;
}

form {
	margin: 1px;
}

.form_input {
	border: 1px solid #2F2829;
	font-size: 14px;
}

#page {
	position:relative;
	width:965px;
	left:15px;
	top:0px;
	left: 0px;	/*OV*/
	background-color: #FFF;
	margin: 0px auto;
	padding: 15px 15px;
	text-align: left;
}

/* enforce background in Mozilla
#page:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
 */
/* enforce background in IE 
	* html .comTour, * html .right {height: 1%;}
*/
/* END PAGE CENTERING */
.pad {
	margin-bottom: 10px;
}
.seperator {
	height: 3px;
	background-color: #003399;
	width: 100%;
	margin-bottom: 10px;
}

#header {
	margin-bottom: 10px;
}

#logo {
	width: 300px;
	overflow: hidden;
}
#strap {
	text-align: right;
}
#banner {
	width: auto;
	text-align: right;
	padding: 0px;
	overflow: hidden;
	text-align:right;
	vertical-align: bottom;
}
#banner .strap
{
	padding-top: 1px;
}

#left {
	float:left;
	width: 180px;
	margin-top: 0px;
}

#right {
	
	float:right;
	width: 140px;
	margin-top: 0px;
}

/* Advert columns */

.column {
	
	float: inherit;
	width: 99%;
	margin-top: 1px;
	border: #CCCCCC solid 1px;
	text-align: center;
}
.column .text {
	margin-top: -8px;
	position: relative;
	background-color: #FFFFFF;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}

#caption {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
}

#content_hp {
	margin: 30px 60px 30px 60px;
	padding: 10px;
	background-color: #F1F1F1;
	border: 1px #003399 solid;
}

#content {
	margin-left: 200px;
	margin-right: 160px;
	background-color: #FFFFFF;
	margin-top: 0px;
}

/* Advert columns */

#footer {
	clear: both;
	padding-top: 0px;
	}

script {
	
	margin: 0;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	font-variant: normal;
	color: #000000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
a {
	color:#003399;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

a.light_links  {
	font-weight: normal;
	font-size: 10px;
}

li {
	vertical-align: middle;
	list-style-image:url(../images/li/check.gif);
	list-style: square;
	padding-bottom: 2px;
}

.infoText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #050F72;
	background-color: #CEDFFF;
	border: 1px solid #050F72;
	padding: 2px;
}

.warnText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #050F72;
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	padding: 2px;
}

.redText {
	color: #FF0000;
}
.blueText {
	color:#003399;
}


/* DHTML TOOL TIP */

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid #000000;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}


