
/* Layout Stylesheet */ 

body {
	margin:0px;
	background-color:#3366cc;
	color: #333333;
	text-align:center;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
 }

#container {
 text-align:left;
 border:3px solid #cccccc;
 width:760px;
 margin:auto;
 }

#header {
 height:150px;
 background-color:none;
 color: #333333;
 }

#bar {
	height:25px;
	color:#CCFFFF;
	border:dashed #999999;
	border-width:1px 0 1px 0;
	background-color:#E4E4E4;
	vertical-align:center;
	text-align:center;
	font-size:100%;
}
#bar2 {
	font-size:100%;
	height:25px;
	color:#CCFFFF;
	border:dashed #999999;
	border-width:1px 0 1px 0;
	background-color:#E4E4E4;
	vertical-align:center;
	text-align:center;
}
#bar2 ul {
	padding:0;
	margin:0;
	white-space:nowrap;}
	
#bar2 ul li {
	display:inline;}

#bar2 ul li a {
	font-size:100%;
	font-weight: bold;
	color: #0099ff;
	text-decoration: none;}
	
#bar2 ul li a:hover {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;}
#bar2 ul li a:visited {
	font-weight: bold;
	color: #0099FF;
	text-decoration: none;}

#bodyblock {
	position:relative;
	background: white;
	color: #333333;
	width:760px;
	padding:0;
}

#l-col {
	float:left;
	background:white;
	color: #333333;
	width:145px;
	white-space: normal;	
 }

#content {
	width:610px;
	background:#ffffff;
	color: #333333;
	border:dashed #999999;
	border-width:0 0 0 1px;
	text-align:left;
	margin-left:5px;
	line-height:normal;
 }
#content2 {
	width:750px;
	background:#ffffff;
	color: #333333;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	line-height:normal;
 }

#footer {
	height:85px;
	border:solid #999999;
	border-width:1px 0 0 0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #0099FF;
	background-color: #E4E4E4;
 }
#question {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color:#009933;}
	
