BODY {
	 
	BACKGROUND-COLOR: Black;
	color: Black;
	font-family: Arial;
	font-size:12px;	
	margin: 0 auto;	
	width: 940px;
}
img 
{
	border:0px;		
}
a, a:visited
{
	color:#AF0808;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
	color:#AF0808;
	text-decoration:underline;
	font-weight:bold;
}
#wrapper
{
	
	margin-top: 20px;	
	margin-left:25px;
	
}
#header
{	 
	 background: url(images/header.gif) no-repeat;	  
	 margin:0px;
	 vertical-align:middle;
	 padding:0px;	
	 border:0px; 
	 width:940px; 
	 height:141px;
}

#menu
{	 
	 border:0px; 
	 width:940px; 
	 height:7px;
	 font-family:Tahoma;	
	 padding-top:30px;
	 height: 40px;
	
}
#menuTable
{
	margin-left: 14px;
	margin-right: 30px;
	padding-left: 10px;
	border-left: 1px  solid  white;
	border-right: 1px  solid  white;
	width:915px;
	background: black;
	font-family: Arial;
	height: 40px;
}

a.navigation {
	color:white;
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	font-family: Arial;
}
a.navigation:hover {
	color:#990000;
	text-decoration: none;
	font-size: 17px;
	font-weight:bold;
	font-family: Arial;
}
a.navigation#selected
{
	color:#fe7e10;		
	text-decoration: none;
	font-size: 17px;
	font-weight:normal;
	font-weight:bold;
}


#content
{
	background:url(images/centerline.gif) repeat-y;	
	padding:0px;	
	border:0px; 
	width:940px;	
}

#contentNews
{
	margin-left:25px;
	text-align:justify;	
}

#contentTextWrapper
{	
	
	background-repeat:no-repeat;
	background-position:right bottom;	
	margin-right:23px;
}
#contentText
{
	margin-left:5%; margin-right:5%;
	text-align:justify;	
}

#footer
{
	 background:url(images/bottom.gif) no-repeat;		
	 padding:0px;	
	 border:0px; 
	 width:940px; 
	 height:68px;
	 margin-bottom: 20px;
}

h1
{
	color:#AF0808;
	text-decoration:none;	
	font-size: 17px;
	font-weight:bold;
	border-bottom: 1px solid  #AF0808;	
	padding-bottom: 3px;
}
h2
{
	color:#AF0808;
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	border-bottom: 1px  dotted  #AF0808;
	font-weight:bold;	
}
h3
{
	color:#AF0808;
	text-decoration: underline;
	font-size: 13px;
	font-weight:bold;		
}
.highlight
{	
	color: #fe7e10;
	font-style: normal;	
	font-weight: bold;	
}
.highlight2
{	
	color: #AF0808;
	font-style: normal;	
	font-weight: bold;	
}
.bold
{		
	font-style: normal;	
	font-weight: bold;	
}

table.schedule {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: dotted dotted dotted dotted;
	border-color: #fe7e10 #fe7e10 #fe7e10 #fe7e10;
	border-collapse: collapse;
	background-color: white;
}
table.schedule th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: #fe7e10 #fe7e10 #fe7e10 #fe7e10;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.schedule td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 3px 3px 3px;
	border-style: dotted dotted dotted dotted;
	border-color: #fe7e10 #fe7e10 #fe7e10 #fe7e10;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}