/* CSS Document */

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color : #ffffff;
}


body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
}

html div {
	height:1%;
}

div.navaid, h1.navaid, h2.navaid, p.navaid {
	float:right;
	font-size:0;
	height:0;
	overflow:hidden;
	position:absolute;
	top:-100px;
	width:0;
}


.page {
	width:977px;
	margin-left:auto;
	margin-right:auto;
}

.floatLogo1 {
	width:150px;
	height:124px;
	z-index:20;
	position:relative;
	left:20px;
	top:7px;
}

.headerPosition1 {
	z-index:1;
	top:-124px;
}

.topMenu {
	background:#325b7b;
	height:24px;
	color:#FFFFFF;
	text-align:right;
	padding:5px;
}

.banner {
	border-bottom:solid 7px #ef8523;
}

.banner2 {
	border-bottom:solid 7px #ef8523;
	padding:0px;
	height:59px;
	background-color:#e0e7eb;
	background-image:url(../images/banner-sub.gif);
}

/*FORMS*/
.input .select .textarea {
	padding:0;
	margin:0;
	font-size:100%;
}

form {
	margin:0px;
	padding:0px;
}

input.short
{
	width:5em;
}

input.medium
{
	width:10em;
}
input.long
{
	width:18em;
}

.button{
   padding:0 .2em 0 .2em;
   width:auto;
   overflow:visible;
   display:inline;
}

fieldset{
	background:none;
	color: #000000;
	margin-top: 0.25em;
	margin-bottom: 1.5em;
	padding: 0 1em 1em 1em;
	width: 756px;
	display:block;
}

legend {
	background: #FFFFFF;
	color: #335B7B;
	border: #335B7B solid 2px;
	font-weight: bold;
	padding: 1px 8px;
	margin-bottom:6px;
}

.hidefieldset {
	border:0 none;
	display:block;
	margin:0;
	padding:0;
}

form div {
	margin:0.2em 0 0;
	padding:0.2em 0 0;
}

form div label {
	float:left;
	font-weight:normal;
	padding-right: 12px;
	margin:0px;
	width:20%;
	text-align: right;
}


/* BODY COLUMN CONTAINER */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	top:-124px;	
}

.leftmenu .center {
	width:576px;
} 

.leftmenu .center2col {
	width:100%;
}

/* 2 COLUMN LEFT MENU */
.leftmenu .colright {
	float:left;
	width:200%;
	position:relative;
	left:154px;
}
.leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:154px;
}
.leftmenu .col1 {
	margin:0 0px 0 164px;
	position:relative;
	right:100%;
	overflow:hidden;
}
.leftmenu .col2 {
	float:left;
	width:154px;
	position:relative;
	right:154px;
	height:1%;
}

/*3 COLUMN RIGHT COL*/
.leftmenu .col3 {
	background:#335b7b;
	width:223px;
	margin-right:1px;
}
.leftmenu .col3 .col3Content {
	background:#FFFFFF;
	min-height:100px;
}

.leftmenu .col3 .col3Bottom {
	background:#FFFFFF;
	background-image:url(../images/borderCorners.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:12px;
	margin:0px;
	padding:0px;
}

.gradientBG {
	background-image:url(../images/gradientBG.gif);
	background-repeat:repeat-x;
	background-position:top;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#335b7b;
	font-size:150%;
	font-weight:600;
	padding-left:167px;
	padding-top:20px;
	margin:0px;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#325b7b;
	background:none;
	font-weight:bold;
	font-size:120%;
	margin-top:20px;
	margin-bottom:0px;
}

.cl1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#325b7b;
	background:none;
	font-weight:bold;
	font-size:120%;
	margin-top:20px;
	margin-bottom:0px;
	width: 250px;
	float: left;
}

.clr {
	clear: both;
	width: 0px;
	height: 0px;
}

.cl2 {
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CF7000;
	background:none;
	font-weight:bold;
	font-size:120%;
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 35px;
	width: 250px;
	float: left;
}

.cll1 {
	width: 385px;
	float: left;
	border-right: solid 1px #667d8e;
	text-align: center;
	padding-left: 0px;
	padding-right: 10px;
}

.don {
	border: solid 1px #BBBBBB;
	text-align: center;
	padding: 10px;
	margin: 10px;
	border-style: double;
	background-color: #FFFFFF;
}

.don2 {
	border: solid 1px #BBBBBB;
	float: right;
	text-align: center;
	padding: 10px;
	margin: 10px;
	border-style: double;
	background-color: #FFFFFF;
}

