html, body, h1, h2, h3, h4, ul, li
{
	margin: 0;
	padding: 0;
}
h1 img
{
	display: block;
}
img
{
	border: 0;
}
a
{
	color: #FFFFFF;
}
a:hover
{
	color: #FFA405;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.more
{
	text-align: right;
}
.clear
{
	clear: both;
}

body
{
	background: #193866 url(image/page_bg.jpg) repeat-x;
	font: 11px arial, sans-serif;
	color: #464544;
	padding-bottom: 10px;
}

/** layout **/
#wrapper
{
	width: 728px;
	min-height: 750px;
	_height: 750px;
	background: url(image/header.jpg) no-repeat;
	position: relative;
}

h1
{
	padding: 25px 0 0 30px;
	font: 32px "arial black" , arial, sans-serif;
	color: #151515;
}

h1 em
{
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
	position: relative;
	top: -4px;
}

#menu
{

	float: right;
	background-color:Transparent;
	
}


#menu table
{
	font-size: 15px;
	font-weight:bold;
	background-color:Transparent;
	
}
#menu td
{
	
	text-indent:7px;
	
	
}

#menu .submenuTable
{
	background-color: #193866;
	font-weight:normal;
	border-bottom:solid 1px;
	
}


/* nav */

#nav
{
	position: absolute;
	top: 0px;
	left: 335px;
	width: 500px;
}


#nav li
{
	float: left;
	background: url(image/nav_left.gif) no-repeat;
	list-style: none;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 45px;
	line-height: 1.1;
}
#nav span
{
	display: block;
	font-size: 28px;
}

#nav a
{
	color: #FFFFFF;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
}

/** topcontent **/

#topcon
{
	background: url(image/topcon.gif) no-repeat;
	width: 427px;
	position: absolute;
	top: 105px;
	left: 338px;
	color: #fff;
}
#topcon-inner
{
	margin: 33px 40px 41px 85px;
	height: 120px;
	overflow: auto;
	text-align:center;
}
#topcon h2
{
	font-size: 14px;
}

/** Body **/

#content
{
	width: 710px;
	position: absolute;
	color: #fff;
	top: 299px;
	left: 33px;
}
#content a
{
	color: #179806;
	text-decoration:none;
}
#content a:hover
{
	color: #fee;
	text-decoration:underline;
}
#body
{
	border: 3px solid white;
	background: #0A589A;
	padding: 18px;
}

.box
{
	float: left;
	width: 95%;
	background: #193866;
	margin-right: 18px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:15px;
	border:solid 2px white;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.box p
{
	margin: 1em 0;
}

p.more
{
	margin: 0;
}

#hits
{
	width: 240px;
}
#hits .box-tl
{
	padding-bottom: 22px;
}
#hits ul
{
	margin: 1em 0;
}
#hits li
{
	list-style: none;
	margin: 0.9em 0;
}
#hits ul a
{
	text-decoration: none;
}
#hits ul a:hover
{
	text-decoration: underline;
}

#new
{
	margin-right: 0;
}
#new .box-tl
{
	padding-bottom: 18px;
}
#new p
{
	margin-top: 0;
	margin-bottom: 3.6em;
}
#body h1
{
	font-size: 12px;
	text-align: right;
	margin-bottom: 1.5em;
	color:White;
}

#body h2
{
	font-size: 18px;
	font-weight:bold;
	text-align: left;
	margin-bottom: 1.5em;
}
#body h3
{
	font-size: 9px;
	color: #FFEA00;
}
#body .more a
{
	font-weight: bold;
	text-decoration: none;
}
#body .more a:hover
{
	text-decoration: underline;
}
#body .hr-yellow
{
	border-top: 1px solid #FFEA00;
	padding-bottom: 1em;
	margin-top: 1em;
}

/** footer **/
#footer
{
	text-align: center;
}
#footer p, #footer ul
{
	margin: 0.8em;
}
#footer ul
{
	margin-top: 1.2em;
}
#footer li
{
	display: inline;
	list-style: none;
}
.tableheader
{
	background-color:#082755;
	font-weight:bold;
}
.message
{
	background-color:Yellow;
	color:Red;
}
.requiredField
{
	color:Red;
}