body 
{
	background-color: #171717;
	font-family: Arial;
}

#GrayStipe
{
	background-color:#7a7565;
	width:100%;
	position:absolute;
	top:30px;
	height:445px;
}

#GreenStipe
{
	background-color:#7cde0a;
	width:100%;
	position:absolute;
	top:475px;
	height:30px;
	padding:0px;
}

a  
{
	text-decoration: none; 
	font: inherit; 
}

a:link,a:active,a:visited   
{
	font:   inherit;
	text-decoration: none;
}

a:link,a:visited            
{
	color: #99CCFF
}

a:active                
{
	color: #FFFFFF;
}

a:hover                 
{
	color: #e5e5e5;
    text-decoration: none;
}

a.selected  
{
	color: #FFDD88;
    font: inherit; 
}

a.selected:active  
{
	color: #FFFFFF
}

a.selected:visited  
{
	color: #FFDD88;
}

a.selected:hover  
{
	color: #e5e5e5; 
	text-decoration: none; 
	font-weight: bold 
}

#page
{
	margin:auto;
	width:1024px;
	text-align:center;
}

#Head
{
	position:relative;
	background-image: url("./images/head_background.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	width:100%;
	height:445px;
}

#Logo
{
	position:absolute;
	color:White;
	text-align:left;
	width:61px;
	height:197px;
	left:0px;
	top:0px;
	background-image:url("./images/logo.jpg");
	background-repeat:no-repeat;
}

#HeadContent
{
	border-left:solid 1px white;
	position:absolute;
	font-family: Arial;
	font-size:11px;
	color:White;
	text-align:left;
	top:0px;
	right:0px;
	padding-left: 15px;
	padding-top: 25px;
	padding-right: 55px;
	padding-bottom:0px;
	text-transform:uppercase;
	font-size:15px;
}

#HeadContent h1
{
	padding:0px;
	text-transform:uppercase;
}

#HeadContent strong
{
	font-weight:bolder;
	color:White;
}

#Menu
{
	float:right;
	height:22px;
	bottom:0px;
}

#Menu ul 
{
	height:100%;
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#Menu li 
{
	text-align:left;
	width:auto;
	padding:0px 5px 2px 5px;
	float: left;
	text-transform:uppercase;
	color:#999999;
	font-size:11px;
}

#Menu a 
{
	text-transform:inherit;
	color:inherit;
	display: block;
	width: auto;
	padding: 0px;
	font-size:11px;
}

#Menu a:hover 
{
	text-decoration: underline;
}

#Menu a:active 
{
	color:White;
}


.MenuSub
{
	font-size:10px;
	line-height:8px;
	color:#636977;
}

#Sidebar
{
	float:left;
	width:280px;
	padding-top:12px;
	padding-left:0px;
}

#Content
{
	padding-top:25px;
	font-size:12px;
	text-align:left;
	font-family:Tahoma;
	color:#8a8a82;
	float:right;
	width:740px;
}

#Content h3
{
	margin:0px;
	padding:0px;
	padding-left: 0px;
	color:White;
	font-size:15px;
	text-transform:uppercase;
}

#Content p
{
	text-align:justify;
	padding-left: 0px;
	color:inherit;
	font-size:12px;
}

#Content strong
{
	color:#b2b2ab;
}

#footer
{
	margin-top: 15px;
	background-color:#131313;
	height:65px;
	padding: 15px 0px 0px 0px;
	color:#8a8a82;
	font-size:9px;
	clear: both;
	border:solid 1px #383838;
}

.FooterCol
{
	text-transform:uppercase;
	text-align:left;
}

.FooterCol strong
{
	font-size:12px;
	font-weight:bolder;
}

.ProgramTable tr td
{
	background-color:white;
	color:Black;
	height:15px;
	text-align:center;
}