.cll2 {
	width: 385px;
	float: left;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.txt {
	width: 100px;
}

.lft {
	text-align: left;
}

.top5 {
      clear: both;
      padding-top: 5px;
}

.donl {
      width: 140px;
      text-align: right;
      float: left;
      margin-right: 10px;
      font-weight:bold;
}

.text {
      width: 300px;
      float: left;
}

.textl {
      width: 570px;
      float: left;
}

.textal {
      float: left;
      width: 570px;
      height: 100px;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	background:none;
	font-weight:bold;
	font-size:100%;
}

/* RELATED LINKS*/
.relatedLinks {
	background:#335b7b;
	background-image:url(../images/bluecorner.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-top: 10px;
}
.relatedLinks .content {
	padding:4px 12px;
}

/* LINKS */
div.center a:link, div.center a:hover, div.center a:active, div.center a:focus {
	color:#003399;
	text-decoration:underline;
}

div.center a:visited {
	color:#660066;
	text-decoration:underline;
}

div.center2col a:link, div.center2col a:hover, div.center2col a:active, div.center2col a:focus {
	color:#003399;
	text-decoration:underline;
}

div.center2col a:visited {
	color:#660066;
	text-decoration:underline;
}

a img {
	border:none;
}

/* LEFT MENU */
.nav {
	color:#FFFFFF; 
	background:#ef8522; 
	font-weight:bold;
	height:1%;
}
.nav div {
	padding:16px 30px 0px 30px;
	margin-bottom:3px;
}

div.nav ul {
	font-family:verdana,arial,Helvetica,sans-serif;
	font-weight:bold;
	list-style-type:none;
	margin:0;
	padding:0;
}

div.nav li {
	background:#F3A459;
	margin:0px;
}

div.nav ul ul li {
	margin:0px;
} 

div.nav a {
	background:#EF8522;
	color:#FFFFFF;
	display:block;
	line-height:1.3;
	padding:7px 8px 7px 15px;
	text-decoration:none;
	width:131px;
}

div.nav a:hover {
	background:#EF8522;
	color:#FFFFFF;
	text-decoration:underline;
}

div.nav ul li a#selected1 {
	background:#F8CCA2;
	color:#000000;
	text-decoration:none;
}

div.nav ul li a#selected1:hover {
	background:#F8CCA2;
	color:#000000;
	text-decoration:underline;
}

div.nav ul ul a {
	background:#F3A459;
	color:#FFFFFF;
	display:block;
	font-family:verdana,arial,Helvetica,sans-serif;
	font-size:10pt;
	font-weight:bold;
	padding:4px 4px 4px 35px;
	text-decoration:none;
	width:115px;
}

div.nav ul ul a:hover {
	color:#FFFFFF;
	background:#F3A459;
	text-decoration:underline;
}

div.nav ul ul li a#selected2 {
	background:#F3A459;
	color:#000000;
	text-decoration:none;
}

div.nav ul ul li a#selected2:hover {
	background:#F3A459;
	color:#000000;
	text-decoration:underline;
}

.nav .bottomRow {
	background-image:url(../images/navcorner.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding:0px;
	margin:0px;
	height:11px;
}

div.sectionHead {
	color:#FFFFFF;
	background:#335b7b;
	min-height:10px;
	font-size:80%;
}

div.sectionHead2 {
	color:#FFFFFF;
	background:#335b7b;
	min-height:10px;
	font-size:100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}

div.sectionHead2b {
	color:#FFFFFF;
	background:#335b7b;
	min-height:10px;
	font-size:100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
	width: 610px;
}

div.w2 {
	width: 600px;
}

div.pict {
	width: 180px;
	float: right;
	margin-left: 10px;
}

div.picttop {
	color:#335b7b;
	background:#335b7b;
	min-height:10px;
	font-size:100%;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 13px;
}

div.pictbody {
	padding-left: 1px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	background:#DFE7EA;
}

div.picttext {
	color:#335b7b;
	background:#DFE7EA;
	padding-top: 11px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-style: italic;
	font-size:90%;
}

div.sectionHead h2 {
	color:#FFFFFF;
	background:#335b7b;
	padding:3px 0;
	margin-top:0px;
	font-size:110%;
}

.mandatory {
	font-weight: bold;
	color:#CC0000;
}

acronym, abbr {
	border-bottom-width: 0;
}

div.staff {
	width: 350px;
	float: left;
}

div.staffc {
	clear: left;
}

div.clearall {
	clear: both;
}