/* CSS Document */

body {
	background-color: #ECEFD1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.25em;
	color: #003366;
	
	}
	
.subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.25em;
	font-weight: bold;
	
	}
	
#left-bg {
	background: url(/images/inside/bg_left.gif) repeat-y;
	
	}
	
#right-bg {
	background: url(/images/inside/bg_right.jpg) repeat-y;
	
	}
	
#content {
	padding: 5px 10px 10px 10px;
	
	}
a {
	color: #AF9932;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	color: #CC9999;
	}
		
 
