
body {
 background-color: #263d68;
 font-family: Verdana, MS Sans Serif, Arial;
 font-size: 10pt;
 margin:0px 0px 0px 0px;
}
.mainTable {
 width: 760px;
 margin: 0px auto 0px auto;
}
.mainContent {
 background-image: url(images/MainContentBackground.jpg);
 background-repeat:repeat-y;
 background-position:center;
}
.featuredContent {
 color: Black;
 font-weight: bold;
}

.TextDarkBackground {
 color: #afafaf;
 font-size: 8pt;
 font-family: Arial, Verdana;
}
.MenuTable {
 background-image: url(images/MenuCellBackground.jpg);
 background-repeat: repeat-x;
 /*background-position: top;*/
 width: 760px;
}
.FieldNames
{
 color: Gray;
 }
 
.PageTitle
{ 
  font-family: Calibri, Arial, Verdana;
  font-size: 14pt;
  font-weight: bold;
  color: #565656;
  border-bottom: solid 1px #26456a;
  width: 100%;
}

.AreaTitle
{
	font-family: Calibri, Arial, Verdana;
	font-size: 12pt;
	font-weight: bold;
	color: Navy;
}

.NewsDate {
 color: Gray;
 font-size: 8pt;
}

.NewsHeadline
{
	color: Navy; 
	font-weight: bold;
	font-size: 11pt;
	border-bottom: solid 1px #bbbbbb;
	display: block;
	width: 100%;
	padding: 1px;
	font-family: Cambria, MS Sans Serif, Arial;
}

.NewsContent
{
    color: #232323;
    }
    
/* Menu Stufff */
/* MENU SECTION */
/* RadMenu Plain skin */

.RadMenu
{
	background: url('images/MenuBackground.jpg') repeat-x;
	font-size: 12px;
	font-family: Arial, Verdana;
	color: #efefef;
	padding: 0px 0px 0px 0px;
	height: 30px;
	}

.RadMenu_Default
{
/*	border-left: solid 1px #4e7191;
	border-right: solid 1px #071730;*/
	font-size: 12px;
	font-family: Arial, Verdana, Calibri;
	color: #efefef;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.RadMenu_Default a
{
	line-height: 30px;
	text-decoration:none;
	color: #efefef;
	padding-left: 5px;	
	padding-right: 3px;
}

.RadMenu_Default a:hover
{
	color: #fa8c0b;
	text-decoration: underline;
}

.RadMenu_Default_Drop
{
	border-left: solid 1px #343434;
	border-right: solid 1px #343434;
	border-bottom: 0px;
	border-top: 0px;
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #121212;
}

.RadMenu_Default_DropItem
{
	background: #304b7e;
	border-top: solid 1px #4d214f;
	border-bottom: solid 0px #343434;
	text-align: left;
	height: 24px;
	padding-left: 5px;
	padding-right: 5px;
}
.RadMenu_Default_DropItem a
{
	color: #efefef;
	text-decoration: none;
}
.RadMenu_Default_DropItem a:hover,
.RadMenu_Default_Drop a:hover
{
	color: #fa8c0b;
}

.RadMenu_Default_DropHover
{
	background: #1d3259;
	font-weight: normal;
	width:100%;
}