body{
	margin: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 11px;
	line-height: 16px; 
}

.container{
	margin: 0px auto 0px auto;
	width: 800px;
	height: 100%;
	border: none;
}

.quick_access{
	width: 100%;
	height: 30px;
	text-align: right;
	padding-top: 15px;
}

.nav{
	float: right;
	height: 15px;
	text-align: right;
}

.site_title{
	float: left;
	width: 800px;
	height: 31px;
}

.pic_box{
	float: left;
	width: 272px;
	height: 250px;
}

.intro{
	float: right;
	width: 528px;
	height: 250px;
	background-color: #61636B;
}

.intro_text{
	padding-left: 15px;
	padding-right: 30px;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #C9D2B9;
}

.q{
	font-weight: bold;
	letter-spacing: 1.5px;
}

.a{
	padding-left: 12px;
	letter-spacing: 0.5pt;
}

.home_content_container{
	float: left;
	width: 800px;
	background-color: #C9D2B9;
	background-image: url(../images/home_separator.gif);
	background-repeat: repeat-y;
}

.home_content_1{
	float: left;
	width: 512px;
	height: 235px;
	padding-left: 20px;
}

.home_content_2{
	float: left;
	width: 217px;
	height: 235px;
	padding-left: 20px;
	padding-right: 25px;

}

.nonhome_content_container{
	float: left;
	width: 800px;
	background-color: #C9D2B9;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

.nonhome_content_1{
	float: left;
	width: 525px;
	height: 100%;
	padding-left: 25px;
}

.nonhome_content_2{
	float: left;
	width: 200px;
	height: 100%;
	padding-left: 25px;
	padding-right: 25px;
}

.big_title{
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 15px;
	padding-top: 15px;
	letter-spacing: 1px;
}

.footer{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	color: #666666;
}

a, a:hover, a:visited{
	font-family: Verdana, Arial, Helvetica, Geneva;
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	color: #000066;
}

ul{
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
}

.textbox{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #7F9DB9;
}

.btn{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	width: 70px;
	height: 23px;
	background-image: url(../images/btn_bg.gif);
	border: none;
}

.msg{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}

.annot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.result_table_header{
	font-weight: bold;
}

.result_table_title{
	font-size: 15px;
	text-transform: capitalize;
	font-weight: bold;
	color: #003300;
	border-bottom: 1px solid #BAC2AA;
}

.telldiv{
	text-align: justify;
	font-size: 10px;
	color: #333333;
	border: 1px solid #BAC2AA;
	padding: 8px;
	padding-top: 0px;
}

.cute_table{
	float: left;
	margin-left: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.cute_table_header{
	height: 16px;
	border: 1px solid #ACB99D;
	border-bottom: none;
	background-image: url(../images/cute_header_bg.gif);
	background-repeat: repeat-x;
	background-color: #ACB99D;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333399;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-top: 4px;
	padding-left: 5px;
}

.cute_table_body{
	border: 1px solid #ACB99D;
	background-color: #C7CEB0;	
	border-top: none;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
}

/*
	"tooltip" styles
	Usage:
		Well, this is the text that is just before the damnded thing.
		<span class="tooltip">
			<div>
				<a href="#"><img src="assets/images/sign_in_pic.gif" border="0"> some text
					<span>
						<em>tooltip title</em>
						tooltip well, I will give you back your normal text text goes here ...
					</span>
				</a>
			</div>
		</span> well, here I continue
*/

.tooltip div {
	font-size: 100%;
	display: inline;
}

.tooltip div a {
	text-decoration: none;
}

.tooltip div a:hover {
	border: none;
}

.tooltip div a span {
	font-size: 100%;
	display: none;
	width: 150px;
	background-color: #FFFFCC;
	color: #333333;
	padding: 0 10px 10px 10px;
}

.tooltip div a:hover span {
	display: inline;
	position: absolute;
	text-align: left;
	margin: 25px 0 0 -125px;
	cursor: default;
	border-width: 1px;
	border-color: #333333;
	border-style: outset;
}

.tooltip div a span em {
	display: block;
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	width: 150px;
	background-color: #FFCC99;
	padding-left: 5px;
	padding-right: 15px;
	margin: 0 -10px 6px -10px;
}