
/* Layout Stylesheet */ 
html, body{
	 margin: 0;
	 padding:0; 
	 background:white;
	 /*color: #333333;*/
	color: #808080;
	 height: 100%;
	 /*background: url(../images/header_fill.png) repeat-x top left;*/
 }	 

 body,td{
	font-family: verdana;
	font-size: 11px;
 }
	 
.main_body{
	width: 100%;
	height: 100%;
	border: 1px solid #D9D9D9;
}

.header{
	height: 95px;
	border-bottom: 2px solid #D9D9D9;
}

.footer{
	height: 60px;
	text-align: center;
	text-decoration: none
}

.footer_link{
	color: #333333;
	text-decoration: none;
}

.footer_link:hover{
	/*color: #999999;*/
	color: #808080;

}

.center_main{
	border-bottom:  1px solid #D9D9D9;
	}

.left{
	width:240px;
	border-right: 1px solid #D9D9D9;
	padding-left:20px;
	padding-right:20px;
	background: #ECF4E1;
}

.right{
	width:240px;
	padding-top:20px;
	border-left: 1px solid #D9D9D9;
	text-align:center;
	background: #ECF4E1;
}

.page_heading{
	font-size: 24px;
	padding-left:10px;
	/*color: #2E246E;*/
	color: #FF8010;
	color: #A00D21;
}

.page_heading:first-letter{
	font-size: 30px;
	color: #A00D21;
}

.center{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
	text-align: justify;
	line-height: 150%;
	font-size: 12px;
	color: #808080;
}

#div_init_text{
	font-family: verdana;
	line-height: 150%;
	font-size: 12px;
	text-align: justify;
 }

#div_doc{
	/*font-family: verdana;*/
	/*font-family: arial;*/
	font-size: 12px;
	color: #808080;
	text-align: left;
	line-height: 150%;
	text-align: justify;
	
}

.heading1{
	font-family: verdana;
	font-size: 25px;
	padding-top:20px;
	font: bold;
	color: #9ACD32;
	text-align: center;
}

.smallprint{
	font-family: verdana;
	font-size: 10px;
	color: #808080;
	text-align: center;
}

.note{
	/*border: 1px solid ##C6DDEA;*/
	/*font-family: verdana bold;*/
	/*font: bold;*/
	font-size: 12px;
	/*color: #FFFFFF;*/
	color: #FFFFFF;
	text-align: justify;
	background: #9AD0C6;
	line-height: 150%;
	padding: 10px;
}

.part{
	font-family: bold verdana;
	font-size: 16px;
	color: #404040;
	text-align: left;
	text-decoration: underline;
	padding:0px;
}

.answer{
	font-family: verdana;
	font-size: 12px;
	color: #FF0000;
	color: #DC6A1F;
}

.clause{
	font-family: verdana;
	font-size: 14px;
	color: #404040;
	/*padding:0px;*/
	padding-top:20px;

	/*text-decoration: underline;*/
}

#loadingBar
{
	position: absolute;
	display: block;
	background: #CC0000;
	color: #FFFFFF;
	width:auto;
	height: 20px;
	padding-left: 5px;
	padding-right: 5px;
	right: 0px;
	top:0;
}

body > #loadingBar {
     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
     position: fixed;
	 right:0;
}

* html #loadingBar {
     /* IE5.5+/Win - this is more specific than the IE 5.0 version */
     right: auto; bottom: auto;
     left: expression( ( -0 - loadingBar.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
     top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}

.button{
	border: 1px solid #FFFFFF;
	background:#C6DDEA;
	color: #FFFFFF;
	font: bold;
	font-size: 11px;
}

.formh{
	color: #414141;
	padding: 0px;
/*	font-family: verdana;
	font-size: 12px;*/
}


#div_ad
{
	position: absolute;
	width:240px;
	padding-top:20px;
	top: 100px;
	right: 0;
}

body > #div_ad {
     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
     position: fixed;
	 right:0;
}

* html #div_ad {
     /* IE5.5+/Win - this is more specific than the IE 5.0 version */
     right: auto; bottom: auto;
     left: expression( ( -0 - div_ad.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
     top: expression( ( 100 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


#div_ad_left
{
	position: absolute;
	width:240px;
	padding-top:20px;
	top: 100px;
	right: 0;
}

body > #div_ad_left {
     /* used by Netscape6+/Mozilla, Opera 5+, Konqueror, Safari, OmniWeb 4.5+, ICEbrowser */
     position: fixed;
	 left:0;
}

* html #div_ad_left {
     /* IE5.5+/Win - this is more specific than the IE 5.0 version */
     right: auto; bottom: auto;
     left: 0;
     top: expression( ( 100 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}


#div_form{
	color: #808080;
}

.submitbox{
	color: #808080;
	background: #ECF4E1;
	padding: 10px;
	font-size:12px;
}

.submitheading{
	font-family: bold verdana;
	font-size: 16px;
	color: #404040;
	text-align: center;
}

.submittext{
	font-family: bold verdana;
	font-size: 12px;
	color: #404040;
	line-height: 130%;
}
#div_sign{
	padding-top: 5px;
	padding-right: 10px;
}

.noborder{
	border: 0px none;
}

.input_box{
	width: 100%;
	font-family: verdana;
	font-size: 11px;
}

.signinbox{
	border: 1px solid #9AD0C6;
	}

.signupbox{

	font-size: 14px;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-align: center;
	background: #9AD0C6;
	line-height: 150%;
}

.justifytext{
	text-align: justify;
}
.welcomebox{
	background: #ffffff;
	text-align: justify;
	padding: 4px;
}


#div_google_ad
{
	position: absolute;
	width:240px;
	padding-top:20px;
	top: 100px;
	right: 0;
}
