/* GLOBAL STYLES */

body {
	font-family: georgia, times new roman, serif;
	margin: auto;
	color:#000000;
	font-size: 12px;
	background: #0052A0;
}

A:link, A:active, A:visited { text-decoration: none; color: #0052A0; }
A:hover { text-decoration: none; color: #30B457}
a.white,a.white:visited {color:#0052A0}


/* LAYOUT STYLES */


div#container {	
	position: absolute;
	top:15px;
	left:12%;
	width:74%;
	border: 1px solid #000;
	background: #ffffff;
}

div#space {
	height: 10px;
}
td.leftspace {
	width:50px;
}
tr.topspace {
	height:30px;
}
td.toplogo {
	text-align: left;
	padding-left: 30px;
}

td.rightlogo {
	width:30%;
	background: #30B457;
}
td.leftmenu {
	font: bold 13px sans-serif;
	color: #0052A0;
	text-align:right;
	vertical-align:top;
	margin-right: 10px;
	height:45px;
	width:14%;
}

td.centercontent {
	vertical-align:top;
	padding-left: 30px;
	padding-right: 20px;
	font: bold 13px sans-serif;
	color: #30B457;
}

td.rightcontent {
	color: #fff;
	background: #30B457 url('../images/question.gif')  bottom right no-repeat;
	vertical-align:top;
	padding-left: 15px;
}

span.highlight {
	color: #0052A0;
	font: bold 18px sans-serif;

}

span.normaltext {
	font-family: sans-serif;
}

span.copyright {
	color: #0052A0;
	font: 12px sans-serif;
}

