@media print {
	.screenonly {
		display:none;
	}
}
@media screen {
	.printonly {
		display:none;
	}
}
div#wrapper {
	background-color:#6a713e;
	margin: 0 auto; 
	padding: 0; 
	width: 960px; 
	text-align: left; 
}
div#head {
	padding-bottom: 20px;
	text-align: center;
}
div#menu {
	float: right;
}
div#page {
	width: 740px;
}
div#foot {
	padding-top: 50px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 10px;
}
div#foot a {
	color:#CDD498;
}
div#foot a:visited {
	color:#CDD498;
}
div#foot a:hover {
	color:#ffffff;
}
a.light_color {
	color:#CDD498;
}
a.light_color:visited {
	color:#CDD498;
}
a.light_color:hover {
	color:#ffffff;
}
a {
	color:#6a713e;
}
a:visited {
	color:#6a713e;
}
a:hover {
	color:#000000;
}
body  {
	background-color:#152845;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-y;
	background-position: top;
	color: #ffffff;
	font-family:sans-serif,arial;
	font-size:14px;
	margin: 0; 
	padding: 0; 
	text-align: center; 
}
form {
	margin:0px;
	padding:0px;
}
input,textarea,select {
	background-image: url('../img/input_bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#cdd498;
	color:#000000;
	font-family:sans-serif, arial;
	font-size: 16px;
	border: 1px solid black;
	padding: 3px;
	margin: 1px;
}
.nocss {
	border: 0px;
	background: none;
}
div.head {
	font-size: 24px;
	font-weight: bold;
}
div.subhead {
	font-size: 16px;
	font-weight: bold;
}
p {
	text-indent: 10px;
}
hr {
	border: none 0; 
	border-bottom: 1px dashed #cacaca;
}
div.error {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 18px;
	font-weight:bold;
	color: #ffffff;
	background-color:#7c8254;
	border-top:1px solid #585f2c;
	border-bottom:1px solid #585f2c;
}
div.menu_box {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	color: #ffffff;
	background-color:#7c8254;
	border-top:1px solid #585f2c;
	border-bottom:1px solid #585f2c;
	width: 170px;
}
div.menu_box a {
	line-height: 175%;
	color:#CDD498;
	text-decoration:none;
}
div.menu_box a:visited {
	color:#CDD498;
	text-decoration:none;
}
div.menu_box a:hover {
	color:#ffffff;
	text-decoration:none;
}
div.menu_scroll {
	height: 200px;
	width: 170px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	text-align: center;
	font-size: 10px;
}
div.menu_scroll a {
	line-height: 100%;
}
ul {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 12px;
	line-height: 150%;
	list-style-type: circle);
}
div.question {
	background-image: url('../img/input_bg.gif');
	background-repeat: repeat-x;
	background-position: top left;
	background-color:#cdd498;
	color:#000000;
	font-family:sans-serif, arial;
	font-size: 14px;
	border: 1px solid black;
	padding: 10px;
	margin: 1px;
	line-height: 125%;
}
a.tooltip {
	color:#CDD498;
	position:relative;
	text-decoration:none
	z-index:24;
}

a.tooltip:hover {
	font-size: 99%;
	z-index:25;
}

a.tooltip span {
	display: none
}

a.tooltip:hover span {
	padding: 10px;
	font-size:18px;
	display:block;
	position:absolute;
	top:0px;
	left:350px;
	width:415px;
	border:1px solid black;
	background-color:#cdd498;
	color:#000000;
	text-align: left;
	background-image: url('../img/input_bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
}