/* Document & Header Layout */
body {
	background-color:#D3C1F3;
	margin:0;
	padding:0;
	font-family:"Arial";
	color: #000;
}
#header {
	white-space:nowrap;
	width:100%;
	min-width:800px;
	margin:0;
	padding:0;
	height: 150px;
	background-color: #9A6AF8;
	border-bottom:3px solid black;
}
#wraplogo {
	margin:0;
	padding:0;
	float:left;
	width:500px;
	height: 150px;
}
#wrapright {
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	top:0;
	height:150px;
	width:250px;
	background:url('../images/layout/logo_right.jpg') no-repeat right top;
}
#content {
	margin: 0 15%;
	width:70%;
	font-size:85%;
	
}
#wrapfooter {
	border-top:3px solid black;
	width: 100%;
	text-align: center;
	background-image:url(../images/layout/bar-wide1.jpg);
	height: 40px;
	margin:0;
	padding:0;
	border-left: 1px solid #FFF; border-right: 1px solid #FFF; color:black; font-size: 70%; font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Top Nav */
#top {
	font-size:70%;
	position:absolute;
	top:126px;
	right:26px;
	z-index:10;
	margin:0;
	padding:0 30px 0 0;
	color:#CCC;
	text-align:right;
	font:Lucida Sans;
}
#top ul {
	padding:0;
	margin:0;
	width:auto;
	display:inline;
}
#top ul li {
	padding:4px;
	margin:0;
	list-style-type:none;
	display:inline;
	font-weight:bold;
}
#top li a {
	margin:0;
	display:inline;
	font-size: 1.2em;
	color:#200040;
	text-decoration:none;
	padding-left:18px;
}

#top li a:hover {
	color: #FFF;
	font-style:italic;
}

/* Document Text */
h1 { color:black; background-image:url(../images/layout/bar4.jpg); padding:0; height:25px; font-size:125%; }
h2 {
	color: #431F88;
	font-style: italic;
	font-weight: bold;
	font-size: 110%;
}
h3 { color: #431F88 }
h4 { }

a:link { color:#543FF2; }
a:visited {	color: #7500EA; }
a:active, a:hover {
	text-decoration:none;
	color: #7066B0;
}
.error { color:red; font-weight:bold; }
em, i { }
strong, b { font-weight:bold; }

ul {
list-style-image:url(../images/layout/star_icon.png);

}
.gensmall {
font-size:80%;
}

.genmed {
font-size:90%;
}
/* Document Tables */
.tablebg {
background:#9A6AF8;
margin: 5px 0;
}
.tablebg td {
background:#E3DAF3;

}
.links {
border-bottom: 2px double #9A6AF8;
margin: 5px 0;
}

.ads {
text-align:center;
}

th {
	text-align:left;
	background-image: url(../images/layout/bar4.jpg);
	height: 25px;
	
}

th.alt {
	font-size:150%;
}
.faq {
	list-style:none;
}
.faq li {
border-bottom:1px solid #9A6AF8;
}
.question {
	text-indent: 25px;
}
.answer {

	background-color:#CCBCE9;
	text-indent: 50px;
	font-size: 90%;
}
/* Document Misc. */



img {border: 0 none #FFF; }
hr { height:0px; border-top: 1px solid #543FF2; }

/* forms */

label {
font-size:110%;
}

