/* CSS Document */
html{
	overflow-y: scroll;
	background-color: #000000;
	}


body{
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-attachment: scroll;
	
	height: 100%;
	
	color: #CCCCCC;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 21px;
	color: #ffde58;
	
	margin-top: -2px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
	color: #a08824;
	
	margin-top: -2px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	color: #a08824;
	
	width: 350px;
	
	margin-top: 0;
	margin-bottom: 0;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	color: #FFFFFF;
	
	width: auto;
	
	margin-top: 5px;
	margin-bottom: -5px;
	}
	
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 11px;
	color: #a08824;
	
	width: auto;
	
	margin-top: 5px;
	margin-bottom: -5px;
	}

hr {
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	border-top-style: solid;
	border-width: thin;
	border-color: #60571E;
	}

.superscript {
	font-size: x-small;
	vertical-align: top;
	color: inherit;
	}

#MainContainer {
	width: 875px;
	height: auto;
	float: left;
	
	margin-left: 75px;
	margin-top: 160px;
	
	position: relative;
	
	}html>body #MainContainer {margin-left: 155px;}

#column1 {
	position: relative;
	
	width: 170px;
	height: auto;
	
	float: left;
	}
	
#column2 {
	position: relative;
	
	width: 475px;
	height: auto;
	

	float: left;
	}

#column3 {
	position: relative;

	width: 150px;
	height: auto;
	
	float: left;
	}

#MainNav {
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 150px;
	height: 258px;
	
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000000;
	
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 10px;
	
	color: #999999;
	
	float: left;
	}

.highlights {
	position: relative;
	top: 0px;
	left: 0px;
	
	width: 180px;
	height: auto;
	
	min-height: 50px;
	
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin-right: 10px;
	margin-bottom: 25px;
	padding-top: 12px;
	padding-left: 12px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 11px;
	text-align: left;
	color: #cccccc;
	}

.highlights p {
	color: #cccccc;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 0px;
	}

.highlights a {
	color: #a08824;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.highlights a:hover {
	color: #d0b132;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.highlights ul li {
	margin-left: 25px;
	}

.highlights h3 {
	color: #ffde58;
	
	margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
	width: 150px;
	}

.highlights h4 {
	color: #fff;
	
	margin-top: 5px;
	margin-bottom: 0;
	
	font-size: 11px;
	font-weight: normal;
	width: 150px;
	}

.highlights span {
	color: #d0b132;
	}

#image{
	position: relative;
	left: 0px;
	top: 0px;
	
	width: 450px;
	height: 250px;
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	padding: 10px;
	
	float: left;
	
	color: #999999;
	
	display: block;
	}

.image{
	position: relative;
	left: 0px;
	top: 0px;
	
	width: auto;
	height: auto;
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	padding: 10px;
	
	float: left;
	
	color: #999999;
	}

.content{
	position: relative;
	left: 0px;
	top: 13px;
	
	width: 360px;
	height: auto;
	
	min-height: 50px;
	
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin-top: -10px;
	margin-bottom: 30px;
	padding-top: 13px;
	padding-left: 14px;
	
	float: left;
	
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	
	overflow: auto;
	}

.content a{
	color: #a08824;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

.content a:hover{
	color: #d0b132;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}

.content p {
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	
	line-height: 19px;
	}

.contentDatabase {
	position: relative;
	left: 0px;
	top: 13px;
	
	width: 425px;
	height: auto;
	
	min-height: 50px;
	
	background-image: url(../images/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin-top: -10px;
	margin-bottom: 30px;
	padding-top: 13px;
	padding-left: 14px;
	
	float: left;
	
	color: #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	
	overflow: auto;
	}

.contentDatabase a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}

.contentDatabase a:visited {
	text-decoration: none;
	}
	
.contentDatabase a:hover {
	text-decoration: underline;
	}

.contentDatabaseSelected {
	background-color: #000000;
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.contentDatabaseSelected a {
	background-color: #000000;
	color: #ffffff;
	text-decoration: underline;
	}

.contentDatabaseNotSelected {
	background-color: #000000;
	color: #a08824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

.contentDatabaseNotSelected a {
	background-color: #000000;
	color: #a08824;
	}

#SignUp {
	position: absolute;
	left: 750px;
	top: 70px;
	
	width: 116px;
	height: 111px;
	
	z-index: 99;
	}

#SignUp_interior{
	position: absolute;
	left: 710px;
	top: 80px;
	
	width: 116px;
	height: 111px;
	
	z-index: 1;
	}

#SignUp img{
	z-index: 99;
	}

#footer{
	width: 580px;
	height: auto;
	background-image: url(../images/footer.gif);
	background-color: #000000;
	
	background-repeat: no-repeat;
	background-position: top;
	
	position: relative;
	margin-left: 134px;
	margin-top: 50px;
	
	float: left;
	
	padding-top: 15px;
	margin-bottom: 5px;
	
	color: #cccccc;
	
	font-family: "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: 11px;
	
	text-align: center;
	
	}html>body #footer {margin-left: 267px; margin-top: 10px;}

