@charset "utf-8";
/* CSS Document */
body {
	background-color:#000;
}

/* header menu */
.topmenu{
	position: absolute;
	top: 20px;
	left: 10px;
	width: 960px;;
	height: 30px;
	padding-top: 6px;
	background-image: url(../images/topmenuback.png);
	background-repeat: repeat-x;

}

#topmenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	width: 100%;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

* html #topmenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#topmenu ul li{
display: inline;
}

#topmenu ul li a{
	float: left;
	color: black;
	padding: 2px 12px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#topmenu ul li a:visited{
color: black;
}

#topmenu ul li a:hover{
color: white;
background-color: #193A67;
}

/* top images on the page */
.banner {
	position: absolute;
	top: 50px;
	left: 10px;
	height: 100px;
	width: 960px;
	background-color:#FFFFFF;
}
/* breadcrumb menu */
.bread {
	position: absolute;
	top: 150px;
	left: 10px;
	width: 955px;
	height: 15px;
	padding-top: 2px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 15px;
	color: #666666;
	background-color: #FFFFFF;
	font-variant: normal;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #193A67;
	border-right-color: #D46669;
	border-bottom-color: #193A67;
	border-left-color: #D46669;
	padding-bottom: 2px;
	visibility: visible;
	z-index: 90;
}

/* menu and content placement */
.menuandcontent {
	position: absolute;
	top: 170px;
	left: 10px;
	background-color:#ffffff;
	height: 540px;
	width: 960px;
	overflow: hidden;
}


/* main menu system */

.menuback {
	position:absolute;
	width: 150px;
	height: 540px;
	background-color: #000000;
}


.menutitle {
	position: relative;
	text-align:center;
	width: 150px;
	height: 20px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 7px;
	color: #FFFFFF;
	font-variant: normal;
	background-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}







/* page content */
.content {
	position: relative;
	background-color:#FFFFFF;
	padding-right: 20px;
	padding-left: 2%;
	padding-bottom: 2%;
	height: 540px;
	width: 790px;
	left: 150px;
	border-top: none #193A67;
	border-right: none #193A67;
	border-bottom: none #193A67;
	border-left: 1px solid #193A67;
	overflow: scroll;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
}

/* copyright info */
.footer {
	position: absolute;
	top: 710px;
	left: 10px;
	width: 960px;
	height: 20px;
	background-color:#000000;
	color:#FFFFFF;
}

#footer ul{
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
	float: left;
	width: 100%;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #FFFFFF;
}

* html #footer ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#footer ul li{
display: inline;
}

#footer ul li a{
	float: left;
	color: #FFFFFF;
	padding: 2px 12px;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#footer ul li a:visited{
color: #ffffff;
}

#footer ul li a:hover{
color: black;
background-color: #ffffff;
}

ul#menu, ul#menu ul {
  background: #000;
  color: #fff;	
  padding: 0.5em;
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul#menu a {
  display: block;
  text-decoration: none;	
    background: #000;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li {
  margin-top: 1px;
}

ul#menu li a {
  background: #000;
  color: #fff;	
  padding: 0.5em;
}

ul#menu li a:hover {
  background: #000;
}

ul#menu li ul li a {
  background: #fff;
  color: #000;
  padding-left: 20px;
}

ul#menu li ul li a:hover {
  background: #193A67;
  color:#FFF;
  border-left: 5px #000 solid;
  padding-left: 15px;
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }


/* header */
.top {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 550px;
	height: 30px;
	padding-left: 25px;	
	background-image: url(../images/topmenuback.png);
	background-repeat: repeat-x;
}

/* content */
.maincontent {
	font-size: x-small;
	width: 98%;
	/*	width: 98%;
	height: 520px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-attachment: fixed;
	z-index: -1;
	overflow: auto;
	font-size: x-small;
	padding-left: 2%; */
}

.title {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: small;
	text-transform: uppercase;
	width: 100%;
	position: relative;
	background-color: #000000;
	border-top: 0px solid #D46669;
	border-right: 1px solid #D46669;
	border-bottom: 1px solid #D46669;
	border-left: 0px solid #D46669;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	padding-left: 5px;
	left: -2%;
}



.tablecontent {
	display: run-in;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	font-size: x-small;
}

.tableheader {
	font-weight: normal;
	color: #666666;
	margin-bottom: 0px;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E4E4E4;
	padding: 5px;
	border: 1px solid #666666;
	text-transform: uppercase;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:x-small;
}

.homeleft {
	position: absolute;
	top: 203px;
	width: 275px;
	left: 391px;
}

.homeright {
	position: absolute;
	top: 185px;
	width: 275px;
	left: 564px;
}

.homeimage {
	float: left;

}
.Heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #4F81BD;
	background-repeat: repeat-x;
	padding: 5px;
	widows: 98%;
}
.Heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #006699;
	background-color: #DBE5F1;
	border: 1px solid #AEC5E0;
	padding: 5px;
	text-transform: uppercase;
}
.Heading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	text-transform: uppercase;
	color: #666666;
	background-color: #E4E4E4;
	background-repeat: repeat-x;
	padding: 5px;
	border: 1px solid #999999;
}
.BoldandBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000099;
	border: none #CCCCCC;
}

.question {
	padding-left: 30px;

}

.questNo {
	text-align: left;
	display: inline;
	padding-left: 20px;
	width: 50px;
}

.quest {
	text-align: left;
	display: inline;  
	padding-left: 30px;
}

.question p{

padding-left: 40px;
}

.answer {
	padding-left: 30px;

}
.answer p{
	width: 95%;
	padding-left: 60px;
	padding-right: 30px;
}

.returnlink {
	text-align: right;
	padding-right: 30px;
}

.ans {
	text-align: left;
	display: inline;  
	padding-left: 10px;
}
.quicklink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	background-color: #E3EFDE;
	background-repeat: repeat-x;
	padding: 2px 5px;
	font-variant: normal;
	border: 1px dotted #7CA257;
}
