/* CSS Document */

body{
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
font-weight : normal;
color:#000;
margin:0;
padding:0;
text-align:center;
}
p{
font-family : Verdana, Arial, sans-serif;
font-size : 10pt;
font-weight : normal;

}


h1 {
background : transparent;
font-family : Verdana, Arial, sans-serif;
font-size : 12pt;
font-weight : bold;
color : #666666;

}

h2 {
background : transparent;
font-family : Verdana, Arial, sans-serif;
font-size : 11pt;
font-weight : bold;
color : #000099;
margin-top:15px;
}

h3 {
background : transparent;
font-family : Verdana, Arial, sans-serif;
font-size : 9pt;
font-weight : normal;
color : #009933;
}

h4 {
background : transparent;
font-family : Verdana, Arial, sans-serif;
font-size : 24pt;
font-weight : normal;
color : #999999;
}
h5 {
background : transparent;
font-family : Verdana, Arial, sans-serif;
font-size : 7pt;
font-weight : normal;
color : #999999;
}

a {font-size: 10pt;}  
a:link { color: #cc0000;}
a:visited { color: #cc0000}
a:hover { color: #cc0033 }

#frame{
width:800px;
text-align:left;
margin:0 auto;
padding:0;
}
	#header{
	width:100%;
	margin:0;
	padding:0;
	height:auto;
	}
	#header img{
	float:left;
	display:inline;
	margin:20px;
	}
	#header p{
	display:inline;
	float:right;
	width:200px;
	margin:50px 20px 20px 20px;
	padding:0;
	color:#000080;
	font-weight:bold;
	font-style:italic;
	}
#main-content{
width:760px;
margin:0 20px 0 20px;
padding:0;
}
#main-content ul { /* all lists */
	padding: 0px;
	margin: 10px;
}

#main-content li { /* all list items */
	
	float:none;
	display:list-item;
	background-color:transparent;
	border:none;
	list-style:disc;
	position:inherit;
	width:auto;
	height:auto;
	margin:0px 0px 5px 20px;
	padding-left:5px;
	text-align:left;
	color:#000;
	line-height:18px !important;
	line-height:18px;
	}
#main-content li ul { /* second-level lists */
	display:list-item;
	position:absolute;
	top: 28px;
	margin:0px 0px 0px 0px;
	border-top:none !important;
	/*border-top:1px solid #FFF;*/
}
#footer{
width:800px;
margin:10px 0 20px 0;
padding-top:4px;
border-top:3px solid #c00;
color:#c00;
font-size:10pt;
text-align:center;
}


/* nav code - do not edit*/	
#navigation{
background-color:#cc0000;
width:800px;
padding:0px;
margin:0;
height:30px;
z-index:1;
}

ul { /* all lists */
	padding: 0px;
	margin:0 0 0 4px;
	list-style: none;
}
#navigation a:link, #navigation a{
color:#fff;
}

li { /* all list items */
	float: left;
	display:inline;
	position: relative;
	width:130px;
	height:28px;
	margin:0;
	border:1px solid #c00;
	text-align:center;
	font-size:10pt;
	color:#fff;
	line-height:29px !important;
	line-height:28px;
	background-color:#c00;

}
li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 28px;
	left: 0px;
	margin:0px 0px 1px -2px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 29px;
	left:0px;

}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}


