body {
border:0px;
margin: 0px;
}



#container {
	font-family: Helvetica, Verdana;
	width: 760px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
	top: 0px;
}

#container a:link {
text-decoration: none;
}
#container a:visited {
text-decoration: none;
color: green;
}

h1 {
font-size: medium;
}
h2 {
font-size: small;
font-style: italic;
}
h3 {
font-size: small;
font-style: strong;
}

h4 {
font-family: serif;
font-size: 15;
font-style: italic;
color: red;
}

h5 {
font-family: serif;
font-size: 17;
font-style: strong;
color: green;
}
#nav {
float: left;
margin-left: 10px;
width: 140px;
padding-top: 15px;
color: green;
}

#nav ul {
border: 0px;
margin: 0px;
padding: 0px;
list-style: none;
}

#nav li {
margin: 0px;
padding: 0px;
text-align: center;
font-size: 15px;

}

#nav li ul li { 
display: none;
margin-top: 10px;
margin-bottom: -5px;
}

#nav li a {
background-image: url(images/button.png);
background-repeat: no-repeat;
width: 100%;
height: 45px;
padding-top: 15px;
display: block;
margin: 0px;
}

#nav li a:hover {
background-image: url(images/buttonhover.jpg);
}

#nav li ul li a {
background-image: url(images/smallbutton.png);
background-repeat: no-repeat;
font-size: x-small;
text-align: left;
padding-left: 20px;
margin-left: 26px;
padding-right: 30px;
padding-top: 5px;
padding-bottom: 0px;
margin-bottom: -10px;
margin-top: 0px;
}

#nav li ul li a:hover {
background-image: url(images/smallbuttonhover.png);
}

.button {
float: left; 
width: 100px;
height: 50px;
text-align: center;
padding-top:0px;
}

.button a {
background-image: url("images/smallbutton.png");
background-repeat: no-repeat;
height: 45px;
width: 100%;
padding-top: 5px;
display: block;
}


.button a:hover {
background-image: url("images/smallbuttonhover.png");
background-repeat: no-repeat;
}

.textbox {
float: right;
width: 550px;
font-size: smaller;
}

#footer {
clear: both;
font-size: xx-small;
text-align: center;
line-height: 20px;

}

#footer li {
display: inline;
margin-right: 10px;
}

#footer li ul { 
display: none;
}

#footer a:hover {
color: black;
font-size: x-small;
}

.link { 
font-size: x-small;
}

.link tr td {
font-size: x-small;
}

.link img {
border: none;
margin: none;
padding: none;
}

.link a {
width: 120px;
border: none;
margin: none;
padding: none;
border: solid thin white;
}


.link a:hover {
width: 120px;
border: solid thin yellow;
padding: 0px;
}

.sidebar_links {color: #0f9a08
}

.hdr {
	font-style: oblique;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color:#00F;
	
}

.p_hdr {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#000;
	
}

.p_subhdr {
	font-size: 12px;
	color:#000;
	
}

.sub {
	font-style: oblique;
	font-size: 12px;
	text-align: center;
	color:#00F;
	
}

.sub2 {
	font-style: oblique;
	font-size: 10px;
	text-align: center;
	color:#00F;
	
}

.tbl_p {
	font-size: 12px;
	font-weight:100;
	color:#000;
	
}

.tbl_hdr {
	font-size: 12px;
	font-weight: bold;
	color:#000;
	
}

.style1 {font-style: italic
}

.style2 {color: #333333;
background-color:#00ccff;
}

.style3 {color: #FF0000;
}

.links {color: #0f9a08;
}

.table {font-size: x-small;
align: left;
} 

.cell_fill {background-color:#00CCFF;
font-weight:bold;
color:#000000;
}

.cell_normal {background-color:#00FF99;
}

.header {font-size:14px;
color:#339900;
font-style:oblique;
font-weight:bold;
}


