
html {
	margin: 0px;
	padding: 0px;
	}
body { 
	color: #999999; 
	margin: 0px auto; 
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p { 
	font-size: 0.8em; 
	margin: 0px; 
	padding: 0px;
	}
	
li{
		font-size: 0.8em; 
	}
	
.vsmall{
	font-size: 0.7em; 
}

p.centered { 
	margin: 5px 0px; 
	padding: 0px;
	text-align: center;
	width: 95%;
	}

p.footer { 
	color: #FFFFFF;
	margin: 5px 0px; 
	padding: 0px;
	text-align: left;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 5px 0px;
	color: #999999;
}

hr{
	color: #725E49;
	height: 1px; 
	border-style: solid; 
	text-align:center;
	width: 100%;
	margin: 10px 0px;
}

acronym  {
	cursor:help;
	font-style: normal;
	border-bottom: 1px dotted #725E49;
}

a:link { 
	text-decoration: none; 
	color: #33CC33;
	}
a:visited { 
	text-decoration: none; 
	color: #33CC33;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #33CC33;
	}



/* divs */

#container{
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
	position: relative;
	
}

#content {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 800px;
	background-image: url(../images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;

}

#lhs{
	background: url(../images/lhs.jpg) repeat-y top left;
	width: 8px;
	float: left;
	height: 800px;
}

#lhs2{
	background: url(../images/lhs.jpg) repeat-y top left;
	width: 8px;
	float: left;
	height: 1850px;
}

#gradient {
	margin: 0px;
	padding: 0px 10px;
	border: 0px;
	width: 750px;
	background-image: url(../images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	float: left;
}
	
#rhs{
	background: url(../images/rhs.jpg) repeat-y top right;
	width: 15px;
	float: left;
	height: 800px;
}

#rhs2{
	background: url(../images/rhs.jpg) repeat-y top right;
	width: 15px;
	float: left;
	height: 1850px;
}

#headerlhs{
	margin: 0px;
	padding: 0px;
	width: 415px;
	height: 140px;
	border: 0px;
	float: left;

}

#headerrhs{
	margin: 0px;
	padding: 0px;
	height: 140px;
	border: 0px;
	float: right;
	background-image: url(../images/membership.jpg);
	width: 268px;
}

#main_content{
	text-align: center;

}

#titlebar{
	text-align: center;

}

#titlebar2{
	text-align: left;

}

#footer{
	text-align: center;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	height: 40px;
	padding: 10px 0px 2px 25px;

}
