/* Page Background */	
body {
	background-image: url(images/bck_1.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
	background-color: #0068B4;
	}
	
/* Link Styles */	

a:link 	{ text-decoration: underline; color: #0041C2; }
a:active	{ text-decoration: underline; color: #0041C2; }
a:visited	{ text-decoration: underline; color: #000000; }
a:hover	{ text-decoration: underline; color: #0041C2; background-color: #EDD67F}

/* Body Copy */	

.maintxt {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-transform: none;
	text-align: left;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: none;
}

.headline1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #FFFFFF;
	background: #000000;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}

.headline2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #0041C2;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}

.headline3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: red;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}

.subheadline1 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}

.subheadline2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #0041C2;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}

.subheadline2Centered {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #0041C2;
	font-weight: bold;
	text-transform: none;
	text-align: center;
	text-decoration: none;
}

.subheadline3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: red;
	font-weight: bold;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}

.copyright { 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	line-height: normal; 
	color: #000000; 
	text-transform: uppercase; 
	text-align: center; 
	font-weight: normal; 
	font-variant: normal;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;	
}

.kicker {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: red;
	text-transform: none;
	text-align: center;
	font-variant: normal;
	font-weight: bold;
	text-decoration: none;	
}

.kickerbody {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: center;
	font-weight: bold;
	text-decoration: none;	
}

.bullets {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-transform: none;
	text-align: left;
	padding-right: 8px;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;		
}

.news  {
	border: 1px solid #0068B4;
	padding:0;
	font-size:12px;
	font-family: Arial, Verdana, Helvetica, sans-serif
}

.newsHeadline {
	margin:0;
	padding:0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0068B4;
	font-size: 16px;
	font-weight: bold;
}

.newsItems {
	padding:8px;
}

div#player{
        margin: 0px 20px 0px 20px;
        display: none;
}

.adminNav {
       
}

.adminNav ul {
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	float:left;
	 border-bottom:8px solid  #0068B4; 
}



.adminNavActive {
	float:left;
	background: url(/images/nav_tab_right.gif) no-repeat top right;
	width:165px;
	margin:1px;
}

.adminNavActive a {
	display:block;
	padding: 0 2em;
	line-height: 2.5em;
	background: url(/images/nav_tab_left.gif) no-repeat top left;
	text-decoration:underline;
	color:#ffffff;
	font-size:14px;
	float: left;
}

.adminNavInactive {
	float:left;
	background: url(/images/nav_tab_right_inactive.gif) no-repeat top right;
	width:165px;
	margin:1px;
}

.adminNavInactive a {
	display:block;
	padding: 0 2em;
	line-height: 2.5em;
	background: url(/images/nav_tab_left_inactive.gif) no-repeat top left;
	text-decoration:underline;
	color:#ffffff;
	font-size:14px;
	float: left;
}


.adminNavActive a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:14px;
	background-color:#0068B4;

}


.adminNavInactive a:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:14px;
	background-color:#EDD67F;

}

.adminNav a:visited{
	text-decoration:underline;
	color:#ffffff;
	font-size:14px;

}


.adminNav a:active {
	
	font-size:14px;
	
}

.helpLinks {

}

a:link.helpLinks, a:visited.helpLinks, a:active.helpLinks, a:hover.helpLinks {
	text-decoration: underline; color: blue;
}

.editor {
	border-style:none;
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}

.greyTableCell {
	background-color:#c0c0c0;
}

.whiteTableCell {
	background-color:#ffffff;
}

.ArticleTitle {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	font-weight: bold;
	text-decoration: none;	
}

.ArticleText {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-transform: none;
	text-align: left;
	text-decoration: none;
}

