*, h1,h2,h3,h4,h5,img, body
{
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#1C1D53;
}

a img
{
	border:none;
	text-decoration:none;
}

body
{
	text-align:center;
	margin:0 auto;
	height:600px;
	width:800px;
	background-color:#F8F8F8;
}

div#wrapper
{
	height:600px;
	width:800px;
	text-align:left;
}

div#header
{
	position:relative;
	border:1px solid #1C1D53;
	color:white;
}

a#header-logo
{
	position:absolute;
	top:0;
	left:0;
}

p#header-content
{
	position:absolute;
	color:white;
	top:82px;
	left:135px;
	width:650px;
	_width:660px;
	text-align:justify;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bolder;
}
p#header-title
{
	position:absolute;
	top:71px;
	left:0;
	color:white;
	text-transform:uppercase;
	font-size:12px;
	width:139px;
	text-align:center;
	font-weight:bold;
	color:white;
}
p#header-title span#logoTitle
{
	font-size:17px;
	color:white;
}
/** Menu **/
div#menu
{
	width:800px;
	height:25px;
	background-color:#1C1D53;
	border-bottom:4px solid red;
	text-align:center;
}
div#menu li
{
	list-style:none;
}
div#menu a
{
	text-decoration:none;
}
ul.menu1, ul.menu2
{
	display:none;
}
ul.menu0
{
}
li.level0
{
	text-align:center;
	float:left;
	width:158px;
	font-size:10px;
	line-height:25px;
	border-left:1px solid red;
	position:relative;
}
li.level0 a
{
	color:white;
	display:block;
}
li.level1 a
{
	display:inline;
}
li.level0 a:hover
{
	color:red;
	font-weight:bold;
}
li.hovered ul
{
	display:block;
}

ul.menu1
{
	position:absolute;
	top:25px;
	left:-4px;
	width:166px;
	background-color:red;
	border:1px solid white;
}

ul.menu1 a
{
	color:black;
}
li.level1 a:hover
{
	color:white;
}

li.level1
{
	border-top:1px solid white;
	text-align:center;
}
div#pagecontent
{
	border:1px solid #1C1D53;
	margin-top:3px;
	padding:5px;
	height:387px;
	_height:405px;
	overflow-y:auto;
	background-color:#FFFFFF;
}

div#footer
{
	margin-top:8px;
	height:20px;
	line-height:15px;
	background-color:red;
	width:800px;
	position:relative;
	color:white;
	font-weight:bold;
}

div#footer-links a.separator
{
	border-left:1px solid white;
}

div#footer-links a.separator:hover
{
	border-left:1px solid white;
	text-decoration:underline;
}

div#footer-links a
{
	color:white;
	text-decoration:none;
	padding:0 15px;
	font-size:11px;
}
div#footer-links
{
	position:absolute;
	right:10px;
	top:2px;
}
div#footer span#address
{
	font-size:11px;
	padding:1px;
	padding-left:6px;
	line-height:20px;
	color:white;
}

#pagecontent a
	{
	text-decoration:underline;
	color: #003366 !important;
	font-size:12px !important;
	}

#pagecontent a:hover
	{
	color:red !important;
	text-decoration:underline;	
	}
	
#pagecontent h1
	{
	font:"Times New Roman", Times, serif !important;
	color:#003399 !important;
	font-size:22px !important;
	margin-bottom:20px;
	}

#pagecontent h2
	{
	font:"Times New Roman", Times, serif !important;
	color:#003399 !important;
	font-size:13px !important;
	margin:10px;
	}

p
	{
	font-size:12px;

	}
	
#pagecontent ul
	{
	list-style:disc;
	margin-left:25px;
	}
#pagecontent ul li 
	{
	padding:3px;
	font-size:12px;
	}
