/* Page Properties */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background-color: #000000;
}
a {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px 0px 15px;
}
h3 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 14px;
	font-weight: normal;
}


/* Content Containers */

#cGlobalWrapper {
	position: absolute;
	left: 0px;
	top: 0px;
}
#cGlobalNav {
	position: absolute;
	left: 0px;
	top: 0px;
}
#cContentContainer {
	position: absolute;
	left: 0px;
	top: 75px;
	text-align: left;
}
#cGlobalFooter {
	position: relative;
	left: 0px;
	bottom: 0px;
}

/* Column Designs */

#cColumn1 {
	text-align: left;
	width: 250px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#cImage {
	position: relative;
	left: 0px;
	height: 345px;
}
#cNav {
	text-align: left;
	width: 155px;
	position: relative;
	left: 95px;
	margin-top: 0px;
}
#cSponsor {
	text-align: left;
	width: 155px;
	left: 95px;
	position: absolute;
	top: 375px;
}
#cColumn2 {
	text-align: left;
	width: 500px;
	position: absolute;
	left: 300px;
	top: 0px;
}
#cBody {
	text-align: left;
	width: 430px;
	position: relative;
	margin-top: 30px;
}

/* Font Styles */

.NavText {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	line-height: 20px;
	text-transform: uppercase;
}
.current, a.current {
	color: #990000;
	text-decoration: none;
}
.BodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.BodyTextCAPS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #999999;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.BodyTextLink {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #cc3333;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
}
.CreditlineText {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 14px;
}

