body {
	margin: 0;
	padding: 0;
	background-color: #231f20;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
}
td {
	font-family: Verdana;
	font-size: 12px;	
}
img {
	display: block;
	border: 0;
}
form {
	margin: 0;
	padding: 0;
}
a {
	font-family: Verdana;
	font-size: 12px;
	color: #d7a127;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.site {
	width: 932px;
	margin: 0 auto;
	background-color: #404041;
	text-align: left;
}
p {
	margin: 17px 0 17px 0;
}
/* header*/

div.header {
	width: 100%;
	float: left;
}
div.headerTop {
	width: 100%;
	background: url(/images/headertop_bg.gif) top left repeat-x;
	float: left;
}
div.logo {
	display: inline;
	float: left;
	padding: 8px 0 12px 24px;
}
div.headerForm {
	position: relative;
	float: left;
	top: 8px;
	margin: 0px 7px 0 460px; 
	display: inline;
	width: 146px;
}
div.search {
	float: left;
	width: 100%;
}
div.searchField {
	margin-top: 1px;
	float: left;
	width: 117px;
	height: 16px;
	padding: 2px 5px 0 5px;
	background: url(/images/searchfield_bg.gif) top left no-repeat;
	text-align: right;
}
div.startSearch {
	float: left;
	padding-top: 1px;
}
div.searchField input {
	width: 117px;
	margin: 0;
	padding: 1px 0 0 0;
	line-height: 13px;
	%line-height: 12px;
	font-family: Arial;
	font-size: 10px;
	border: 0;
	background-color: transparent;
	color: #ffffff;
	outline: 0 none;
}
input#submit {
	color: #fff;
	margin-top:1px;
	height: 18px;
	font-size:8pt;
	background-color: transparent;
	border: 1px solid #97999c;
}
div.wantTo {
	float: left;
	width: 143px;
	font-family: Arial;
	font-size: 10px;
	color: #ffffff;
	line-height: 19px;
	%line-height: 18px;
	height: 19px;
	margin: 5px 0 0 0;
	text-indent: 5px;
	background: url(/images/wanto_bg.gif) top left no-repeat;
	cursor: pointer;
}
div.wantToList {
	text-align: left;
	top: 0;
	left: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid #989a9c;
	margin-top: -1px;
	width: 141px;
	background-color: #404041;	
}
div.wantToList ul {
	margin: 0;
	padding: 2px 0 2px 0;
	list-style-type: none;
}
div.wantToList li {
	padding: 2px 4px 2px 4px;
	position: relative;
}	
div.wantToList a {
	font-size: 10px;
	font-family: Arial;
	color: #ffffff;
	white-space: nowrap;
	line-height: 15px;	
}
div.wantToList a:hover {
	color: #d7a127;
}
div.htBorder {
	background: url(/images/ht_border.gif) top left no-repeat;
	float: left;
	height: 57px;
	width: 2px;
}
div.headerImg {
	clear: both;
}
div.quote {
	position: absolute;
	width: 465px;
	font-size: 9px;
	background: url(/images/quotes.gif) top left no-repeat;
	margin-top: -1px;
	margin-left: 458px;
}
div.quoteText {
	margin: 4px 18px 0 18px;
}
div.quoteAuthor {
	font-family: 'Times New Roman';
	font-size: 12px;
	text-align: right;
	padding-right: 36px;
}
/* eof header*/

div.mainBody {
	float: left;
	width: 100%;
	padding-top: 12px;
	background: url(/images/mainbody_bg.gif) top left repeat-x;
}

/* column left */

div.columnLeft {
	width: 185px;
	display: inline;
	float: left;
	margin-left: 16px;
	padding-bottom: 40px;
}	
ul.mainMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 185px;
}
ul.mainMenu li {
	float: left;
	width: 185px;
}
ul.mainMenu a {
	position: relative;
	display: block;
	padding: 0px 0 0px 14px;
	line-height: 28px;
	height: 28px;
	color: #ffffff;
}
ul.mainMenu a:hover, ul.mainMenu a.over {
	color: #d7a127;	
	border: 1px solid white;
	padding: 0px 0 0px 13px;
	height: 26px;
	line-height: 26px;
	background: url(/images/dropdownmenu_bg.gif) top left repeat-x; 
	text-decoration: none;
}
ul.mainMenu a#activeLevel1{
	color: #d7a127;	
}

