body
{
	padding:		0;
	margin:			0;
	background-color:	#BAC9E9;
	text-align:		center;
}

div.page
{
	text-align:		left;
	margin-left:		auto;
	margin-right:		auto;
	margin-top:		20px;
	margin-bottom:		20px;	

	padding:		0;

	width:			750px;

	border-top:		1px solid #556c75;
	border-left:		1px solid #556c75;
	border-bottom:		1px solid black;
	border-right:		1px solid black;
}

form td 
{
font-family:		arial;
font-size:			12px;
color:			#113689;
}

p 
{
font-family:		arial;
font-size:			12px;
color:			#113689;
}

h3
{
font-family:		arial;
color:			#113689;
}

h4
{
font-family:		arial;
color:			#113689;
}


ul
{
font-family:		arial;
font-size:			12px;
color:			#113689;
}



div.top
{
	height:			100px;
	width:			100%;
	background-color:	#ffffff;

	position:		relative;
}

div.top p.slogan
{
	position:		absolute;
	right:			15px;
	top:			26px;

	padding:		0;
	margin:			0;

	color:			#2222cc;

	font-size:		20px;
	font-family:		verdana;
}

div.top img.logo
{
	z-index:		100;
	position:		absolute;
	top:			0px;
	left:			0px;
}

div.top img.right
{
	position:		absolute;
	top:			0px;
	right:			0px;
}

div.menu
{
	height:			20px;
	width:			100%;

	position:		relative;
	z-index:		1;
	
	background-color:	#1448B5;
	border-bottom:		1px solid #aaaabb;
}

div.menu A.link
{
	position:		absolute;
	color:			white;
	top:			2px;
	text-decoration:	none;

	font-family:		arial;
	font-size:		12px;
}

div.menu A.link:hover
{
	color:			black;
}

div.front
{
	height:			250px;
	width:			100%;

	background-color:	#ffffff;

	border-bottom:		1px solid #dddddd;
	position:		relative;
}

.front .text
{
	position:		absolute;
	top:			10px;
	left:			30px;
	z-index:		2;
	width:			400px;
	height:			200px;
}

.front .text .normal
{
	margin-left:		20px;
	padding:		0;

	color:			black;
	font-size:		14px;
	font-family:		arial;
	font-weight:		normal;

	line-height:		1.6em;

	width:			307px;

}

.front .text .newslink {

	margin-left: 20px;
	margin-top: 15px;
	font-family: arial;
}

.front .text .newslink a {
	color: #993333;
	font-size: 16pt;
	text-decoration: none;
	/*border-bottom: solid #993333 1px;*/
}

.front .text .newslink a:hover {
	color: #AA4444;
}

.front .text .newslink a img {
	border: none;
}

.text .big
{
	margin:			0;
	padding:		0;

	color:			#993333;
	font-size:		28px;
	font-family:		arial;
}

.front .pic
{
	position:		absolute;
	right:			0;
	top:			0;

	width:			450px;
	height:			100%;
	padding:		0;

	text-align:		center;
	background:		url('images/main-bg.jpg');
}

.front .pic img
{
	position:		relative;
	top:			20px;
}

.boxrow
{
	position:		relative;
	display:		block;
	width:			100%;
	height:			180px;
	background-color:	#ffffff;
}

.box
{
	margin-top:		10px;
	display:		block;
	position:		absolute;
	width:			175px;
	vertical-align:		top;
	background-repeat:	repeat-x;
	background-position:	bottom;
	height:			160px;
	padding:		0;
}

.box .menuOption
{
	text-align:		left;
	margin:			0;
	padding:		0;

	width:			175px;
	height:			20px;
	display:		block;

	background-color:	#d0262d; 
	border-bottom:		black 1px solid;

	font-family:		arial;
	position:		relative;

	text-decoration:	none;
}

.box .menuOption img
{
	position:		absolute;
	right:			6px;
	top:			4px;
	border:			none;
}

.box A.menuOption:hover
{
	background-color:	#E1555C;
}

.box A.menuOption
{
	cursor:			default;
}

.box .menuOption .text
{
	position:		absolute;
	left:			10px;
	top:			2px;

	font-size:		12px;
	font-weight:		bold; 
	color:			white;
	text-decoration:	none;

	padding:		0;
	margin:			0;
}

.menuSub
{
	display:		none;
	position:		absolute;
	z-index:		1;
	left:			0;
	top:			21px;

	padding:		0;
	margin:			0;

	font-family:		arial;
	font-size:		11px;

	width:			175px;

	border-top:		none;
	border-bottom:		1px solid #555555;
	border-right:		1px solid #555555;
	border-left:		1px solid #888888;
}

.menuSub A.menuSubOption
{
	display:		block;
	width:			100%;

	padding:		2px 0;

	background-color:	#dddddd;
	text-decoration:	none;
}

.menuSub A.menuSubOption.odd
{
	background-color:	#d5d5d5;
}

.menuSub A.menuSuboption:hover
{
	background-color:	#888888;
}

.menuSubOption .text
{
	padding-left:		10px;
	font-family:		arial;
	font-size:		10px;
	color:			black;
}

.box p
{
	padding:		0;
	margin:			5px 8px;
	text-align:		left;
	font-family:		arial;
	font-size:		11px;
/*	background-color:	white; */
	color:			black;
	text-align:		justify;
}

.box p.header
{
	font-size:		14px;
	font-style:		italic;
	text-align:		center;
}

div.bottom
{
	height:			20px;
	width:			100%;

	background-color:	#ffffff;

	border-top:		1px solid #dddddd;
	position:		relative;
}

div.bottom p.text
{
	padding:		0;
	margin:			0;

	position:		absolute;

	top:			3px;
	left:			5px;

	font-family:		arial;
	font-size:		9px;
	color:			#113689;
}

div.bottom p.rtext
{
	padding:		0;
	margin:			0;

	position:		absolute;

	top:			3px;
	right:			5px;

	font-family:		arial;
	font-size:		9px;
	color:			#113689;
}

div.bottom p.rtext A
{
	color:			#cc2222;
	text-decoration:	none;
}

div.bottom p.rtext A:hover
{
	color:			red;
	text-decoration:	underline;
}

div.page div.main
{
	background-color:	#ffffff;
	font-family:		arial;
	font-size:		12px;
	color:			black;

	padding:		10px;
}

.main img
{
	padding-left: 2px;
}

div.inset {float: right; margin-left: 15px; width: 15em}
div.main_content {margin-right: 16em}
div.main_content p {margin-bottom: 1em}

div.inset h3 {color: red; font-size: 8pt; font-weight: bold}
div.inset ul {color: red; font-size: 8pt; font-weight: bold; padding-left: 15px}
div.inset li {color: black; list-style-type: square}

div.links
{
	width:	100%;
	text-align: right;
	font-face: arial;
	font-size: 14px;	
	font-weight: bold;
}

div.links a
{
	text-decoration: none;
	color: #555577;
}

div.links a:hover
{
	color: #111133;
}
