html, body {
	margin: 0;
	padding: 0;
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
}
.whiteboldsmall {
	font-weight: bold;
	font-variant:small-caps;
	color: #FFFFFF;
	font-size:10px;
}

.sidebar {
    float:right;
	margin-left:20px;
	margin-bottom:10px;
	/*border:1px solid #666666;*/
}

td {
	font-size: 12px; 
	color: #FFFFFF;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height:115%;
	font-variant: normal;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-transform: uppercase;
}
div#top-nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-variant: normal;
	color: #FFFFFF;
	font-style: normal;
	font-weight: 100;
	font-variant: normal;
	text-transform: uppercase;
	margin: 8px;
}
div#top-nav a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}
div#top-nav a:hover, a:active {
	text-decoration: none;
	color: #999;
}

a:link, a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover, a:active {
	text-decoration: none;
	color: #FFCCCC;
}
.divider {
	border-top: 1px solid #CCCCCC;
}
.color {
	color: #01426C;
}
.white {
	color: #FFFFFF;
}
.small {font-size: 10px}

.byline {
	font-size: 9px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-variant: small-caps;
	color: #FFFFFF;
}
.subhead-sm {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-variant: small-caps;
	color: #FFFFFF;
}
.serif-italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: 130%;
	color: #FFC500;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	text-indent: 15px;
	line-height: 135%;
}
p {
	margin: 0px;
	padding-top: 7px;
	color:#fff;
}
ul {
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: -5px;
}