ul.subMenu {
	margin: 0;
	padding: 0 0 6px 14px;
	float: left;
	list-style-type: none;
	width: 171px;
}
ul.subMenu li {
	width: 171px;
}
ul.subMenu a {
	padding: 2px 0 2px 9px;
	background: url(/images/submenu_pointer.gif) center left no-repeat;
	color: #a1a0a0;
	float: left;
	height: auto;
	line-height: 15px;
}
ul.subMenu a:hover {
	padding: 2px 0 2px 9px;
	background: url(/images/submenu_pointer_over.gif) center left no-repeat;
	color: #d7a127;	
	border: 0;
	height: auto;
	line-height: 15px;
}
ul.subMenu li#activeLevel2 a{
	color: #d7a127;	
}

/* eof column left */

/* content */

div.content {
	float: left;
	margin: 6px 0 0 20px;
	width: 679px;
	padding-bottom: 30px;
}
div.content2 {
	width: 661px;
	margin-left: 18px;
	display: inline;
	float: left;
}
div.row {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
div.blockLeft,div.blockRight {
	width: 326px;
}
div.blockLeft {
	float: left;
}
div.blockRight {
	float: right;
}
div.blockTitle {
	padding: 0 0 10px 4px;
	font-size: 21px;
	color: #d7932a;
}
div.blockTitle a {
	font-size: 17px;
	color: #d7932a;
}
.blockTitleSmall, .blockTitleSmall a {
	font-size: 17px;
	color: #d7932a;
}
.headerSmaller {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #cc8e29;
	font-weight: bold;
}
div.blockBody {
	float: left;
	width: 100%;
	/*height: 130px;*/
	background-color: #333333;
		
}
div.blockBodyT {
	float: left;
	width: 100%;
}
div.blockImage {
	float: left;
/*	width: 124px;
	height: 82px;*/
	width: 144px;
	height: 108px;

}
div.blockImage img {
	display: block;
	border: 3px solid #dcddde;
}
div.blockText {
	/*width: 186px;*/
	width: 166px;
	display: inline;
	float: left;
	padding-bottom: 10px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: normal;
}
.textlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #CC9933;
	font-weight: normal;
}
.button {
	border: 1px solid #97999c;
	background-color: #404041;
	color: #fff;
	width: 120px;
}
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #97999c;
	background-color: #404041;
	color: #ffffff;
	width: 287px;	
}
.formSelect {
	border: 1px solid #97999c;
	background-color: #404041;
	color: #ffffff;
	width: 291px;
}
.formVar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #97999c;
	background-color: #404041;
	color: #ffffff;	
}
tr.headTable	{
	background-color:#666;
}
tr.z1	{
	background-color: #474747;
}

