body {
	background-color: #f5f5f5;
	background-image: url(bg.jpg);
	background-repeat: repeat;
	margin: 5px;
	padding: 5px;
}

#header {
	background-image: url(headerbg.jpg);
	height: 65px;
}
#header a{
	color:#996600;
	text-decoration: none;
}
#header a:hover{
	color:#996600;
	text-decoration: underline;
}
#header a:visited{
	color:#996600;
}
.blue_header {
	font-size: 18px;
	color: #09134E;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.yellow_header {
	font-size: 18px;
	color: #FFB600;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}


#container {
	width: 945px;
}
#loginDiv{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #996600;
	padding: 5px;
	font-size: 11px;
	line-height: 15px;
}
.header a:visited{

}
.footer_links {
	background-color: #09134E;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background-image: url(footer_bg.jpg);
	background-repeat: repeat;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	height: 30px;
}
.footer_links a{
	color: #FFFFFF;
	text-decoration: underline;

}
.footer_links a:hover{
	color: #ededed;
	text-decoration: underline;
}
.footer_links a:visited{
	color: #f5f5f5;
}
.footer {
	background-color: #A6ABC9;
	text-align: center;
	width: 945px;
	height: 31px;
	background-image: url(footerbg.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #09134E;
}
.footer p{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #09134E;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.screen {
	background-image: url(screen.jpg);
	height: 200px;
	background-repeat: no-repeat;
	width: 679px;
	background-color: #FFFFFF;
}
.nav {
	background-color: #09134E;
	background-image: url(nav_bg.jpg);
	background-repeat: no-repeat;
}
.nav p{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}
.breadcrumb {
	background-color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFB600;
	padding-left:11px;
}
.breadcrumb .SkinObject {
    font-weight: normal;
    font-size: 11px;
    color: #09134E;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}

.breadcrumb A.SkinObject:link {
    text-decoration:    none;
    color:#09134E;
}

.breadcrumb A.SkinObject:visited  {
    text-decoration:    none;
    color:#09134E;
}


.breadcrumb A.SkinObject:active   {
    text-decoration:    none;
    color:#09134C;
}

.breadcrumb A.SkinObject:hover    {
    text-decoration:    underline;
    color:#09134E;
}

.inline_column {
	float: left;
}
.text_pad {
	padding: 6px;
}
/* 
================================
Skin styles for DotNetNuke
================================
*/   
/*
.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #fefefe;
}
.skinmaster {
	height: 100%;
	background-color: #f3f5fa;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px; 
}

.controlpanel {
	width: 100%;
	background-color: #dfe5f2;
}
*/

/* Content Pane TD's */
.toppane {
	width: 100%;
	background-color: transparent;
}
.leftpane {
	background-color: transparent;
}
.contentpane {
	background-color: transparent;
}
.rightpane {
/*	width: 100px;*/
	background-color: transparent;
}
.bottompane {
	width: 100%;
	background-color: transparent;
}
/* End Content Pane TD's */

/* Standard MainMenu styles */
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:29px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
  /*border-left: #cccccc 0px solid; 
	border-bottom: #cccccc 1px solid; 
	border-top: #cccccc 1px solid; 
	border-right: #cccccc 0px solid; */
	border:0;
	cursor: pointer; 
	cursor: hand; 
	color: #09144F;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: #FF0000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuIcon {
	background-color: #E3EDF6; 
	border-left: #E3EDF6 1px solid; 
	border-bottom: #E3EDF6 1px solid; 
	cursor: hand; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}

.MainMenu_SubMenu {
	background-color: #E3EDF6;  
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_MenuBreak {
	height: 1px;
}


.MainMenu_MenuArrow {
	border-right: 1px solid #E3EDF6; 
	border-bottom: 1px solid #E3EDF6; 
	border-top: 1px solid #E3EDF6;
	font-family: webdings; 
	font-size: 11px; 
	cursor: hand; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}

/* custom main menu styles */
.RootItem {
	cursor: hand;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	height:29px;
	padding-left: 5px;
	padding-right: 5px;

}
.RootItemSel {
	cursor: pointer;
	cursor: hand;
	color: FFB600;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #000000;
}
.RootItemActive {
	cursor: hand; 
	cursor: hand; 
	color: #FFB600;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
}
.SubMenuItemActive {
	/*background-image:url(images/nav_btn_bg_ovr.gif);*/
	cursor: hand; 
	cursor: hand; 
	color: red; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

/*
.StandardButton {
  background: #7994cb none; 
  color: #ffffff;
  font-family: verdana, sans-serif; 
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	background-color: #dfe5f2;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.TreeViewMenu_Header {
	background-image: url(gradient_LtBlue.jpg);
}
.Head {
   font-family: Tahoma, Arial, Helvetica;
   font-size:  18px;
   font-weight: normal;
   color: #333333;
}
*/

/* USER Control */
A.OtherTabs:hover{
    text-decoration:    none;
    color:  #FF0000;
}

/* Breadcrumb links */
A.SkinObject:active{
    text-decoration:    none;
    color:#CC0000;
}

A.SkinObject:hover{
    text-decoration:    none;
    color:#CC0000;
}

/* CpRight etc Control */
.FooterCtls{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #09134E;
	font-weight: normal;
	padding: 8px 5px 5px;
}

/* Main Page specific */
.PostHdr{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #09134E;
}
.ScanHdr{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #FFB600;
}

.OddRow{
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.EvenRow{
	background-color: #E3E9F1;
	text-align: left;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
.HeaderRow{
	background-color:  #B1C3D9;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border:1px solid #B1C3D9;
	color: #000000;
}
.HeaderRowDark{
	background-color:  #09134E;
	color:#ffffff;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.PL8Button{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

input, select, textarea{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 1px;
	padding: 2px;

}

.feature{
	border-right: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
}

.feature TD{
	border-left: solid 1px #CCCCCC;
	border-top:solid 1px #CCCCCC;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
    padding: 2px 4px 2px 4px;
}
.featureCellBoldCenter{
	text-align: center;
	font-weight: bold;
}
.featureCellBoldLeft{
	text-align: left;
	font-weight: bold;
	width: 60px;
}
.featureCellGreen{
	background-color: #CCFFCC;
	width: 60px;
}

.PostDoneMessage{	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: Green;
	font-weight: bold;
}

.directLogin{	
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.directLoginButton{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;

}
.drop_bg {
	background-image: url(content_bg.jpg);
	background-repeat: repeat-y;
}
.SubHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	line-height: 15px;
	text-decoration: none;
}
.StandardButton {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}

.jointable{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #09134E;
	margin-top: 1px;
	margin-bottom: 1px;
	text-align: left;
	background-color: #E5F0F6;
	text-decoration: none;
	padding: 0px;
	color: #09134E;
	vertical-align: top;
}

.jointable .headerRow{
	background-color:  #09134E;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	text-align: left;
}

.join_section{
	font-size: 16px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 16px;
	color: #09134e;
	text-decoration: none;
}
.join_small{
	font-size: 10px;
	border-bottom: 1px grey solid;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}
.join_required{
	font-size: 11px;
	color: red;
	border-bottom: 1px grey solid;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 14px;
	text-decoration: none;
}
.join_show{
	font-size: 11px;
	color:#999999;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 14px;
}
.join_important{
	font-size: 12px;
	color: red;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}
.join_textbox{
    Width: 220px;
}
.join_textbox1{
    Width: 160px;
}
.join_error{
	font-size: 11px;
	color: red;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 14px;
	text-decoration: none;
}
.join_explanation{
	font-size: 11px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 14px;
	text-decoration: none;
	color: #666666;
}
#terms {
	height: 250px;
	overflow: auto;
	border: 1px solid #ACA899;
	background-color: #ECE9D8;
	padding: 5px;
	margin: 5px;
}

