/* CSS Document */
*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}

body{
	background: #666;
	color: #fff;
}

#wrapper{
	width: 800px;
}

#header{
	width: 800px;
	float: left;
	padding: 0px;
	margin-bottom: -2px;
}

#tertiary{	
	background: url(Images/menu_bar.gif);
	float: left;
	width: 800;
	height: 37px;
	list-style: none;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
}

#tertiary ul{
	list-style: none;
	font-weight: bold;
	padding: 0; 
	height: 37px;
}

#tertiary a {
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 35px; 
	text-decoration:none; 
	font-size:11px; 
	width: 133px;
	height: 37px;
	text-align:center;
}

#tertiary li {
	position:relative;
	float: left;
	list-style:none;
}

#tertiary li a{	
	color:#FFF;
}

#tertiary ul a:hover{
	background-position:right; 
	background:none; 
	color:#000;
}

#tertiary li ul {
	height: 25px;
	width: 133px;
	position: absolute;
	left: -999em;
	font-weight: normal;
	top: 37px; 
	background: #03a78d;
	margin:-1px 0 0 0px;
}

#tertiary li:hover ul ul,#tertiary li:hover ul ul ul,#tertiary li.sfhover ul ul,#tertiary li.sfhover ul ul ul {
	left: -999em;
}

#tertiary li:hover ul,#tertiary li li:hover ul,#tertiary li li li:hover ul,#tertiary li.sfhover ul,#tertiary li li.sfhover 
ul,#tertiary li li li.sfhover ul {
	left: auto;
}

#tertiary li ul,#tertiary li ul a{
	background: #03a78d;
	height: 25px;
	width: 133px;
	line-height: 25px;
}

#tertiary li ul a:hover{
	background: #e4d1ad;
}

#tertiary li:hover,#tertiary li.sfhover {
	background-color:#e4d1ad;
}

#contentarea{
	background: #FFF;
	float: left;
	width: 800px;
	padding-bottom:1px;
}

#contentleft{
	float: left;
	width: 550px;
}

#topimage{

}

#text{
	float: left;
	color:#333333;
	margin: 22px;
	text-align: left;
}

#text a{
	color:#333;
	text-decoration: underline;
}

#text a:hover{
	color:#000;
	text-decoration: underline;
}	

.header{
	color: #03a78d;
	font-size: 16px;
	font-weight: bold;
}

.subheader{
	color: #03a78d;
	font-size: 12px;
	font-weight: bold;
}

.blackheader{
	color: #000;
	font-size: 12px;
	font-weight: bold;
}

#contentright{
	float: left;
	width: 220px;
	background: #e4d1ad;
	border-left: solid 1px #FFF;
	display: inline;
}

#rightbox{
	background: #FFF;
	border: solid 1px #666;
	float: left;
	color: #666;
	text-align: left;
	width: 250px;
	height: 300px;	
	margin: 30px;
}

#right{
	float: left;
	color: #333;
	text-align: left;
	margin: 24px;	
}

#right a{
	color:#333;
	text-decoration: none;
}

#right a:hover{
	color: #666;
	text-decoration: underline;
}

#whitebox{
	width: 200px;
	background: #FFF;
}

#whiteboxpad{
	padding: 10px;
}

.iconspan{
	float: left;
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
}

.eg-bar{
	background: url(Images/login_bar.jpg) repeat-x;
	font-weight: bold;
	border: 1px solid white;
	padding: 3px;
	color: #FFF;
}

div.eg-bar{
	width: 170px;
}

.icongroup1{
	width: 170px;
	color: #000;
}

.pageheader, .pageheader a{
	color: #000;
	font-weight: bold;
}

.pageheader a:hover{
	color: #03a78d;
	text-decoration:underline;
}

#footer{
	width: 800px;
	float: left;
}

#footertext{
font-family:"Times New Roman", Times, serif;
	font-size:6px;
	width: 800px;
	padding-top: 10px;
	text-align: center;
	color:#FFFFFF;
}

#footertext a{
	color:#FFFFFF;
	text-decoration: none;
}

#footertext a:hover{
	color:#CCC;
	text-decoration: underline;
	}

	
.footernote{
	font-size: 9px;
	color: #CCCCCC;
	line-height: 1.4em;
}

#questiontitle {
	color: #03A78D;
	font-weight: bold;
	font-size: 16px;
}
	