@charset "utf-8";
/* CSS Document */

a:link {
	color: #660033;
	text-decoration: none;
}

a:visited {
	color: #660033;
	text-decoration: none;
} 

a:hover {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px solid #000000;
}

.style3 {
	font-size: 9px;
}

h1 {
	font-family: Verdana;
	color: #990000;
	text-align: center;
}

h2 {
	font-family: Verdana;
	color: #993333;
	text-align: center;
}

h3 {
	font-family: Verdana;
	color: #663366;
	font-size: 11pt;
	text-align: center;
}

h4 {
	font-family: Verdana;
	color:#993333;
	font-size: 11pt;
}

body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CD853F;
}

#apDiv1 /* this is used for the Forgot Username/Password section on "forgotnamepass.html" */
{
	position:absolute;
	width:250px;
	height:425px;
	z-index:1;
	right: 570px;
	border-right: 1px dashed #000000;
	padding-right: 35px;
	top: 315px;
}

#apDiv2 /* this is used for the Change Password section on "forgotnamepass.html" */
{
	position:relative;
	width:250px;
	height:115px;
	z-index:2;
	left: 385px;
	top: 20px;
}

.oneColFixCtrHdr #container /* for the body of each page; the maincontent is inside the container */ 
{
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #header {
	background: #CC6600; 
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #CC6600;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #admin /* used on the administration page */ 
{
	width: 300px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	background-color: #ffffff;
}

.memberlist /* memberlist and memberlist:hover are for the members.html page */
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

/* The following are for the admin page */
select, input, textarea, .datagridbuttonbarlink {
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
}

table.innerpagemain {
	border: 1px solid #990000;
	width: 100%;
}

.settingscontent {
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
}