@charset "UTF-8";
/* CSS Document */

body {
	background: #cacdc7 url(images/bg_page.jpg);
	background-repeat:repeat-x;
	margin: 0;
	font-family:Verdana;
	font-size: 12px;
	line-height: 16px;
	color:#333333;
	}

a:link {
	color:#fff;
	text-decoration:underline;
	}	
	
a:visited {
	color:#fff;
	text-decoration:underline;
	}	

a:hover {
	color:#ccc;
	text-decoration:none;
	}	
	
img {
	border:0;
	margin:0;
	}	
	
.style1 a:link {
	color:#657655;
	text-decoration:underline;
	}	
	
.style1 a:visited {
	color:#657655;
	text-decoration:underline;
	}	

.style1 a:hover {
	color:#999999;
	text-decoration:none;
	}		
	
.head {
	font-family:Verdana;
	font-size:16px;
	letter-spacing:-.5px;
	font-weight:bold;
	color:#292e25;
	}		
	
.subhead {
	font-family:Verdana;
	font-size:14px;
	color:#67735b;
	}		
		
#container {
	 width: 951px;
	 margin:0 auto;
	 }	
	
#leftshadow {
	float: left;
	width:15px;
	}
	
#rightshadow {
	float: left;
	width:15px;
	}
	
#main_content {
	background:#fff;
	width:921px;
	float:left;
	}	

#footer {
	background:url(images/bg_footer.jpg);
	background-repeat:no-repeat;
	padding: 8px 10px 8px 10px;
	width:899px;
	float:left;
	border:1px;
	border-color:#e5e5e5;
	border-style: solid;
	margin-bottom:4px;
	font-size:10px;
	color:#fff;
	line-height:18px;
	}		

#yellowbar {
	background: #dcb55f;
	float:left;
	margin-top: 4px;
	margin-bottom: 4px;
	height:12px;
	width: 921px;
	}					 
	
#leftcol {
	float: left;
	width: 325px;
	}		
	
#rightcol {
	padding-top: 25px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	width: 500px;
	}

.rightcontentblock {
	background:url(images/bg_contentblock.jpg);
	background-repeat:no-repeat;
	margin-bottom:4px;
	padding:10px 5px 10px 10px;;
	width:299px;
	display:block;
	border:1px;
	border-color:#e5e5e5;
	border-style: solid;
	}			
	
	
#column2 {
    margin: 0;
    padding: 0;
    background-image: url(images/bg_shadowrightbtm.jpg);
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
    background-color: #FFF;
    
}

#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url(images/bg_shadowleftbtm.jpg);
    background-repeat: repeat-y;
    width: 100%;
	background-position:left;
    
}	

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
		