/* 
================================
Skin styles for DotNetNuke
================================
*/  

body {
	background-color: #2E4A6D;
} 

.pagemaster {
	width: 100%;
	height: 100%;	
	background-color: #2E4A6D; /* dark blue */
    margin-top: 0px 0px 0px 0px;
}
.skinmaster {
	height: 100%;
	background-color: #ffffff;
	margin-top: 0px 0px 0px 0px;
	color: #000000;
	
}

.skinheader {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px 0px 0px 0px;
}

.controlpanel {
	width: 100%;
	background-color: #a5dfb1;
}

.toppane {
	width: 100%;
	background-color: transparent;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.leftpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}

.contentpane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.rightpane {
	width: 175px;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.bottompane {
	width: 100%;
	background-color: transparent;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px;
}
.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	border-left: #84d094 0px solid; 
	border-bottom: #84d094 1px solid; 
	border-top: #84d094 1px solid; 
	border-right: #84d094 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #000000; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: Transparent;
}
.MainMenu_MenuIcon {
	background-color: #84d094; 
	border-left: #84d094 1px solid; 
	border-bottom: #84d094 1px solid; 
	border-top: #84d094 1px solid; 
	cursor: pointer; 
	cursor: hand; 
	text-align: center; 
	width: 15px; 
	height: 21px;
}
.MainMenu_SubMenu {
	background-color: #84d094; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #64c278; 
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt; 
	font-weight: bold; 
	font-style: normal;
	height: 21px;
}
.MainMenu_MenuArrow {
	border-right: #84d094 1px solid; 
	border-bottom: #84d094 1px solid; 
	border-top: #84d094 0px solid;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.StandardButton     {
  background: #23a53e none; 
  color: #ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.TreeViewMenu {
	width: 175px;
	/*background-color: #a5dfb1;*/
	background-color:#FFFFFF;
	border-right: #85B2E1 1px solid; 
	border-top: #85B2E1 1px solid; 
	border-left: #85B2E1 1px solid; 
	border-bottom: #85B2E1 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(title_bground.gif);
}


.TreeViewMenu_MouseOver{
	font-style:normal;
	color:#BFE069; 
	background-color:#8DC76C; 
}

.normal {
	color:#000000;
	font-family: arial,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
}

.footnote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}


.Head   {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
    /*color:#162B64;*/
	color:#162B64;
}

#navcontainer ul
		{
	background-color: #FFFFFF;
	color: #000000;
	float: left;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
		
#navcontainer ul li {
	display: inline;
	font-size:10px;
}
		
#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	float: left;
	border-right: 1px solid #000000;
}
		
#navcontainer ul li a:hover
		{
			background-color: #2E4A6D;
			color: #fff;
		}
    
.addressline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}


/*  Brett added styles */
.projectTitle {
	font-weight:bold;
	font-size:12px;
}


a:link {
	color: #000099;
	text-decoration:underline;
}

a:visited {
	color:#ff0000;
	text-decoration:none;
}

a:hover {
	color:#990000;
	text-decoration:none;
}

.loginStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color:#CCCCCC;
}

.content {
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	text-align:justify;
	line-height:1.5;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:15px;
  text-align:center;
}

ul.none {
  list-style-type:none;
}






		



