/* CSS for all front-end elements goes here */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background: #ffffff;
}

form {
	margin-top: 0;
	margin-bottom: 0;
}

.trans {
	behavior: url("/pngbehavior.htc");
}

.clearer {
	clear: both;
	line-height: 0;
	height: -3px;
}

#nav, #nav ul { 
	display: inline;
	padding: 0px;
	margin: 0 0 0 0px;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background: #ffffff;
}

#nav li:hover ul {
	left: auto;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
	color:#FFFFFF;
	font-weight: bold;
}

#nav li a:hover {
	color: #FFAC5B;
	font-weight: bold;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#wrapper {
	width: 1007px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 514px;
	background:url(../Images/Jpg/main.jpg) no-repeat;
}

#content {
	width: 100%;
	margin: 0px auto;
	padding-left: 8px;
	background: #ffffff url(/Images/Gif/tableBdr.gif) repeat-y;
}

.AwardMenu {
	float: left;
	background-color:#770F32;
}

.FoundationMenu {
	float: left;
	background-color:#C7538E;
}

.LeftMenuAward {
	height: 100%;
	float: left;
	width: 276px;
	text-align: right;
}

.menuBackground {
	background: url(/Images/Gif/leftMenuBg.gif) no-repeat bottom left;
}

.ContentText {
	float: right;
	width: 660px;
	padding-top: 40px;
	padding-right: 40px;
}
.ContentText a:link, .ContentText a:visited, .ContentText a:active {
	color:#770F32;
}

.ContentText a:hover {
	text-decoration: underline;
}


.footer {
	height: 30px;
	width: 991px;
	background-color:#FF860F;
	color:#FFFFFF;
}
.footer a:link, a:visited, a:active {
	color:#FFFFFF;
}

.footer a:hover {
	text-decoration: underline;
}

.footerIntro {
	height: 30px;
	width: 100%;
	color: #770F32;
}
.footerIntro a:link, .footerIntro a:visited, .footerIntro a:active {
	color:#770F32;
}

.footerIntro a:hover {
	text-decoration: underline;
}


.awardNewsBox {
	behavior: url("/pngbehavior.htc");
	float: right;
	width: 253px;
	height: 142px;
	text-align: left;
	background: url(/Images/Gif/newsMenuBg.gif) no-repeat bottom;
	padding-top: 40px;
}
.awardNewsBox a:link, .awardNewsBox a:visited, .awardNewsBox a:active {
	color:#ffffff;
}
.awardNewsBox a:hover {
	text-decoration: underline;
}

.foundationNewsBox {
	float: right;
	width: 253px;
	height: 142px;
	text-align: left;
	background: url(/Images/Gif/newsMenuBg2.gif) no-repeat bottom;
	padding-top: 40px;
}
.foundationNewsBox a:link, .foundationNewsBox a:visited, .foundationNewsBox a:active {
	color:#ffffff;
}
.foundationNewsBox a:hover {
	text-decoration: underline;
}

.pageLinkBox {
	float: right;
	width: 253px;
	padding-top: 28px;
	padding-bottom: 80px;
}

.NewsBoxText {
	float: right;
	width: 195px;
	height: 52px;
	text-align: left;
	padding-top: 65px;
	padding-right: 20px;
	color: #ffffff;
}

.NewsBoxText a:link, a:visited, a:active {
	color:#FFFFFF;
}

.NewsBoxText a:hover {
	text-decoration: underline;
}

.contactCol1 {
	float: left;
	width: 80px;
	height: 26px;
	padding-top: 4px;
}
.contactCol2 {
	float: left;
	width: 150px;
	height: 30px;
}
.contactCol3 {
	float: left;
	height: 30px;
	text-align: right;
	padding-left: 20px;
}

.contactBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

.forumBtn {
	background-color:#770F32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #ffffff;
	border: solid #770F32 1px;
	padding: 2px;
}