*{
	margin: 0;
	padding: 0;
}

body{
	background-color: #E8EDE6;
	font: 10px/16px Verdana, Arial, Helvetica, sans-serif;
	
	color: #4C4C4C;
}

/*

========================================(  blocks )

*/

select {
	font-size: 10px;
}

option{
	padding: 0 10px 0 2px;
}

#container
{
	width: 800px;
	/*
	\width: 770px;
	w\idth: 760px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	*/
	border: 1px solid #cccccc;
}


/*.sidePanel {
	background-image: url(images/bg_stripes.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	float: left;
	border: 1px solid red;
	width: 52px;
}*/

#holder {
	
	background-image: url(../images/bg_stripes.gif);
	background-position: 0 0;
	background-repeat: repeat-y;

}

#main {
	margin-left: 52px;
	padding: 40px 20px 0px 20px;
	background-color: #ffffff;
	color: #4C4C4C;
}

.spaceroo {
	clear: both;
	line-height: 0;
}

#footer{
	border-top: 1px dotted #cccccc;
	margin: 20px 0 0 0;
	font-size: 10px;
	padding: 2px 0;
}

#header{
	padding: 0 0 5px 0;
	border-bottom: 1px solid #FBB9C4;
	margin-bottom: 20px;
}

#header .left{
	float: left;
	width: 300px;
	
}

#header .right{
	float: right;
	width: 400px;
	text-align: right;
	
}

.menuForms {
	padding: 10px 0 5px 0;
	
}

.nav{
	padding: 5px 0 0 0;
}

.paging {
	padding: 20px 0 10px 0;
}

.paging .left{
	float: left;
	text-align: left;
}

.paging .right{
	float: right;
	text-align: right;
}

.horiRule{
margin: 20px 0;
border-bottom: 1px dotted #cccccc;
}

/*

========================================(  LINKS)

*/


a:link{
	color: #833A21;
	text-decoration: none;
	border-bottom: none;
}

a:visited{
	color: #833A21;
	text-decoration: none;
	border-bottom: none;
}

a:active{
	color: #833A21;
	text-decoration: none;
	border-bottom: none;
}
a:hover{
	color: #833A21;
	text-decoration: none;
	border-bottom: 1px dotted #833A21;
}

.divider {
	background-color: #FBB9C4;
}

h3 a:link, h3 a:visited, h3 a:active{
	color: #13760E;
	border-bottom: none;
}

h3 a:hover{
	color: #13760E;
	border-bottom: 1px dotted #13760E;
}

.nav a.active{
	color: #833A21;
	border-bottom: none;
}

.nav a.active:hover{
	color: #833A21;
	border-bottom: 1px dotted #833a21;
}

.nav a:link, .nav a:visted, .nav a:active{
	color: #4C4C4C;
}

.nav a:hover{
	color: #4C4C4C;
	border-bottom: 1px dotted #4c4c4c;
}

.submit{
	background-color: #ffffff;
	border: 1px solid #808080;
	font-size: 9px;
	color: #833a21;
	padding: 1px;
}

a.img:link{
	border: none;
}

a.img:hover{
	border: none !important;
}

img{
	border: none;
}

/*
a .img{
	border: none;
}

a:hover img{
	border: none;
}
*/

/*

========================================(  TEXT )

*/

p{
	padding: 0 0 5px 0;
}

h1{
	font-size: 18px;
	font-weight: normal;
}

.title{
	color: #13760E;
}

.nav {
	font-size: 12px;
}

.posted{
	
	color: #808080;
}

.top{
text-align: right;
}

small{
font-size: 10px;
}

/*

========================================(  LISTS )

*/


ul li{
	margin-left: 40px;
}

.mem_list_column{
	padding: 0 0 10px 20px;
}

.mem_list_head{
	color: #13760E;
}