@charset "utf-8";
/* Stylesheet.css
-------------------
Created: 09-26-2007
*/

body{
	background-color:737359; 
	color: #ffffff;
	font-family: verdana;
	font-size: 10px;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #999999;
}

a:hover {
	color: #666666;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: none;
}
.core{
	height:600px;
}
.mainArea{
	background-color: #000000;
	height: 515px;/*	background-color: #111111; */
}

.sideBar{
	background-color: #000000;
/*	background-color: #111111; */
}

.copyright {
	color: #666666;
	font-size: 10px;
}

.siteBorder {
	height: 100%;
	width: 100%;
}
.siteOutline {
	border: thin solid #363636;
}
.poweredBy {
	color: #666666;
	text-align: right;
	font-size: 10px;
}
.footer {
	height: 15px;
}.formTextBox {
	height: 20px;
	width: 150px;
}
.formText {
	color: #FFFFFF;
}
.formHeader {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.sidebar {
	width: 154px;
	height: 500px;
	vertical-align: top;
}
.contentArea {
	height: 500px;
	width: 674px;
	vertical-align: middle;
}
.verticleSep {
	width: 1px;
}
.copy {
	color: #FFFFFF;
	font-size: 10px;
}
.copyHeading {
	color: #FFFFFF;
	font-size: 12px;
}
.copyMission {
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
}
.playClip {
	font-weight: bold;
	text-transform: capitalize;
	color: #C4DF9B;
	text-decoration: underline;
	font-size: 10px;
}
.bulletList{
}

