body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#navcontainer ul
{
text-align: right;
padding-bottom: 5px;
padding-top: 2em;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #007CC4;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
	display: inline;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#navcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #3399FF;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
color: white;
}

#navcontainer #active {
	background-color: #FBAF18;
}
#home_logo {
	top: 200px;
	padding-left: 119px;
	background-image: url(../img/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 8em;
}
#home_content h1 {
	color: #FBAF18;
	font-size: 1.1em;
	margin-left: 345px;
}
#home_content, #content {
	margin-left: 125px;
}
strong {
	color: #007CC4;
}
p {
	font-size: .9em;
	line-height: 150%;
}
p a.btn {
	color: #007CC4;
	font-weight: bold;
	background-color: #FBAF18;
	border: 2px solid #007CC4;
	padding: .2em;
	text-decoration: none;
}
p a.btnSml {
	color: #007CC4;
	font-weight: bold;
	background-color: #FBAF18;
	border: 2px solid #007CC4;
	padding: 0.2em;
	text-decoration: none;
	font-size: .7em;
}
p a.btn:hover {
	background-color: #007CC4;
	border: 1px solid #FBAF18;
	color: #FFFFFF;
}
#logo {
	background-image: url(../img/sub_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 50px;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #FBAF18;
}
em {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FBAF18;
	font-style: normal;
}
h1 {
	font-size: 1.1em;
	color: #FBAF18;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FBAF18;
	margin-top: 2em;
}
ul li {
	color: #000000;
	font-size: 0.9em;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(../img/bullet.gif);
	margin-top: .3em;
}
#foot {
	font-size: .7em;
	color: #007CC4;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #007CC4;
	padding-top: 0.4em;
	margin-top: 2em;
}
form {
	padding: .5em;
	margin-top: 2em;
	border: 2px solid #FBAF18;
}
#a:hover
{
	text-decoration: underline;
	color: #00AEDB;
}
#a:link
{
	text-decoration: underline;
	color: #007CC4;
}

#a:visited
{
	text-decoration: underline;
	color: #007CC4;
	font-style: italic;
}