@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	margin: 0px;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000066;
	background-color: #000066;
	background-image: url(images/bgrnd2.gif);
	background-repeat: repeat-x;
}

body.window {
background-color: #93A0C4;
background-image: none;
margin-top:20px;
margin-left:20px;
}

/*Links and Typography*/
a {
	color: #E6EAf4;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	border-bottom: 1px dotted #e2eff3;
}

.center {
	text-align: center;
}
	
h1 {
	display: none;
}	

h3 {
	color: #E6EAf4;
	font-size: 1.5em;
	font-weight: lighter;
	text-align:center;
}

h4 {
	color: #E6EAf4;
	font-size: 1.5em;
	padding-bottom: 10px;
	font-weight: lighter;
	text-align:left;
}

h5 {
	color: #000066;
	font-size: 1em;
	margin: 0px;
	padding:0px;
}
	

h6 {
	font-size: .9em;
	color: #fff;
	margin:0;
 	padding:.5em;
}

/*End Links*/

/*******************Container**************************/

#container {
	position: relative;
	background-color: #B4BFDC;
	margin: 0 auto;
	width: 717px;
	border-bottom: 20px solid #707AAF;
}

#homelink {
	position: absolute;
	top: 147px;
	left:10px;
	font-weight: bold;
}

#homelink a:link, #homelink a:visited {
	color: #707AAF;
	text-decoration: none;
}

#homelink a:hover {
	color: #93A0C4;
	text-decoration: underline;
}
/*Page Headers*/

#pageHeader {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headH.jpg);
}

#pageHeaderLS {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headLS.jpg);
}

#pageHeaderML {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headML.jpg);
}

#pageHeaderAL {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headAL.jpg);
}

#pageHeaderAP {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headAP.jpg);
}

#pageHeaderC {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headC.jpg);
}

#pageHeaderL {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headL.jpg);
}

#pageHeaderD {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headD.jpg);
}

#pageHeaderPM {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headPM.jpg);
}

#pageHeaderBS {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headBS.jpg);
}

#pageHeaderCU {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headCU.jpg);
}

#pageHeaderB {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headB.jpg);
}

#pageHeaderS {
	margin: 0;
	height: 213px;
	width: 717px;
	background-image: url(images/headS.jpg);
}


#content {
	margin-top: 0px;
	margin-left: 170px;
	margin-right: 10px;
}
/*****content div for the Detail Pages*****/

#contentD {
	margin-top: 0px;
	margin-left: 170px;
	margin-right: 2px;
	font-size: 11px;
}

/********links*****/

/*Positioning of menu and list to right*/
#linkList {
	position: absolute;
	top: 213px;
	left: 0px;
	width: 154px;
	visibility: visible;
	background-color: #707AAF;
}


#sectionLinks {
	padding: 4px 0px 0px 0px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #E6EAf4;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #000000;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 5px solid #707AAF;
	border-bottom: 5px solid #707AAF;
	background-color: #93A0C4;
	padding: 3px 3px 3px 10px;
	text-decoration:none;
}

#sectionLinks a:hover {
	border-top: 5px solid #707AAF;
	background-color: #D7DEF1;
	color:#707AAF;
	background-image: none;
	text-decoration: none;
}

#assistance {
	position: absolute;
	top: 455px;
	left: 0px;
	width: 134px;
	padding: 10px;
	background-color: #707AAF;
}


#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 290px;
	font-weight: bold;
}

#footer a {
	cursor: help;
	color: #ffffff;
}

#footer a:hover {
	color: #fff;
	border: 0px;
}

#contact {
	z-index: 10;
	text-align: center;
	padding-top: 210px;
	padding-right:40px;
}

.validate {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: normal;
}	

.floatleft {
float: left;
margin: 0 20px 10px 0;
}

.floatright {
float: right;
margin: 0 0 10px 10px;
}

/**************** forms styles*********/

form { 
 margin:0;
 padding:0;
}

input {
background-color: #B4BFDC;
color: #000066;
}

input.radio {
background-color:#B4BFDC;
}

select {
 background-color: #707AAF;
 color: #ffffff;
}


textarea {
 background-color: #707AAF;
 color: #000066;
}

.texta {
 font-size: 12px;
 background-color: #D7DEF1;
 border: 1px solid #707AAF;
}

.buttons {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-color: #000066;
 color: #fff;
 margin-right: 6px;
}

 #choice table {
 
 width: 500px;
 color: #93A0C4;
 border: 1px solid #707AAF;
 border-collapse: collapse;
}

#choice td {
 background-color: #93A0C4;
 border: 1px solid #707AAF;
 padding-left: 3px;
 padding-right: 3px;
}

/*two column part of page*/
#bottom  {
  clear:both;
  width:500px;
  margin:0;
  padding:10px;
}

#links1 {
	float: left;
	display: block;
  	width: 240px;
  	padding: 10px 0 10px 10px;
	}
	
#links2 {
	float: right;
	display: block;
  	width: 240px;
  	padding: 10px 0 10px 0;
	}

/*End of CSS*/
