/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: verdana, tahoma, arial, hevetica, sans-serif;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
}

h1 
{
    font-size:115%;
    color: #009A5A; 
} 

h2 
{
    font-size:100%;
    color: #009A5A; 
    margin-bottom:5px;
} 

a {
    text-decoration: none;
    color: #3d9b73;
}


a:hover {
    text-decoration: underline;
}

#container {
	margin: 0 auto;
	width: 760px; 
	min-height:90%;
	text-align: left;
	position:relative;
    font-size: 80%;
    background-color: #ffffff;
    border: 1px solid #C0C0C0;
    top: 10px;
}

#header {
    width: 759px;
    height: 144px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
	position:relative;
	z-index:2;
	overflow: hidden;
	background: #ffffff url(images/img-headerbackground.jpg) no-repeat;
	background-position: right;
	border: 0px solid red;
}

#nav {
    width: 756px;
    margin: 0px 0px 0px 2px;
    padding: 2px 0px 2px 0px;
    font-weight: bold;
    text-align: left;
    border: 1 px solid red;
}

#content {
    margin: 0px 0px 0px 15px;
    padding: 0px 10px 1px 0px;
    border: 0px solid red;
    width: 720px;
}

#leftCol {
    float: left;
    border: 0px solid blue;
    width: 50%;
}

#leftColContent {
    padding-right: 20px;
}

#rightCol {
    float: right;
    border: 0px solid purple;
    width: 50%;
    text-align: center;
}

#rightColImages {
    border: 0px solid purple;
    position: relative;
    overflow: hidden;
    width: 333px;
    text-align: center;
    margin: 0 auto;
}

#rightColFeatured 
{
}

#footer	{
	position:absolute;
	bottom:0;
	width:749px;
	height: 20px;
	background: url(images/img-grad-bg.jpg) repeat-x;
	color: #ffffff;
	font-weight: bold;
    font-size: 75%;
    text-align: center;
    padding: 6px 0px 0px 6px;
    margin: 0px 0px 0px 2px;
    clear: both;
}

#footer a {
    text-decoration: underline;
    color: #000000;
}

#footer a:hover {
    text-decoration: none;
}

#footer p {margin:0;padding:0}

#clearfooter {height:41px;width:100%;clear:both}

.selected {
   color: #ffffff;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: underline;
}

.navigation {
    text-align: left;
    margin-left: -25px;
}

.menu {
    list-style-type: none;
    font-size: 90%;
    height: 22px;
    margin-top: -2px;
}

.menu li {
    float: left;
    background: url(images/img-grad-bg.jpg);
    margin-right: 3px;
    padding: 5px 0px 2px 0px;
    width: 119px;
    text-align: center;
    vertical-align: middle;
    height:16px;
}

.menu a {
    color: #ffffff;
}

.button {
    background: url(images/img-button.jpg) no-repeat;
    height: 22px;
    border-bottom: 2px solid #009256;
    width: 80%;
    padding-left: 30px;
}

#featuredMemberTitle {
    background: url(images/img-grad-bg.jpg) repeat-x;
    color: #ffffff;
    text-align: left;
    padding: 3px 0px 5px 10px;
    font-weight: bold;
    width: 325px;
}

#featuredMemberBody {
    border: 0px solid red;
    text-align: left;
    width: 325px;
}

.membersdirectory {
	width: 300px; 
	text-align: left;
	position:relative;
    font-size: 100%;
    background-color: #E5F5EE;
    border: 1px solid #009A5A;
    padding: 5px;
}

.list {
    list-style-type: none;
}  

.list li {
    background: url(images/img-bullet.jpg) no-repeat;
    background-position: 0px 4px;
    padding-top: 0px;
    line-height: 20px;
    padding-left: 30px;
    margin-left: -20px;
    padding-bottom: 15px;
}

.committeeTable td {
    padding-bottom: 15px;
}

.pagetext {
    font-size:80%;
    color:#009A5A;
}

.inputFields {
    margin-bottom: 8px;
    width: 200px;
    border: 1px solid #C0C0C0;
    font-family: verdana, tahoma, arial, hevetica, sans-serif;
}

.errorformtext {
    margin-bottom: 8px;
    width: 200px;
    border: 1px solid #C0C0C0;
    background-color: #e0dfe3;
    font-family: verdana, tahoma, arial, hevetica, sans-serif;
}

.submitButton {
    border: 1px solid #C0C0C0;
    
}

.errorText {
    color: #c72f3b;
}

.supportersList {
	color: #7d7d7d;
}

.supportersList a {
	color: #006E00;
	text-decoration: none;
}

.supportersList a:hover {
	color: #006E00;
	text-decoration: underline;
}
