body
{	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #000;
	background-color: #e3e3e3;
}

a:link { color: #c00000; text-decoration: underline; }
a:visited { color: #800000; text-decoration: underline; }

a:hover, a:active
{	color: #fff; background-color: #c00000;
}

h2
{	color: #c00000;
	font: 130% arial, hevetica, sans-serif;
	font-weight: bold;
}

h3
{	color: #c00000;
	font: 110% arial, hevetica, sans-serif;
	font-weight: bold;
}

#container
{	margin: 1em auto; width: 85%;
	text-align: left;
	background-color: #fff;
	border: 4px solid #000;
}


#header
{	
	width: 100%; position: relative;
	border: 2px none #fff;
}

#mainnav
{	background-color: #c00000; color: #fff; padding: 2px 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }


#mainnav ul
{	margin: 0 0 0 20px; padding: 0;
	list-style-type: none;
	border-left: 1px solid #e3e3e3;
}

#mainnav li
{	display: inline; padding: 0 10px;
	border-right: 1px solid #e3e3e3;
}

#mainnav li a
{	text-decoration: none;
	color: #fff; font-size: 115%; font-weight: bold;
}

#mainnav li a:hover
{	text-decoration: none; 	color: #c00000; background-color: #e3e3e3;
}



#submenu
{	background-color: #c00000; color: #e3e3e3; 
	padding: 2px 0; margin-bottom: 18px;
}

#submenu ul { list-style-type: none; }
#submenu li { display: inline; }


#submenu ul
{	margin: 0 0 0 20px; padding: 0;
	list-style-type: none;
	border-left: 1px solid #e3e3e3;
}

#submenu li
{	display: inline; padding: 0 10px;
	border-right: 1px solid #e3e3e3;
}

#submenu li a
{	text-decoration: none;
	color: #e3e3e3; font-size: 100%; font-weight: bold;
}

#submenu li a:hover
{	text-decoration: none; 	color: #c00000; background-color: #e3e3e3;
}


#contents { margin: 0 20px 20px 19px; }
#contents p { line-height: 165%; }

#contents img  {float: right; margin-left: 15px; }

.copyright a:link  { color: #fff; text-decoration: underline }
.copyright a:visited { color: #fff; text-decoration: underline }
.copyright a:active { color: #600; background-color: #e3e3e3; text-decoration: underline }
.copyright a:hover {color: #600; background-color: #e3e3e3; text-decoration: underline }


#skipmenu
{	position: absolute; top: 15px; right: 15px;
	text-align: right;
}

#footer
{	background-color: #c00000; clear: both;
	color: #fff; padding: 5px;
	text-align: right; font-size: 95%;
}