@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  	padding:0 0 <length> 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;
	font-family:"Courier New", Courier, monospace;
	background-color: #eee4d3;
	background-image:url(images/bg_home.gif);
	background-repeat:no-repeat;
	background-position:top center;
	}

#container {
	width: 850px;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	}
	
#subcontainer {
	width: 950px;
	height:714px;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	margin-top: 20px;
	background-image:url(images/sub_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}	
	
#bglayer {
float:left;
width:100%;

}
	#menu {
	margin-right:59px;
	margin-left:355px;
	}



	#submenu {
	margin-right:0px;
	margin-left:0px;
	}

#left {
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	width: 170px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align:left;
	}
	
#left p {
margin-left: 0px;
margin-right: 0px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0;


}	

#left_inside {
	margin:5px;
	margin-left: 10px;
	padding:2px;
	}

.formtext {
	color:#6E6E6E;
	font-size: 11px;
	letter-spacing:-.8px;
	font-family:Arial, Helvetica, sans-serif;
	}

#pages {
	font-family:Arial, Helvetica, sans-serif;
	width: 605px;
	margin-left: 40px;
	margin-top: 20px;
	}

#main {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 560px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-left: 20px;
	}
	
#main p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color:#000;
	line-height:26px;
	}	
	
	
#main2 {
	float: left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 412px;
	padding-left: 10px;
	padding-right: 0px;
	margin-top: 10px;
	margin-left: 20px;
	
	height: 420px;
	overflow: auto; 
	
	}	
#main2 p {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 14px;
	color:#000;
	line-height:18px;
	}	

#right {
	float: right;
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	width: 180px;
	margin-right: 15px;}

#right2 {
	float: right;
	margin-top: 15px;
	font-family:Arial, Helvetica, sans-serif;
	width: 200px;
	margin-right: 7px;}

#right p {
	margin-top: 5px;
	margin-bottom: 2px;}

#main li {font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#main ul {
	color:#333333;
	padding-left:15px;
	padding-right:0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	}


#main2 li {font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	}
	
#main2 ul {
	color:#333333;
	padding-left:5px;
	padding-right:0px;
	margin-left: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-image:url(images/bullet.gif);
	}





table {
	margin-left: 10px;
	margin-right: 10px;
	}




h1, h2, h3, h4, h5, h6 {
	color:#666666;
	font:"myriad Pro";
	padding: 0;
	margins: 0;
	margin: 0;
}


h1 {font-size: 28px;}
h2 {font-size: 25px;}
h3 {font-size: 21px;}
h4 {font-size: 17px;}
h5 {font-size: 15px;}
h6 {font-size: 12px;}



label {
	padding-top: 3px;
	padding-bottom: 3px;}

hr {
	border-style:dotted;
	border:#666666;}


a:link {
	color:#206cdf;
	text-decoration: none;}
a:visited {
	text-decoration: none;
	color:#206cdf;}
a:hover {
	text-decoration: underline;
	color:#FF0000;}
a:active {
	text-decoration: none;
	color:#206cdf;}

.pic_class_left {
	margin-right: 10px;
	float:left;}

.pic_class_right {
	margin-left: 10px;
	float:right;}


#footer {
width:832px;
height:80px;
float:left;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
color:white;
font-style:bold;
padding: 0;
margins: 0;
}

#spacer {
width: 100%;
height: 14px;
padding: 0;
margins: 0;
}


.bigtext {
color:#000000;
font-size:22px;
font-family:"Times New Roman", Times, serif;
}

.red {
color:#FF0000;
}


#footer a {
color:white;
text-decoration:underline;
}


.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;
	}
	
	
#book_inside_left {
float:left;
margin-left:65px;
margin-top: 20px;
font-family:"Courier New", Courier, monospace;
font-size:9pt;
width:355px;
}


#book_inside_right {
float:right;
margin-right:115px;
margin-top: 20px;
width:355px;
font-family:"Courier New", Courier, monospace;
font-size:9pt;
text-align:left;

}	

.blue {
color:#000099;
}

.orange {
color:#CC6600;
}
.text_10pt {
font-size:10pt;
}

.text_8pt {
font-size:8pt;
}

.text_9pt {
font-size:9pt;
}

.text_14pt {
font-size:14pt;
}

.text_18pt {
font-size:18pt;
}

.text_20pt {
font-size:20pt;
}