/*	--------------
	General Styling
	--------------
*/
body {
	text-align: center;
}

/*	--------------
	Header Styling
	--------------
*/
.topHeaderDiv {
	background-color:#1F68A5;
	border-bottom: 1px solid #000000;
	font-family: Verdana; 
	height: 116px; 
	text-align: center;
}

.topHeaderDivLeft {
	color: #FFFFFF; 
	float:left; 
	font-size: 32px;
	font-weight:bold; 
	height: 87px;
	letter-spacing: -1px;
	padding-top: 20px;
	width: 49%;
}

.topHeaderDivRight {
	color: #FFCC00;
	float:right;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	height: 87px;
	padding-top: 30px;
	width: 50%;
}

.subHeaderDiv {
	background-color: #E9E9E9;
	border-bottom: 1px solid #000000;
	clear: both;
	height: 24px;
	position: relative;
	text-align: left;
	width: 100%;
    z-index:2;
}

.subHeaderSpanAccount {
	padding-left: 100px;	
}

.subHeaderSpanMiddle {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	margin-left: 210px;
	padding: 0px 40px;
}

.subHeaderSpanRight {
	margin-left: 200px;
	position: absolute;
	right: 10px;
}

.subHeaderSpan a:link{color:#0000FF;font-size:11px;font-weight:bold;}
.subHeaderSpan a:visited{color:#0000FF;font-size:11px;font-weight:bold;}
.subHeaderSpan a:active{color:#0000FF;font-size:11px;font-weight:bold;} 
.subHeaderSpan a:hover{color:#0000FF;font-size:11px;font-weight:bold;}


/*	--------------
	Footer Styling
	--------------
*/
.footer{
	background-color: #1F68A5; 
	color: #FFFFFF;
	height: 35px; 
	font-family: Arial; 
	font-size: 10px;
	margin-top: 15px;
	text-align: center;
}

/*	---------------
	Content Styling
	---------------
*/
.content {
  min-height: 	500px;
  height: 		auto !important;
  margin: 		0 auto;
  padding-top: 	10px;
  padding-left: 10px;
  position: 	relative;
  text-align: 	left;
  width: 		900px;
  z-index: 		1;
  
}

.instructions {
	color: #818181;
	font-size: 11px;
	margin-bottom: 7px;
	padding-left: 160px;
}

.message {
	background-color: #D2E7F7;
	border: 2px #1F68A5 ridge;
	max-height:200px;
  	height:50px;
  	margin: 10 auto;
  	padding: 10px;
  	text-align: center;
  	width: 320px;
}

.even {
	background-color: #D2E7F7;
}

.odd {
	background-color: #FFFFFF;
}
/*	------------------
	Login Form Styling
	------------------
*/
#loginDiv h2 {
	color: #133F62;
}

#loginForm label {
	color: #133F62;
	float: left;
	font-weight: bold;
	width: 100px;
}

#loginForm input[type="text"], #loginForm input[type="password"] {
	width: 200px;
}

#loginDiv {
	background-color: #D2E7F7;
	border: 2px #1F68A5 ridge;
	margin: 50px auto;
	padding: 10px; 
	width:370px;  
}

#resetDiv {
	margin: 20px auto;
	width:370px; 
}

#resetSpan, #registerSpan {
	color: #1F68A5;
	cursor: pointer;
	font-weight: bold;
}

#resetForm label {
	float: left;
	font-weight: bold;
	width: 100px;
}

#board_members {
	background-color: #D2E7F7;
	border: 2px #1F68A5 ridge;
	color: #1F68A5;
	font-weight: bold;
	margin: 50px auto;
	padding: 10px; 
	width:370px;  
}

/*	------------------
	Unsubscribe Form Styling
	------------------
*/
#unsubscribeDiv {
	background-color: #D2E7F7;
	border: 2px #1F68A5 ridge;
	margin: 50px auto;
	padding: 10px; 
	width:370px;  
}

#unsubscribeDiv h2 {
	color: #133F62;
}

#unsubscribeForm label {
	color: #133F62;
	float: left;
	font-weight: bold;
	width: 100px;
}

/*	----------------------------
	Change Password Form Styling
	----------------------------
*/
#passwordForm label {
	float: left;
	font-weight: bold;
	width: 115px;
}

#passwordForm input[type="password"] {
	width: 200px;
}

#passwordForm fieldset legend {
	color: #0046D5;
	cursor: pointer;
	font-weight:bold;
}

/*	-------------------
	Signup Form Styling
	-------------------
*/
#signupForm label {
	float: left;
	font-weight: bold;
	width: 130px;
}

#signupForm input[type="text"] {
	width: 200px;
}

#signupForm .inner_fieldset {
	background-color: #F1F7F8;
}

#signupForm fieldset legend {
	color: #0046D5;
	cursor: pointer;
	font-weight:bold;
}

/*	-------------
	Manage tables
	-------------
*/
#manage {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	font-family: 'Times New Roman', Times, serif;
	width: 760px;
}

#manage tr td, #manage thead th {
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#manage thead th {
	background-color: #3F95DC;
}

#manage th a {text-decoration:none;color:#000}

/*	-----------
	Admin forms
	-----------
*/
#mailForm label {
	float: left;
	font-weight: bold;
	width: 130px;
}

.admin_breakdown {
	background-color: #1A5A8E;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 19px;
	padding-top: 5px;
	padding-bottom: 1px;
	overflow: auto;
	width: 764px;
}

div#adminNav {
	padding: 0;
	margin: 0;
	list-style: none;
    overflow:visible;
	margin:0 auto;
    height:33px;
    background:#003366;
	font-family: Tahoma, Geneva, sans-serif;
    z-index:999 !important;
    position:relative;
}

#adminNav ul {
	list-style:none;
    padding: 0;
	margin: 0 auto;
	list-style: none;
    width:760px;
    position:relative;

}

#adminNav ul li {
margin:0;padding:0;
	float: left;
	width: auto;
    border-right:1px solid #3f64ae;
    position:relative;
}
#adminNav ul li.first {border-left:1px solid #3f64ae;}
#adminNav ul li a {display: block;
	width: 150px;
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:14px;
    padding:7px 15px;
    display:block;
    background:#003366;
}
#adminNav ul li ul li a {background:#003e7c;font-size:12px;padding:10px 15px;border:1px solid #3f64ae;border-top:0;}
#adminNav ul li ul li a:hover {background:#2b80c6;}
#adminNav ul li a:hover {
	background:#2b80c6;
}
#adminNav li ul {
	position: absolute;
	width: auto;
	left: -999em;
	width: 180px;
    border-top:1px solid #3f64ae;
    z-index:999 !important;
    margin:0;
    padding:0;

}

#adminNav li:hover ul, #nav li.sfhover ul {
	left: auto;   
}
.admin_breakdown {margin:0 auto;position:relative;z-index:2;}
