

body {
	margin:0;
	background-color:#e7e7e8;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	
	line-height: 24px;
}


#wrapper{
	margin: 0 auto;
	min-height:100%;
	width:896px;
	background:#fff;
	padding-top: 156px;
	background-image:url(../images/topbg.jpg);
	background-position: top;
	background-repeat:no-repeat;	


}
* html #wrapper{height:100%;}


.content {
	padding:0 48px 0px 48px;
	overflow:hidden;
	width:800px;
	margin:0;
	


}


#leftmenu {
	position:relative;
	width:175px;
	text-align: left;
	float: left;
	height: 500px;
	
}

#leftmenu ul {
	padding: 0;
	list-style:none;
	margin: 0;
}

#leftmenu li a{
	font-weight: bold;
	font-size: 12px;
	color: #7d8493;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	text-decoration: none;
 	padding: 0 0 0 18px; /*to show the arrows*/
	background-image: url(../images/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
}

#leftmenu li a:hover{
	color: #c66929;
	
}

.rightcol {
	position:relative;
	width:590px;
	margin:0px;
	overflow:hidden;
	float:right;


}


p {
font-family: Verdana, Arial, Helvetica, sans-serif; 
color: #333;
font-size:11px; 
margin-top: 0;
padding-bottom: -20px;

}

h1 {
font-family:  Arial, Helvetica, sans-serif; 
font-size: 20px; 
padding-top: 5px; 
padding-bottom:18px; 
margin:0px; 
color: #c66929;
}


h2 {
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 16px; 
margin-top: 0px;
padding-top: 4px; 
margin-bottom: 0px;
padding-bottom: 3px;
color:#669900;
}

h3 {
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
margin-top: 0; 
padding-top: 4px; 
margin-bottom: 0px;
padding-bottom: 3px; 
color: #000;
}





hr {
color: #ccc; background-color: #ccc; height: 1px; border: 0;
}
		
a, a:visited { color: #336699;  }
a:hover, a:visited:hover { color:#336699; text-decoration:none; }




/* Footer styles */

#footer {
font-size: 9px;
margin: 0 auto; /* center on everything else */
width: 896px;
height: 36px;
color: #fff;
background-color:#c66929;
position:relative;
margin:0 auto 0;
clear:both;


}
#footer a {
color: #fff;
text-decoration: none;

}
#footer a:hover {
text-decoration: underline;

}

#footerlogo {
float: left;
padding-left: 140px;
vertical-align:middle;
}

#footerlinks {
float:right;
margin-top: 6px;
padding-right: 120px;
}



		

img { border:none;}
.quote {
font-family:Georgia, "Times New Roman", Times, serif;
color: #333;
font-size:12px;
font-style:italic;

}

.quotedby {

color: #4e7735;
text-align:right;
font-size:10px;
line-height: 10px;

}

a.button {
    /* Sliding right image */
    background:  url('../images/button_right.gif') no-repeat scroll top right; 
display: block;
float: left;
height: 25px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.button span {
/* Background left image */ 
background:url('../images/button_left.gif') no-repeat; 
display: block;
line-height: 15px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 4px 0 8px 18px;
} 
a.button:hover span{
text-decoration:underline;
color: #fff;
}


