body{
text-align:center;
padding:0px;
border:none;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11pt;
color:#000;
}
#frame{
text-align:left;
width:768px;
height:auto;
padding:0px;
margin:5px auto 5px auto;
}
#header{
width:100%;
height:126px;
margin:0px;
padding:0px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
}
#header p{
font-size:7pt;
font-style:italic;
line-height:35px;
}
#navigation{
width:768px;
padding:0px;
margin:2px 0px 0px 0px;
height:30px;
z-index:1;
}
.navbutton{
display:inline;
float:left;
width:122px;
height:28px;
border: 1px solid #f30;
text-align:center;
margin:0px 1px 0px 1px;
font-size:10pt;
color:#33c;
line-height:27px;
}
#content{
width:100%;
height:auto;
margin:18px 0px 18px 0px;
}
#maincontent{
width:544px;
height:auto;
display:inline;
float:left;
clear:left;
}
h1{
font-size:14pt;
font-weight:400;
color:#33c;
border-bottom:1px solid #33c;
margin:0px 10px 10px 10px;
}
p{
margin:5px 10px 15px 12px;
}
#footer{
line-height:30px;
text-align:center;
width:100%;
height:35px;
display:block;
background-color:#f30;
color:#fff;
}
#footer table{
width:744px;
}
#footer td{
width:50&;
}
#bottomtext{
width:100%;
font-size:8pt;
text-align:center;
margin:5px 0px 5px 0px;
}
#rightpanel{
display:inline;
float:left;
width:224px;
margin-top:22px;
}
.box{
display:inline;
float:left;
width:198px;
border:1px solid #f30;
height:128px;
margin:0px 0px 22px 3px;
padding:10px;
font-size:17pt;
font-weight:400;
color:#f30;
}
.box-alternate{
display:inline;
float:left;
width:198px;
border:1px solid #f30;
height:128px;
margin:0px 0px 22px 3px;
padding:10px;
font-size:12pt;
font-weight:400;
color:#f30;
}
.smalltext{
color:#f30;
font-size:10pt;
}
h2{
color:#444;
margin:5px 10px 15px 12px;
font-size:12pt;
font-weight:400;
}
#maincontent table{
margin-left:10px;
}
th{
padding:10px;
text-align:left;
color:#fff;
background-color:#f30;
font-weight:400;
}
#nav a{
text-decoration:none;
color:#33c;
display:block;
}
#maincontent a{
color:#33c;
text-decoration:underline;
}
#rightpanel a{
color:#f30;
text-decoration:none;
}
#footer a{
text-decoration:none;
color:#fff;
}
#bottomtext a{color:#000; text-decoration:none}
/* nav code*/
ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

li { /* all list items */
	float: left;
	display:inline;
	position: relative;
	/*width: 10em;*/
	width:122px;
	height:28px;
	margin:0px 1px 0px 1px;
	border: 1px solid #f30;
	text-align:center;
	font-size:10pt;
	color:#33c;
	line-height:29px !important;
	line-height:28px;
	background-color:#fff;

}
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;
}