div.cImageLeft {
	margin: 0 10px 5px 0;
	float: left;
}
div.cImageLeft img {
	border: 3px solid #dcddde;
	display: block;
}
div.blockPadding {
	margin: 3px 3px 0 3px;
	float: left;
	display: inline;
}
div.readMore { 
	float: right;
	display: inline;
	margin: 0 10px 5px 0;
	background: url(/images/readmore_arrow.gif) left center no-repeat;
}
div.readMore a {
	font-size: 10px;
	color: #d7a127;
	display: block;
	padding-left: 18px;
}
div.pageTitle {
	font-family: Verdana;
	font-size: 21px;
	color: #d7932a;
	margin-bottom: 14px;
}
span.yelowText {
	color: #d7932a;
}
div.wideBlock {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
div.wideBlockBody {
	float: left;
	width: 100%;
	background-color: #333333;
}
div.wideBlockTitle {
	padding: 0 0 10px 0;
	font-size: 17px;
	color: #d7932a;
}
div.wideBlockTitle a {
	font-size: 17px;
	color: #d7932a;	
}
.photo {
	background-color: #FFFFFF;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
}
div.wideBlockImage {
	/*width: 123px;*/
	width: 143px;
	float: left;
	/*margin: 0 15px 10px 0;*/
}
div.wideBlockImage img {
	display: block;
	border: 3px solid #dcddde;
}
/*div.wideBlockPadding {
	margin: 5px 15px 5px 0;
}*/
div.wideBlockText {
	/*width: 518px;*/
	width: 490px;
	float: left;
	display: inline;
	padding: 0 0 10px 0;
}

td.blockBody {
	background-color: #333333;
	vertical-align: top;
	width: 326px;	
}
div.smallTitleWhite {
	font-weight: bold;
	padding-bottom: 5px;
}
div.selectForm {
	padding-bottom: 25px;
	text-align: center;
}
div.paypalButton {
	margin-top: 25px;
	text-align: center;
}
div.nafeoRow {
	float: left;
	width: 100%;
	padding-bottom: 11px;
}
div.nafeoBlock	{
	width: 165px;
	float: left;
	margin: 0 1px 0 2px;
}
div.nafeoBlockEnd	{
	width: 160px;
	clear: right;
}
div.nafeoYear	{
	text-align: center;
	font-weight: bold;
	width: 165px;
	padding: 5px 0 6px 0;
	background-color: #C93;
	
}
div.nafeoText	{
	font-size: 10px;
	line-height: 14px;
	padding: 2px 5px 0 0;
}
div.nafeoText a	{
	font-size: 10px;
}
div.nafeoNoImage	{
	width:135px;
	height:180px;
	display:table-cell;
	vertical-align:middle;
	border:2px solid #888;
	background-color:#4a4a4a;
	text-align:center;
	
}

div.chapters	{
	display:none;
}
div.chapters table tr td	{
	font-size:7pt;
}

div.honoree	{
	width:100%;
	text-align:center;
	margin:0 auto;
}

div.honoree div {
	text-align:center;
}

div.honoreeBlock	{
	padding: 10px;
	float:left;
}
div.honoreeBlockLeft	{
	padding: 10px;
	clear:left;
	float:left;
}

div.honoreeWideBlockTitle	{
	clear: both;
	width: 100%;
	padding	: 0 0 10px 0;
}

table.chapter tr td	{
	font-size:8pt;
}
table.chapter tr td a	{
	font-size:9pt;
}

span.phpdigHighlight	{
	font-weight: bolder;
	background-color:#553;
}

span.red	{
	color:#f22;
}
span.grey	{
	color:#aaa;
	font-style:italic;
}
span.gold	{
	color:#fa0;
}
ul.detailsList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul.detailsList li {
	padding: 4px 0 4px 0;
}
div.subTitle {
	font-size: 14px;
	color: #d7932a;
}

div.messageBody {
	color: red;
	padding: 0 0 10px 0;
}

div.nominationIntroText {
	padding-bottom: 10px;
}
div.nominationBottomText {
	padding-top: 10px;
}
/* eof content */

/* footer */

div.footer {
	clear: both;
	width: 100%;
	background-color: #4c4d4f;
	border-top: 1px solid white;
	font-family: Arial;
	text-align: center;
	padding: 11px 0 13px 0;
}	

/* eof footer */

/* drop down menu */

div.dropDownMenu {
	top: 0;
	left: 0;
	position: absolute;
	visibility: hidden;
	border: 1px solid white;
	margin: -28px 0 0 184px;
	/*width: 141px;*/
	background: url(/images/dropdownmenu_bg.gif) top left repeat-x #404041;
	text-align: left;
}
div.dropDownMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.dropDownMenu li {
	padding: 7px 13px 7px 13px;
	position: relative;
}	
div.dropDownMenu a {
	font-size: 11px;
	color: #ffffff;
`	white-space: nowrap;
}
div.dropDownMenu a:hover {
	color: #d7a127;
}
div.hBorder {
	height: 26px;
	width: 1px;
	position: absolute;
	top: 0;
	left: 0;
	margin-left: -1px;
	background-image: url(/images/dropdownmenu_bg.gif);
}
/*div.dropDownMenu#submenu1 {
	width: 161px;
}
div.dropDownMenu#submenu4 {
	width: 161px;
}
div.dropDownMenu#submenu5 {
	width: 170px;
}
div.dropDownMenu#submenu6 {
	width: 150px;
}*/
/* eof drop down menu */

.up_arrow	{
	color:#0f0;
}

/* resize textarea */
#dragger {
    padding:0;
    cursor:se-resize;
    float:right;
    width:10px;
    height:10px;
	position: relative;
	top: -11px;
	background-image: URL('/images/drag.gif');
	background-repeat: no-repeat;
}
textarea#description	{
	overflow: auto;
	background-color: #404041;
}

/* page bar */

div.pagination {
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	background-color:#454545;
	color: #fff;
	margin-top: 15px;
	padding: 2px ;
	text-align: center;

}

div.pagination a {
	padding: 2px 5px 2px 5px;
	font-size:8pt;
	text-decoration: none; /* no underline */
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	background-color:#d7932a;
	text-decoration: none;
	color: #fff;
}
div.pagination span.current {
		padding: 2px 5px 2px 6px;
		font-size:8pt;
		font-weight: bold;
		background-color: #404041;
		color: #fff;
	}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		color: #666;
	}

