body{
	background-color:	#6699cc;
	text-align:		center;
	font-family:		Tahoma,Verdana,Arial,Helvetica,Geneva,sans-serif;
	font-size:		80%;
}
div#screen{
	margin:			0px auto;
	text-align:		left;
	width:			750px;
}
div#page{
	background-color:	#668832;
}
div#header{
	height:			116px;
	background-image:	url('../images/header.jpg');
	background-repeat:	no-repeat;
	background-position:	top left;
}
	div#header h2{
		display:		none;
	}
	div#header h3{
		display:		none;
	}
div#menu{
	font-weight:		bold;
	color:			#ffffff;
	font-size:		90%;
	margin:			0px;
	border:			1px solid #668832;
}
	div#menu a{
		color:			#668832;
		text-decoration:	none;
	}
	div#menu li.current a{
		color:			#000000;
	}
	div#menu ul{
		list-style:		none;
	}
	div#menu li{
		float:			left;
		width:			85px;
		overflow:		hidden;
		text-align:		center;
		padding:		3px 0px 3px 0px;
		margin:			0px 2px 0px 2px;
		display:		inline;
		border-bottom:		1px solid #668832;
		cursor:			pointer;
		background-image:	url('/images/bg_tab.gif');
		background-repeat:	no-repeat;
		background-position:	top center;
		background-color:	#e5ebdc;
	}
	div#menu li.current{
		background-color:	#ffffff;
		border-bottom:		1px solid #ffffff;
		color:			#000000;
	}

div#content{
	background-color:	#ffffff;
	padding:		20px 30px 20px 30px;
	clear:			both;
}
	div#content h1{
		font-family:		Georgia,"Times New Roman",Times,serif;
		font-weight:		normal;
		color:			#990000;
		font-size:		2.7em;
	}
	div#content h2{
		font-family:		Georgia,"Times New Roman",Times,serif;
		font-weight:		normal;
		color:			#006699;
		font-size:		1.6em;
	}
	div#content h3{
		font-family:		Arial,Helvetica,sans-serif;
		font-weight:		bold;
		color:			#335577;
		font-size:		1em;
	}
	div#content div.para{
		margin-bottom:		15px;
	}
	div#content div.imagebox{
		overflow:		hidden;
	}
	div#content div.magnibox{
		float:			left;
		margin-left:		0px;
		padding-left:		20px;
		padding-bottom:		5px;
		border-bottom:		1px solid #3366cc;
	}
	div#content div.magnibox a{
		text-decoration:	none;
	}
	div#content div.magnibox a img{
		border:			none;
		width:			11px;
		height:			11px;
		margin-right:		5px;
		vertical-align:		middle;
	}
div#footer{
	text-align:		center;
	background-color:	#668833;
	padding:		2px 30px 2px 30px;
	color:			#aaccaa;
}
	div#footer a{
		color:			#aaccaa;
		text-decoration:	none;
	}
	div#footer a:hover{
		text-decoration:	underline;
	}
div#subfooter{
	text-align:		center;
	margin-top:		3px;
	padding:		2px 30px 2px 30px;
	color:			#A0BFDE;
	font-size:		12px;
}
	div#subfooter a{
		color:			#A0BFDE;
		text-decoration:	none;
	}
a img{
	vertical-align:		middle;
	border:			none;
}


