html{
	background-color: #000000;
}
body {
	width: 990px;
	font-size: 12px;
	font-family : Verdana;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	background-color: #FFFFFF;	
}
#header {
	float: left;
	width: 990px;
	height: 65px;
	background-color: #f0f0f0;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	text-align: left;
	vertical-align: bottom;
}
#title{
	float: left;
	width: 830px;
	height: 30px;
	background-color: #f0f0f0;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
}

#title h1{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	font-family : Verdana;
}
#title span.slogan{
	font-size: 11px;
	font-family : Verdana;
	font-weight: normal;
}
#title a{
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#share{
	float: left;
	width: 140px;
	height: 30px;
	background-color: #f0f0f0;
	padding: 0px 5px 0px 5px;
	text-align: right;
	vertical-align: bottom;
}
#share script{
	margin: 0px;
	padding: 0px;	
}
#share a{
	margin: 0px;
	padding: 0px;	
}
#share p{
	margin: 0px;
	padding: 0px;
}
#menu{
	float: left;
	width: 980px;
	height: 15px;
	background-color: #f0f0f0;
	padding: 0px 5px 0px 5px;
	font-size: 18px;
	font-family : Verdana;
	text-align: center;
	vertical-align: middle;
}
#menu a{
	margin: 0px;
	padding: 0px;
}
#menu a:link{
	color: #555555;
	font-weight: bolder;
	font-size: 13px;
	font-family : Verdana;
	text-decoration: none;
}
#menu a:visited{
	color: #555555;
	font-weight: bolder;
	font-size: 13px;
	font-family : Verdana;
	text-decoration: none;
}
#menu a:active{
	color: #555555;
	font-weight: bolder;
	font-size: 13px;
	font-family : Verdana;
	text-decoration: none;
}
#menu a:hover{
	color: #0000FF;
	font-weight: bolder;
	font-size: 14px;
	font-family : Verdana;
	text-decoration: none;
}
#menu p{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	

#main {
	float: left;
	width: 990px;
	margin: 0px;
	min-height: 200px;
	height: auto !important;
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
	background-color: #f0f0f0;
	padding: 0px 0px 0px 0px;
}
#main h1{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#main td.borders{
	 border: 1px solid #000000;
}
#content{
	float: left;
	width: 990px; 
	min-height: 200px;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
}

#footer {
	float: left;
	width: 990px;
	height: 100px;
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px;

}
#footer p{
	text-align: center;
	vertical-align: top;
}




font.sm{
	font-size: 9px;
}

font.large{
	font-size: 15px;
	font-weight: bold;
}
td {
	font-size: 11px;
	font-family : Verdana;
}
td.menu {
	background: #999999;
	font-size: 13px;
	color: #FFFFFF;
	font-family : Verdana;
}
p{
	font-size: 11px;
	font-family : Verdana;
	text-align: left;
	margin: 3px 3px 3px 10px;
	/*padding: 3px 3px 3px 10px;*/
}
li{
	font-size: 11px;
	font-family : Verdana;
	text-align: left;
	margin: 3px 3px 3px 10px;
	/*padding: 3px 3px 3px 10px;*/
}
p.right{
	font-size: 11px;
	font-family : Verdana;
	text-align: right;
	margin: 3px 3px 3px 3px;
}
p.center{
	font-size: 11px;
	font-family : Verdana;
	text-align: center;
	margin: 3px 3px 3px 3px;
}

