body
{	
	padding: 0px;
	background: #FFFF80;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
    margin:0;
}

p,div,span,td,ul,ol,li,dl,dt,dd,.normal {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.tt
{
	font-family: courier, monospace;
}

#copyright
{
	text-align:center;
	font-size: 10pt;
	color: #00007B;
	background-color: transparent;
}

form {
	margin: 0 0 0 0px;
}

a:link
{
	color:#011dc9;
	background: transparent;
	text-decoration:none;
}
		
a:visited, a:active
{
	color:#011dc9;
	background: transparent;
	text-decoration:none;
}

a:hover
{
	color:#001373;
	background: transparent;
	text-decoration:underline;
}

.pad
{
	padding:2%;
}

.menu
{
	width:12em;
	float: left;
}

.content
{
	width:600px;
	float: left;
	border-left:1px solid #ECE9D8;
}

#main
{
	padding:0;
	color:#000040;
	background:white;
	width:800px;
	display:block;
    margin-left: auto;
    margin-right: auto;
	border:1px solid #808080;

}

ul, ol 
{
	margin:1em;
	padding:0 1em;
}

li
{
	margin:0em;
}

dl, dt, dd
{
	margin:0;
}

dd {
	padding-bottom:1em;
	padding-left:1em;
}

.image
{
	text-align:center;
}

.image img
{
	border:1px solid;
}

h1, h2, h3, h4
{
	margin-top:0px;
	margin-bottom:10px;
	font-size:120%;
	color: #00007B;
	background-color: transparent;
}

h1
{
	font-size:150%;
	margin-top:0;
	text-align:center;
}	

h2
{
	border-top:1px dashed #aaa;
	margin-top:8px;
	padding-top:8px;
}

h3
{
	font-style:italic;
}

hr {
	border-top: 1px dashed #aaa;
	border-bottom: 0px solid #fff;
	color: #fff;
	background-color: transparent;
}

small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}

.big {
	font-family: "Times New Roman",Sans-serif; 
	font-size: 18pt;
	font-style: italic;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 12em;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.8em;
	margin-bottom : 0px;
	width: 11em;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 12.19em;
	margin-top : -1.75em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	width: 11em;
	display : block;
	color : #000040;
	text-decoration : none;
	background-color : white;
	border : 1px solid #ECE9D8;
	padding : 0 0.5em;
}

#nav li a:hover {
	color : #000040;
	background-color : #BBCCEE;
	border : 1px solid #00007B;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
