body {
	background-color: #999999;
	background-image: url(images/theme/page_bg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #101010;
}


a:link, a:visited {
	color: #505050;
	text-decoration: underline;
}
a:active, a:hover {
	color: #000000;
	text-decoration: underline; 
}
a img {
	border-color: #505050;
}


h1 {
	display: block;
	margin: 0px 0px 12px 0px;
	padding: 6px 0px 6px 0px;
	border: 2px solid #666666;
	background-color: #E0E0E0;
	text-align: center;
	font-size: 28px;
	color: #101010;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
h2, h3, h4, h5, h6 {
	color: #101010;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}


hr {
	height: 1px;
	border-style: none;
	color: #666666;
	background-color: #666666;
}

label {
	white-space: nowrap;
}

img.floatleft {
	float: left;
	margin-right: 16px;
}
img.floatright {
	float: right;
	margin-left: 16px;
}


p.indented {
	text-indent: 1em;
}


li.pdf {
	list-style-image: url(images/theme/icon_pdf.gif);
}
li.announcement {
	list-style-image: url(images/theme/icon_announcement.png);
}
li.newsletter {
	list-style-image: url(images/theme/icon_newsletter.png);
}
li.press {
	list-style-image: url(images/theme/icon_press.png);
}
ul li {
	padding-left: 12px;
}

div.bio {
	font-size: 85%;
}
div.bio p {
	text-align: justify;
	text-indent: 2em;
}

div#maincontainer {
	border-color: #202020;
	background-color: #E8E8E8;
	background-image: url(images/theme/chalk.gif);
	font-size: 15px;
}

div#header {
	background-image: url(images/theme/header_bg_text.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
img#headerlogo {
	float: left;
	width: 170px;
	height: 170px;
	margin: 7px 0px 3px 16px;
	border-style: none;
}
div#headertext {
	height: 140px;
	padding: 12px 12px 0px 0px;
	text-align: right;
	font-size: 11px;
	color: #F0F0F0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#headertext p {
	margin: 8px 0px 8px 0px;
}
div#topnav {
	padding-bottom: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div#topnav a:link, div#topnav a:visited {
	color: #C0C0C0;
}
div#topnav a:active, div#topnav a:hover {
	color: #E0E0E0;
}


div#content {
	border-color: #404040;
	background-color: #F8F8F8;
}


div.rightblock {
	border-color: #404040;
	background-color: #F0F0F0;
}
div.rightblock form {
	margin-top: 1em;
	margin-bottom: 1ex;
}
div.rightblock input {
	text-align: center;
	font-size: 11px;
}

div.rb_header {
	margin: 6px 0px 6px 0px;
	padding: 2px 0px 2px 0px;
	border: 1px solid #666666;
	background-color: #E0E0E0;
	text-align: center;
	font-size: 14px;
	color: #101010;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}


div#footer {
	text-align: center;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
div#footer a:link, div#footer a:visited {
	color: #202020;
	font-weight: bold;
	text-decoration: none;
}
div#footer a:active, div#footer a:hover {
	color: #000000;
	font-weight: bold; 
	text-decoration: underline; 
}


/* CUSTOM MENU CLASSES */
ul.nav li a:link, ul.nav li a:visited {
	border-color: #666666;
	color: #202020;
	background-color: #D8D8D8;
}
ul.nav li a:active, ul.nav li a:hover {
	border-color: #666666;
	color: #202020;
	background-color: #F0F0F0;
}