@charset "utf-8";
body {
	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: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(images/stp.png);
	background-repeat: repeat;
	background-attachment: fixed;

}

#wrapper {
	width: 808px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #506467;
}

#wrapper2 {
	width: 802px;
	background-color: #FFFFFF;
	border: 3px solid #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}


.main #container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
	background-image: url(images/content_sidebar_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	border: 1px solid #506467;
}


.main #header {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	height: 60px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #506467;
}

.main #header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.main #sidebar1 {
	width: 200px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}
.main #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.main #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #663300;
}

.main #mainContent h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993300;
	margin-bottom: -8px;
	margin-top: 26px;
}

.mainp {
	border: 1px solid #CCCCCC;
	padding: 6px;
	background-image: url(images/p_bg_repeat.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.mainp_directors {
	border: 1px solid #CCCCCC;
	padding: 6px;
	background-image: url(images/p_bg_repeat.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.mainp:first-letter {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	line-height: 80%;

}



img {
border: none;
}




.main #footer {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	width: 808px;
	margin-right: auto;
	margin-left: auto;
}
.main #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	float: left;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	color: #666;
}




.footerp a {

 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;

}


.footerp a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
.footerp a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009900;
	text-decoration: none;
}
.footerp a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}




.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a:link {
	text-decoration: none;
	color:#003399;
}
a:visited {
	text-decoration: none;
	color:#006699;
}
a:active {
	text-decoration: none;
	color:#0099FF;
}
a:hover {
	text-decoration: underline;
	color:#0000FF;
}
.navlist {
	padding: 0px;
	margin-left: 0;
	width: auto;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #506467;
	background-color: #FFFFFF;
}
.navlist li {
	margin: 0px;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	border-top-width: 4px;
	border-top-style: double;
	border-top-color: #506467;
	background-color: #FFFFFF;
}
.navlist li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	background-color: #D5D0C4;
}
.navlist li a:link {
	color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-style: italic;
}
.navlist li a:visited {
	color: #003399;
	font-style: italic;
}
.navlist li a:hover {
	color: #000099;
	background-color: #EAEADF;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EAEADF;
	text-decoration: none;
}
#home .home, #gettingstarted .gettingstarted, #contact .contact, #groups .groups, #links .links, #calendar .calendar, #jointoday .jointoday {
	background-color: #DDD;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #DDDDDD;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 0px;
	line-height: 0px;
}
.logo {
	text-align: center;
}
.validate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}
.validate a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
}
.validate a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.validate a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.validate a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
table {
	border: 1px solid #666666;
	margin-right: 10px;
	border-collapse: collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/p_bg_repeat.gif);
	background-repeat: repeat;
	width: 100%;
}
td {
	border: 1px solid #999999;
	padding: 4px;
}



th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FDFFDF;
}

.firsttdrow {
	padding: 6px;
	width: 12px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.emptyrow {
	background-color: #E2E1D8;
}


#formarea{

	margin-right: auto;
	margin-left: auto;
}


#form table {
	background-color:#E6E7D6;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#form td {
	padding: 5px;
	border-top-width: medium;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}



/* -------- contact form styling starts here -----    */

.formlabel {
 font: 12px Verdana, Arial, Helvetica, sans-serif;
 color: #333;
}  
.app_form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}




.forminput {
 color: #000000;
 text-align: right; 
}

.forminputbox{
	background-color: #E7EAED;
	color: #000000;
	border: 1px solid #666666;
	margin-right: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}
#regtable {
	width: 100%;
}


.formtextarea {
	background-color: #E7EAED;
	color: #333333;
	border: 1px solid #666666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.formselect {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#section2 th {
	padding: 4px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #DEF2DB;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}



#ValidRadio1 th {
	padding: 4px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #DEF2DB;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}


#ValidRadio2 th {
	padding: 4px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #DEF2DB;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

.section2 .firsttdrow {
	padding: 2px;
	width: 100px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nevlibraries {
	border: 1px solid #999;
	width: 100%;
	margin: 5px 0px 5px 0px;
}


.nevlibraries th {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FDFFDF;
}

input.btnsubmit {
	padding: 4px;
	font-family: Verdana;
	font-size: 14px;
}

.statcounter {
	float: right;
	

}
