@charset "utf-8";
/* CSS Document */

body {
	background-color: #b2b2b2;
	margin: 0;
	padding: 0;
	font-family: Verdana,"Lucida Grande","Trebuchet MS",sans-serif;
	font-size: 10pt;
	behavior: url(/js/csshover.htc);
	color: #333333;
	padding: 10px 10px 10px 10px;
}

form {
	margin: 0;
	padding: 0;
}

form .field {
	display: block;
}
		form .field input,
		form .field textarea {
	background-color: #999999;
	color: #FFFFFF;
		}
	form .fielderror {
	border: 1px solid #FF0000;
	}
		form .fielderror input {
	background-color: #FFF4F4;
	color: #000000;
		}
		form .fielderror .error {
			padding: 5px 5px 5px 5px;
			color: #ff0000;
		}

img {
	border: 0;
}
a {
	color: #3092FD;
}
a:hover {
	color: #000000;
}
strong {
	font-weight: bolder;
	color: #000000;
}
p {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
}

h1 {
	color: #2b3594;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
	h1 .sub {
		font-size: .6em;
		color: #333333;
		text-transform:capitalize;
		font-family: Verdana,"Lucida Grande","Trebuchet MS",sans-serif;
	}
h2 {
	color: #2b3594;
	font-family: Verdana,"Lucida Grande","Trebuchet MS",sans-serif;
	font-size: .8em;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
}
	h2 .sub {
		font-size: .8em;
		color: #333333;
		text-transform:capitalize;
	}

h3 {
	color: #2b3594;
	font-family: Verdana,"Lucida Grande","Trebuchet MS",sans-serif;
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
	li h3 {
	padding: 0px 10px 5px 10px;
	}

h4 {
}

hr {
	display:block;
	border: none;
	border-top: 1px solid #FFFFFF;
	height: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
td {
	vertical-align:top;
}
td.bottom {
	vertical-align:bottom;
}

sup {
	font-size: 0.8em;
	line-height: 100%;
	xvertical-align:super;
	vertical-align:text-top;
}

ul {
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

.clear {
	display: block;
	clear: both;
}

.divFlash{display:none;}
.divHtml{display:block;}

/* -------------------- */

#container {
	display: block;
	margin: 0px auto;
	padding: 0;
	width: 800px;
	background-color: #cecece;
	overflow: hidden;
}
/* Holly Hack Targets IE Win only \*/
* html #container {height: 1%;}
/* End Holly Hack */

.left {
	display: block;
	float: left;
	overflow: hidden;
	width: 50%;
}
/* Holly Hack Targets IE Win only \*/
* html .left {height: 1%;}
/* End Holly Hack */

.right {
	display: block;
	float: right;
	overflow: hidden;
	width: 49.9%;
}
/* Holly Hack Targets IE Win only \*/
* html .right {height: 1%;}
/* End Holly Hack */

.bar {
	display:block;
	height: 20px;
	border-right: 2px solid #575858;
	overflow: hidden;
}

#header {
	padding: 0px 60px 0px 60px;
	margin: 0px 0px 0px 0px;
	font-size: 0.9em;
	overflow: hidden;
}
	#header .left {
	}
	#header .right {
	}
	#header #logo {
		padding: 0px 0px 0px 0px;
	}

#header .bar {
	margin: 0px 0px 10px 0px;
}

/* ------- Menus ---------- */

#menuMain {
	display: block;
	padding: 0px 0px 0px 0px;
}
	#menuMain ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}
		#menuMain ul li {
			padding: 0;
			margin: 0;
			overflow:hidden;
		}
	#menuMain a {
	display: block;
	text-transform: uppercase;
	text-align: right;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
		#menuMain a:hover {
		color: #000000;
		}
		#menuMain ul li.on a {
	color: #2b3594;
		}
/* Holly Hack Targets IE Win only \*/
* html #menuMain ul li {height: 1%}
/* End Holly Hack */

/* ---------- */

#menuSub {
	display: block;
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana,"Lucida Grande","Trebuchet MS",sans-serif;
}
	#menuSub ul {
		padding: 0;
		margin: 0;
	list-style-type: none;
	border-bottom: 2px solid #ffffff;
	overflow:hidden;
	}
		#menuSub ul li {
			display:inline;
			padding: 0px 5px 0px 5px;
			margin: 0;
	border-bottom: 2px solid #ffffff;
		}
	#menuSub a {
	text-transform: uppercase;
	text-align: right;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: .7em;
	}
		#menuSub a:hover {
		color: #000000;
		}
		#menuSub ul li.on {
	border-bottom: 2px solid #2b3594;
		}
		#menuSub ul li.on a {
	color: #2b3594;
	font-weight: bold;
		}

		#menuSub ul li ul {
			display:none;
		}



/* ---------- */

#menuBottom {
	display: block;
	padding: 0px 0px 0px 10px;
}
	#menuBottom ul {
		padding: 0;
		margin: 0;
	list-style-type: none;
	}
		#menuBottom ul li {
			display:inline;
			padding: 0px 20px 0px 0px;
			margin: 0;
		}
	#menuBottom a {
	text-transform: uppercase;
	text-align: right;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
		#menuBottom a:hover {
		color: #000000;
		}
		#menuBottom ul li.on a {
	color: #2b3594;
	font-weight: bold;
		}

/* ----------------- */

#contents {
	padding: 10px 60px 40px 60px;
	overflow: hidden;
	font-family: "Times New Roman", Times, serif;
}

	#body {
		overflow: hidden;
	}
		#body .left {
			width: 74.9999%; /* Stupit IE pixel perfect bug */
			overflow: hidden;
		}
		#body .right {
			width: 25%;
			overflow: hidden;
		}
	#body .padded {
	padding: 30px 40px 10px 40px;
	}


/* ------------------ */

#footer {
	padding: 0px 60px 0px 60px;
	margin: 0px 0px 0px 0px;
}
	#footer address {
	display: block;
	text-align: right;
	font-size: 0.8em;
	text-decoration: none;
	font-style: normal;
	}

#footer .bar {
	margin: 10px 0px 0px 0px;
}

#footerSub {
	background-color: #b2b2b2;
	padding: 10px 20px 0px 20px;
	font-size: 0.8em;
}
#footerSub p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* ------------------ */

.downloadpdf {
	background-position:left center;
	background-repeat:no-repeat;
	background-image: url(/img/but_arrowblue.gif);
	padding-left: 14px;
	padding-right: 4px;
	text-decoration:none;
	border: 1px dashed #FFFFFF;
}
.downloadpdf:hover {
	border: 1px dashed #2C87CB;
}

/* --- Powered by --- */

.poweredBy {
	text-align: right;
}
.poweredBy img {
	border: 0;
	margin-left: 8px;
}
.poweredBy a,
.poweredBy a:visited {
	color: #333333;
	text-decoration: none;
}

.poweredBy a:hover {
	color:#000000;
}

/* --- Misc --- */

.bluetext {
	color:#2b3594;
}
.largetext {
	font-size: 1.4em;
}

.inputText {
}
.inputTextarea {
}
.inputCheckbox {
}
.inputSubmit {
	background-image:url(/img/but_submit.gif);
	width: 134px;
	height:23px;
	padding: 0px 20px 0px 0px;
	border: none;
	background-color: #2B359F;
	color: #FFFFFF;
}

.req {
	color: #FF0000;
}
