body { 
margin: 0; 
padding: 0; 
height: 100%; 
text-align: center;
font-size: 10pt;
font-family: Arial, Helvetica, sans-serif;;
background-color: #C0C0C0;
} 

#frame { 
	width: 800px; 
	margin-left:auto; 
	margin-right:auto;  
	background-color: #FFFFFF; 
	position: relative; 
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
	text-align: left;
} 

#nounderline {
text-decoration: none;
}

.inputbox1 {
	font-size: 8pt;
	font-family: Arial;
	width: 90px;
}

.search {
	font-size: 8pt;
	font-family: Arial;
	width: 50px;
}

#header
{
	background-color: #FFFFFF;
	padding: 5px;
}

#content
{
	text-align: left;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 30px;
}

#footer { 
	clear: both;
	width: 100%; 
	background: #FFFFFF; 
	margin-left:auto; 
	margin-right:auto;  
	position: absolute; 
	border-top: 1px solid #D8D8D8;
	bottom: 0 !important; 
	bottom: 0px; 
	height: 15px; 
	text-align: center;
	font-size: 8pt;
} 

	
h1 {
	font-size: 13pt;
	font-weight: bold;   
	margin-top: 2px;
}

h2 {
	font-size: 12pt;
	font-weight: bold;
}

a:link { color: #000000; }
a:active { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #B5714E; }

table {
	background-color: white;
	font-size: 10pt;
	font-family: Arial;
}

table th {
	padding: 1px;
        border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}

table tr.bg_0 
{ 
background-color: #E5E5E5; 
} 

table tr.bg_1 
{ 
background-color: #FFFFFF; 
} 

tr.alt td {
background-color: #E5E5E5;
}


#cssdropdown, #cssdropdown ul { 
padding : 0; 
margin : 0; 
background-color : #B5714E; 
width : 100%; 
color : #ffffff; 
} 
#cssdropdown li { 
float : left; 
position : relative; 
display : block; 
color : #ffffff; 
font-weight : bold; 
} 
.mainitems { 
background-color : B5714E; 
width : 96px; 
padding : 2px; 
text-align: center;
color : #ffffff; 
} 
.mainitems a { 
text-decoration : none; 
color : #ffffff; 
} 
.mainitems a:link { 
text-decoration : none; 
color : #ffffff; 
} 
.mainitems a:visited { 
text-decoration : none; 
color : #ffffff; 
} 
.subuls { 
display : none; 
position : absolute; 
top : 1.2em; 
left : 0; 
color : #ffffff; 
} 
.subuls li { 
padding : 1px; 
width: 100%;
text-align: left;
text-decoration : none; 
color : #ffffff; 
border-top : 1px solid #ffffff; 
} 
.subuls li a { 
text-decoration : none; 
color : #ffffff; 
} 
.subuls li a:link { 
text-decoration : none; 
color : #ffffff; 
} 
.subuls li a:active { 
text-decoration : none; 
color : #ffffff; 
} 
.subuls li a:visited { 
text-decoration : none; 
color : #ffffff; 
} 
.subuls li a:hover { 
text-decoration : none;
display : block; 
background-color : #ffffff; 
color : #002a52; 
} 
#cssdropdown li > ul { 
top : auto; 
left : auto; 
color : #ffffff; 
} 
#cssdropdown li:hover ul, li.over ul { 
display : block; 
} 