p.register{
	font-size: 11px;
	font-family : Verdana;
	margin: 3px 0px 3px 0px;
}
p.error{
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
p.red{
	color: #FF0000;
}
p.largest{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
p.larger{
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}

A:link {
	color: #000000;
	text-decoration: none;
}
A:visited {
	color: #000000;
	text-decoration: none;
}
A:active {
	color: #000000;
	text-decoration: none;
}
A:hover {
	//color: #000000;
	//text-decoration: underline;
}

A.blue:link {
	color: #0000FF;
	text-decoration: none;
}
A.blue:visited {
	color: #0000FF;
	text-decoration: none;
}
A.blue:active {
	color: #0000FF;
	text-decoration: none;
}
A.blue:hover {
	color: #0000FF;
	text-decoration: none;
}



form{
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
div.center{
	float: left;
	width: 100%;
	text-align: center;
}
div.center p{
	text-align: center;
}

span.profile{
}

input{
	margin: 2px;
	padding: 0px;
}
span.required{
	color: #FF0000;
}

div.left{
	float: left;
	width: 10%;
	text-align: right;
	margin: 0px;
}
div.middle{
	float: left;
	width: 80%;
	text-align: left;
	margin: 0px;
}
div.right{
	float: left;
	width: 10%;
	text-align: left;
	margin: 0px;
	
}



div.name_1{
	float: left;
	width: 20%;
	text-align: right;
}
div.name_1 p{
	text-align: right;
}
div.value_1{
	float: left;
	width: 78%;
	text-align: left;
	margin-left: 5px;
	font-style: italic;
}
div.value_1 p{
	text-align: left;
}

div.name_2{
	float: left;
	width: 35%;
	text-align: right;
}
div.name_2 p{
	text-align: right;
}
div.value_2{
	float: left;
	width: 63%;
	text-align: left;
	margin-left: 5px;
	font-style: italic;
}
div.value_2 p{
	text-align: left;
}


div.question{
	clear: both;
	width: 96%;
	text-align: left;
	margin-left: 2%;
	font-weight: bold;
	font-size: 11px;
	font-family : Verdana;
}
/*
div.question p{
	text-align: left;
}*/
div.answer{
	clear: both;
	width: 94%;
	font-weight: normal;
	font-size: 11px;
	font-family : Verdana;
	margin-left: 2%;
	background-color: #ffffcc;
	padding: 1% 1% 1% 1%;
}
div.answer li{
	padding: 0px 0px 5px 0px;
}

div.error{
	clear: both;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #FF0000;
}
div.error p{
	text-align: center;
}




/*begin primary table style*/
table.primary{
	table-layout: fixed;
	padding: 0px;
	margin: auto;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	text-align: center;
}
table.primary th{
	background-color: #eeeeee;
	padding: 1px 5px 1px 5px;
	border: 1px solid #aaaaaa;
	min-height: 20px;
	text-align: center;
	font-weight: none;
}
table.primary tr{
	padding: 0px;
	min-height: 20px;
}
table.primary td{
	padding: 1px 5px 1px 5px;
	border: 1px solid #aaaaaa;
	border-spacing: 0px;
	text-align: center;
	background-color: #ffffff;
}
/*end primary table*/


div.standard{
	float: left;
	padding: 0px;
	margin: 0px;
}

div.spacer{
	clear: both;
}
div.double_spacer{
	clear: both;
	height: 10px;
}

/*buffered_box*/
div.buffered_box_large{
	float: left;
	width: 80%;
	border: 0px;
	padding: 0px;
	margin: 0% 10% 0% 10%;
}
div.buffered_box_medium{
	float: left;
	width: 50%;
	border: 0px;
	padding: 0px;
	margin: 0% 25% 0% 25%;
}
div.buffered_box_small{
	float: left;
	width: 20%;
	border: 0px;
	padding: 0px;
	margin: 0% 40% 0% 40%;
}

/*section*/
div.section_large{
	float: left;
	width: 97%;
	height: 20px; 
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	margin-left: 1%;
	margin-right: 1%;
	padding-left: 1%;
	background-color: #116666;
	color: #ffffff;
}
div.section_medium{
	float: left;
	width: 97%;
	height: 20px; 
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-left: 1%;
	margin-right: 2%;
	padding-left: 1%;
	background-color: #116666;
	color: #ffffff;
}
div.section_small{
	float: left;
	width: 97%;
	height: 20px; 
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	margin-left: 1%;
	margin-right: 2%;
	padding-left: 1%;
	background-color: #116666;
	color: #ffffff;
}
div.section_border{
	float: left;
	clear: both;
	width: 96.5%;
	height: 2px; 
	margin: 0% 2% 1% 1.5%;
	color: #000000;
	background-color: #000000;
}

/*subsection*/
div.subsection_medium{
	float: left;
	clear: both;
	width: 94%;
	height: 20px; 
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-left: 2%;
	margin-right: 4%;
	color: #000000;
}
div.subsection_border{
	float: left;
	clear: both;
	width: 94%;
	height: 1px; 
	margin-left: 2%;
	margin-right: 4%;
	margin-bottom: 2%;
	background-color: #00aaaa;
	color: #00aaaa;
}

/*v_separator*/
div.v_separator_large{
	float: left;
	width: 1px;
	height: 80%;
	border: 0px;
	padding: 0px;
	margin: 5% 2px 0% 2px;
	color: #e4e4e4;
	background-color: #e4e4e4;
}
div.v_separator_medium{
	float: left;
	width: 1px;
	height: 40%;
	border: 0px;
	padding: 0px;
	margin: 20% 2px 0% 2px;
	color: #e4e4e4;
	background-color: #e4e4e4;
}
div.v_separator_small{
	float: left;
	width: 1px;
	height: 20%;
	border: 0px;
	padding: 0px;
	margin: 40% 2px 0% 2px;
	color: #e4e4e4;
	background-color: #e4e4e4;
}


/*h_separator*/
div.h_separator_large{
	float: left;
	width: 80%;
	height: 1px;
	color: #e4e4e4;
	background-color: #e4e4e4;
	border: 0px;
	padding: 0px;
	margin: 0% 10% 0% 10%;
}
div.h_separator_medium{
	float: left;
	width: 50%;
	height: 1px;
	color: #e4e4e4;
	background-color: #e4e4e4;
	border: 0px;
	padding: 0px;
	margin: 0% 25% 0% 25%;
}
div.h_separator_small{
	float: left;
	width: 20%;
	height: 1px;
	color: #e4e4e4;
	background-color: #e4e4e4;
	border: 0px;
	padding: 0px;
	margin: 0% 40% 0% 40%;
}




/* rounded corner */
div.left_top_corner{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url('../images/left-top20.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
div.right_top_corner{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url('../images/right-top20.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
div.left_bottom_corner{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url('../images/left-bottom20.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}
div.right_bottom_corner{
	float: left;
	width: 20px;
	height: 20px;
	background-image: url('../images/right-bottom20.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

a.selected{
	font-weight: bold;
	font-size: 12px;		
}
a.unselected{
	font-weight: normal;
	font-size: 11px;
	font-style: italic;		
}
