/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */






 
 /************************************************
*	overall 									*
************************************************/
body {
	background: #F6F1EC;
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	}


body, html {
         scrollbar-face-color: #A89376;
         scrollbar-highlight-color: #FAF4EF;
         scrollbar-3dlight-color: #803E02;
         scrollbar-darkshadow-color: #000000;
         scrollbar-shadow-color: #C0925F;
         scrollbar-arrow-color: #FFFFFF;
         scrollbar-track-color: #CCCCCC;
	}


#wrapabout {
	background: #F6F1EC url(images/bg_amember.gif) top center repeat-y;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Helvetica, Sans-Serif;
	margin: 0px auto 0px;
	padding: 0px;
	}



 /************************************************
*	Header  									*
************************************************/

#header {
	background: #FFFFFF;
	align: center;
	width: 980px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-top: 0px solid #658DB5;
    text-transform: uppercase;
	}
	
#header a {
	font-family: Georgia, Times New Roman, Helvetica, Sans-Serif;
	font-size: 48px;
	color: #333333;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-transform: uppercase;
	}

#header a:hover{
	color: #333333;
	}
	
/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: #FFFFFF;
	width: 974px;
             height: 18px;
	margin: 0px auto 0px;
	padding: 12px 5px 8px 3px;
	text-align: left;
	border-top: 0px solid #808040;
	border-bottom: 1px solid #808040;
	}
	
#navbar li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#navbar ul {
	margin: 0px;
	padding: 0px;
	}


#navbar ul li {
	margin: 0px;
	padding: 0px;
	}



#navbar  li a {
	font-family: Georgia, Times New Roman, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #54672E;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	}


#navbar  li a:hover {
	color: #9FBB66;
	}


#navbar ul li a {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	font-size: 22px;
	color: #333333;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	}

#navbar ul li a:hover {
	color: #658DB5;
	}
    
    
    
    
    
/************************************************
*	Content 	2				     		    * 
************************************************/

#content2 {
	width: 980px;
    align: center;
	margin: 0px auto 0px;
	padding: 0px;
	}

#content2 p{
	padding: 0px 0px 15px 0px;
	margin: 0px;
	line-height: 16px;
	}
	
#content2 p img{
	float: left;
	border: none;
	margin-right: 5px;
	margin-bottom: 10px;
	}
	
#content2 h1 {
	color: #333333;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#content2 h1 a  {
	color: #333333;
	text-decoration: none;
	}

#content2 h1 a:hover {
	color: #658DB5;
	text-decoration: none;
	}
	
#content2 h2 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	border-top: 1px dotted #C0C0C0;
	border-bottom: 1px dotted #C0C0C0;
	}
	

#content2 blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
	}

#contentmiddle2 {
	float: left;
	width: 960px;
    align: center;
	margin: 0px 0px 0px 0px;
	padding: 15px 10px 10px 10px;
	display: inline;
	}
	
#contentmiddle2 p img{
	float: left;
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
	}
	
#contentmiddle2 ol{
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	}
	
#contentmiddle2 ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
#contentmiddle2 ul{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
	
#contentmiddle2 ul li{
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	

	
	
/************************************************
*	Footer      								*
************************************************/

#footer {
	width: 980px;
    align: center;
	margin: 0px auto 0px;
	padding: 30px 0px 10px 0px;
	text-align: center;
	border-top: 1px solid #D0BF97;
	border-bottom: 1px solid #D0BF97;

	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}


#footer a:link { 
	color : #000000; 
	text-decoration : none; 
	font-weight: bold;
	} 
	
#footer a:visited { 
	color: #000000; 
	text-decoration: none; 
	font-weight: bold;
	} 

#footer a:hover { 
	color: #A89376; 
	text-decoration: underline; 
	font-weight: bold;
	} 
    