#footer a{
	color: #a08824;
	text-decoration: none;
	}

#footer a:hover{
	color: #d0b132;
	text-decoration: none;
	}

/*Navigation*/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	width: auto;
	}

#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 9px;
	left: 12px;
	width: auto;
	color: #a08824;
	}

#menu a:hover {
	color: #fff;
	}

#menu dt {
	cursor: pointer;
	margin: 2px 0;
	width: auto;
	height: 20px;
	line-height: 20px;
	
	text-align: left;
	
	font-family: "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: 14px;
	
	border: none;
	background: none;
	}

#menu dd {
	border: none;
	}

#menu li {
	text-align: left;
	margin-left: 10px;
	background: none;
	width: auto;
	}

#menu li a, #menu dt li a {
	color: #999999;
	text-decoration: none;
	
	font-size: 11px;
	
	display: block;
	border: none;
	height: 100%;
	
	width: auto;
	}

#menu li a:hover{
	color: #cccccc;
	}

#menu dt a {
	color: #d0b546;
	text-decoration: none;
	
	width: auto;
	}

#menu dt a:hover{
	color: #ffde58;
	text-decoration: none;
	}

.content ul{
	margin-top: 10px;
	margin-bottom: 10px;
	
	list-style-image: none;
	}

.content ul li{
	margin-left: 25px;
	line-height: 16px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	
	width: auto;
	
	font-size: 12px;
	
	list-style: circle;
	}
	
.content ul li a{
	color: #a08824;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.content ul li a:hover{
	color: #d0b132;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.excel{
	list-style-image:url(../images/excel.gif);
	}


.pdf{
	list-style-image:url(../images/pdf.gif);
	}
	
.highlightpdf{
	list-style-image:url(../images/pdf.gif);
	margin-bottom: 5px;
	}

.content ul li strong{
	color: #ffde58;
	}

span{
	font-size: 14px;
	color: #ffde58;
	}

strong{
	color: #fff;
	}

a img{
	border: none;
	}

.MainContentBlock {
	width: 175px;
	height: auto;
	
	float: left;
	
	overflow-x: hidden;
	
	padding-bottom: 15px;
	}

.Bio {
	margin-top: 30px;
	overflow: hidden;
	}

#Search {
	color: #a08824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#Search input, select {
	padding: 3px;
	background-color: #000000;
	color: #ffde58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-width: 1px;
	border-color: #60571E;
	}

#ButtonBar {
	color: #a08824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 15px;
	}

#ButtonBar a {
	color: #a08824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}

#ButtonBar a:visited {
	color: #a08824;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	}

#ButtonBar a:hover {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	}

#ButtonBar a:active {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	}

.buttonOff {
	display: inline;
	padding: 3px;
	background-color: #000000;
	color: #ffde58;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #60571E;
	}

.buttonOver {
	padding: 3px;
	background-color: #ffde58;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #60571E;
	}
	
input.button {
	background-color: #ffde58;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	border-style: ridge;
	border-width: 2px;
	border-color: #a08824;
   }
   
input.buttonSmall {
	background-color: #ffde58;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	border-style: ridge;
	border-width: 2px;
	border-color: #a08824;
   }
  
.awardTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffde58;
	}

.awardRecipient {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	}