@charset "utf-8";
/* CSS Document */

 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #E8E8FF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin-top: 5px;
	border-right-style: none;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #8BC83F;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header2.gif);
	background-repeat:no-repeat;
	width:800px;
	height: 123px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	background-image:url(images/sidebarbg.gif);
	background-repeat:repeat-y;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2px;
	text-align: right;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/maincontentbg.gif);
	background-repeat:repeat-y;
} 
.twoColFixLtHdr #MenuPos { 
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 50px;
	width: 574px;
	position:relative;
}

.twoColFixLtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8BC83F;
	background-image:url(images/footer.gif);
	height: 39px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8BC83F;
}
.twoColFixLtHdr #footer p a{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}
.twoColFixLtHdr #footer p a:hover{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FF3;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.maintext

{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 10px;
	text-align: center;
}
.quiztext
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 10px;
	text-align: left;
	list-style-type: none;
	color: #060;
}

#boxcontenttop {
	
	position:relative;
	width:574px;
	margin: 0px;
	
	
}
#boxcontent1 {
	position:relative;
	width:574px;
	height: 450px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentcar {
	position:relative;
	width:574px;
	height: 2150px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentbook {
	position:relative;
	width:574px;
	height: 780px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontenthome {
	position:relative;
	width:574px;
	height:900px!important;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentauthors {
	position:relative;
	width:574px;
	height: 1400px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentpub {
	position:relative;
	width:574px;
	height: 600px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentreview {
	position:relative;
	width:574px;
	height: 1000px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentpub {
	position:relative;
	width:574px;
	height: 850px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentretire {
	position:relative;
	width:574px;
	height: 1000px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentcontact {
	position:relative;
	width:574px;
	height: 1300px;
	background-image:url(images/tablebg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	
}
#boxcontentcalc {
	position:relative;
	width:574px;
	margin-left: 30px;
	
}
ul.bullet {

	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003;
	padding-right: 10px;
	text-align:left;
	list-style-position:outside;
	list-style-type: circle;
	

	
	
	
}


#boxcontent2 {
	
	position:relative;
	width:300px;
	float: left;
	height: 300px;
			margin: 0px;
	
}
.boxcontent1 {
	padding-left:30px;
	padding-top:-10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003;
	padding-right: 10px;
	
	
}
.boxcontentform {
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003;
	padding-right: 10px;
	
	
}
.boxcontent6 {
	padding-left:30px;
	padding-top:-10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003;
	padding-right: 10px;
	
	
}
.boxcontent6 a{
	padding-left:30px;
	padding-top:-10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #090;
	padding-right: 10px;
	text-decoration: none;
	
	
}
.boxcontent6 a:hover{
	padding-left:30px;
	padding-top:-10px;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003;
	padding-right: 10px;
	text-decoration: none;
	font-weight:bold;
	
	
}
#boxcontent3 {
	position:relative;
	float: right;
	width:270px;
	height: 775px;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8BC83F;
	
}

.boxcontent3 {
	padding-left:22px;
	padding-top:-10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-right: 20px;
	color: #003;
	
	
}
 
.boxcontent4 {
	
	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #003;

	
	
}

.tabletext

{ font-size:11px;
font-family: Arial, sans serif;
font-style:normal;
padding-left: 10px;
padding-right: 10px;
padding-top:5px;
}

.tabletext2
{ font-size:20px;
font-family: "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
text-align:center;
padding-left: 10px;
padding-right: 10px;
padding-top:5px;
}
.tabletext2 a
{ font-size:20px;
font-family: "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
text-align:center;
padding-left: 10px;
padding-right: 10px;
padding-top:5px;
color:#000;
text-decoration:none;
}
.tabletext2 a:hover
{ font-size:20px;
font-family: "Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
text-align:center;
padding-left: 10px;
padding-right: 10px;
padding-top:5px;
color:#009;
text-decoration:underline;
}
.sidetextplain
{
	font-size:12px;
	font-family: Arial, "sans serif";
	font-weight:normal;
	font-style:normal;
	text-align:left;
	padding-top:0px;
	padding-left:20px;
	color: #030;
}
.sidetext
{ font-size:16px;
font-family: "Times New Roman", Times, serif;
font-weight:bold;
font-style:italic;
text-align:center;
padding-top:5px;
padding-left:20px;
}
.sidetext a
{ 
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	text-decoration: none;
	
}
.sidetext a:hover
{ 
	font-size:16px;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	font-style:italic;
	text-align:center;
	text-decoration: underline;
	
}
.headingtext
{ font-size:14px;
font-family:  Arial, Helvetica, sans-serif ;
font-weight:bold;
text-align:center;
padding-top:5px;
}
.sidetext1
{ font-size:12px;
font-family: Arial, Helvetica, sans-serif ;
font-weight:normal;
text-align:center;
padding-top:5px;
}
.sidetext1 a
{ font-size:12px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight:normal;
	text-align:center;
	padding-top:5px;
	color:#000;
	text-decoration:none;
}
.sidetext1 a:hover	{ 
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif ;
	font-weight:normal;
	text-align:center;
	padding-top:5px;
	color:#009;
	text-decoration:underline;
	}
	.sidetext2
{ font-size:12px;
font-family: Arial, Helvetica, sans-serif ;
font-weight:normal;
text-align:left;
padding-top:5px;
padding-left:20px;
}
.sidetext2 a
{
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:150px;
	color:  #006;
	text-decoration:none;
}
	
	.sidetext2 a:hover
{
	color: #F90;
}

.sidetext3
{ font-size:10px;
font-family: Arial, Helvetica, sans-serif ;
font-weight:normal;
text-align:left;
padding-top:5px;
padding-left:20px;
}
.sidetext3 a
{
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding-left:150px;
	color:  #006;
	text-decoration:none;
}
	
	.sidetext3 a:hover
{
	color: #F90;
}
.quizheading {
font-size:18px;
	font-family:  Arial, Helvetica, sans-serif ;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	color:#000;
	text-decoration:none;
	
}
h1  {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
	font-style:italic;
}
h2  {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	
}

.form_success {font-size: 8px!important;}
 
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	color: #8BC83F;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
