@charset "UTF-8";
body {
	background-image: url(images/backgrounds/b5.gif);
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-position: center top;
	margin-top: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/backgrounds/header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}
#nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}
#nav ul {
	margin: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding-right: 3px;
	padding-left: 3px;
	color: #006699;
}
#nav li a {
	text-decoration: none;
	color: #999900;
}
#nav a:hover, a:hover {
	color: #993300;
}
#headerimage {
	margin-bottom: 20px;
}
#rightcol {
	float: right;
	margin-right: 42px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #006699;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: left;
	padding-left: 20px;
	line-height: 1.4em;
}
#rightcol li {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
#rightcol ul {
	padding-left: 10px;
	margin-top: -10px;
}
#leftcol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 1.6em;
	color: #333333;
	text-align: left;
	margin-right: 300px;
	padding-left: 43px;
}
#leftcol ul {
	margin-top: -10px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.italic-lg {
	font-size: medium;
	font-style: italic;
	color: #006699;
}
a {
	color: #999900;
	text-decoration: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6699CC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
td {
	text-align: left;
	vertical-align: top;
	padding-right: 15px;
}
.button {
	background-color: #999900;
}
.smaller {
	font-style: italic;
	color: #6699CC;
}
