body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	text-decoration: none;
	background-color: #8A9FF4;
	background-image: url(../images/SiteTopBg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#outermostContainer {
	background-image: url(../images/SiteBottomBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.siteMainMenu {
	background-color: #9F1833;
	border: 2px solid #640014;
	background-image: url(../images/siteMainMenuBg.jpg);
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.verticalSeparator {
	background-image: url(../images/verticalDot.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.horiSeparator {
	background-image: url(../images/horiDot.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #8A9FF4;
	text-decoration: none;
	padding: 10px;
}
#siteMainContentContainer {
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0A264B;
	border-right-color: #0A264B;
	border-bottom-color: #0A264B;
	border-left-color: #0A264B;
	padding: 10px;
	font-size: 7.5pt;
	text-decoration: none;
}
.loginBar
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-weight: 600;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #7E95C9;
	background-image: url(../images/containerBg.gif);
	background-repeat: repeat-x;
	height: 23px;
	border: 1px solid #3D558D;
	padding-right:10px;
}
.Head {	
	FONT-WEIGHT:600;	
	FONT-SIZE: 12px;	
	COLOR: #ffffff;	
	FONT-FAMILY:Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
}
/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height: 25px;
	background-color: Transparent;
}
/* Sub Menu font color */
.MainMenu_MenuItem {	
	FONT-WEIGHT: bold;
	border:solid 0px #FFFFFF;	
	FONT-SIZE: 14px;	
	CURSOR: pointer;
	cursor: hand;	
	COLOR: #F2CCD3;	
	FONT-STYLE: normal;	
	FONT-FAMILY:Arial, Helvetica, sans-serif;	
	BACKGROUND-COLOR: transparent;
}


/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color:#ffffff;
	background-color: Transparent;
	FONT-WEIGHT: bold;
	border:solid 0px #FFFFFF;
	FONT-SIZE: 14px;
	FONT-STYLE: normal;	
	FONT-FAMILY:Arial, Helvetica, sans-serif;
}
.MainMenu_MenuItemAct {
	border-left: #3C3939 0px solid; 
	border-bottom: #3C3939 0px solid;
	border-top: #3C3939 0px solid; 
	border-right: #3C3939 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 12pt; 
	font-style: normal;
	font-weight: bold; 
	background-color: Transparent;
	font-family: Arial, Helvetica, sans-serif;
}

.MainMenu_MenuIcon {

	background-color: #3D4A5B; 
	border-left: #353536 0px solid; 
	border-bottom: #353536 0px solid; 
	border-top: #353536 0px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 4px;
	height: 20px;
}

/* sub menu mouse over bg*/
.submenuitemselect {
	background-color: #353536; 
	color:#ffffff;
}

/* sub menu bg*/
.MainMenu_SubMenu {
	margin-top: 1px;
	margin-left: -1px;
	background-color: #3D4A5B;  
	z-index: 1000; 
	cursor: pointer;
	cursor: hand; 
	border-top: #F1F1F1 0px solid;
	border-right: #F1F1F1 0px solid;
	border-left: #F1F1F1 0px solid;
	border-bottom: #F1F1F1 0px solid;
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#EFEFEF);
	filter: Alpha(Opacity=80, FinishOpacity=100, Style=2);
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #EFEFEF 0px solid; 
	border-bottom: #EFEFEF 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

.SkinObject
{
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A.SkinObject:link
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:visited
{
	text-decoration: none;
	color: #ffffff;
}

A.SkinObject:hover
{
	text-decoration: none;
	color: #003366;
}

A.SkinObject:active
{
	text-decoration: none;
	color: #ffffff;
}

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
	color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	font-weight: bold;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 12px;
	font-weight: normal;
}

.newsPara
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3C558C;
	font-weight: normal;
}

.newsPara strong
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3C558C;
	font-weight: bold;
}

.readAllNews
{
	background-color: #A21833;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #FFFFFF;
	text-align:right;
}

