body
{
	border:0px none;
	padding:0; 
	padding-bottom: 25px; 
	text-align:center; 
	margin: 0px;
	color: #333;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
	background-color: #ffffff;
}

#canvas
{
	border: #263f5f 1px solid;
	padding: 0px;
	font-size: 12px;
	margin: 10px auto;
	width: 900px;
	color: #333;
	position: relative;
	text-align: center;
}

/*
#canvastable
{
	width: 900px;
}
*/

TABLE
{
	line-height: 2em;
	font-size: 12px;
	width: 100%;
}

#header
{
	border: 0px;
	padding: 0px;
	background-position: 0% 0%;
	background-attachment: scroll;
	margin: 0px;
	color: #333;
	background-repeat: repeat;
	background-color: #ffffff;
}

#content
{
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	line-height: 2em;
	font-size: 12px;
	padding: 20px;
	width: 720px;
}

#content li
{
	vertical-align: baseline;
}

#menu
{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 5px;
	vertical-align: top;
	width: 180px;
	line-height: 1.5em;
	padding-top: 20px;
	background-color: #C00000;
	text-align: left;
}
	
#menu p {
	margin-left: 40px;
	font: italic 10pt/22pt georgia; 
	text-align:left;
	}
	
#menu ul {
	margin-left: 20px;
	}

#footer
{
	border: 0px;
	background: #5f779a;
	text-align: center;
	font-size: 10px;
	line-height: 1.0em;
	height: 80px;
	color: White;
	vertical-align: bottom;
}

H1, H2, H3, H4, H5
{
	color: #C00000;
	font-weight: 500;
}
H1
{
	font-size: 190%;
}
H2
{
	font-size: 170%;
}
H3
{
	font-size: 150%;
}
H4
{
	font-size: 130%;
}

a:hover 
{
	border-bottom: 1px dotted #263f5f;
}

a
{
	color: #263f5f ;
	font-weight:bold;
	text-decoration:none;
}

/* Util Menu  */

#utilmenu
{
	left: 740px;
	top: 50px;
	position:absolute;
}

#utilmenu UL
{
	clear: left;
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	list-style-type: none;
	text-align: center;
}
#utilmenu UL LI
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
#utilmenu UL LI A
{
	border-left: #10223c 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
	padding-bottom: 0px;
	border-right: medium none;
	color: #2d476b;
	padding-top: 0px;
	font-family: Verdana;
	font-weight: bold;
	height: 15px;
	text-align: center;
	text-decoration: none;
	voice-family: inherit;
}
#utilmenu UL LI A:hover
{
	color: #C00000;
	border-bottom: 0px;
}

/* Top Menu  */

#topmenu
{
	padding-right: 0px;
	padding-left: 180px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	border-bottom: #ccc 1px solid;
	height: 22px;
	background-color: #10223c;
}
#topmenu UL
{
	clear: left;
	border-right: 0px;
	padding-right: 0px;
	border-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: 0px;
	padding-top: 0px;
	border-bottom: 0px;
	list-style-type: none;
	text-align: center;
}
#topmenu UL LI
{
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	float: left;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}
#topmenu UL LI A
{
	border-right: #ccc 1px solid;
	padding-right: 0px;
	display: block;
	padding-left: 0px;
	font-weight: normal;
	font-size: 13px;
	padding-bottom: 0px;
	border-left: medium none;
	width: 80px;
	color: white;
	padding-top: 2px;
	height: 22px;
	text-align: center;
	text-decoration: none;
	voice-family: inherit;
}
#topmenu UL LI A:hover
{
	background: #5f779a;
	border-bottom: 0px;
}

#topmenu UL LI A:hover IMG
{
	background: #5f779a;
}

.active
{
	background: #2d476b;
}

