body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #F1F1F1;
    	margin: 0;
    	padding: 0;
    	color: #252525;
    }
    #header { 
    	background: #d2e7cb; 
		height: 140px;
		border-bottom: 1px solid #FFFFFF;
    } 
	#header img {
		text-align: left;	
	}
	
	#title {
		background-image: url(../img/content_top.gif);
		background-repeat:repeat-x;
		margin:0px;
		padding:0px;
		overflow:visible;
		height:35px;
		vertical-align:top;
		line-height:35px;
	}
	
	#title img {
		/* float:left; */
		margin: 0px;
		padding: 0px;
		vertical-align:text-bottom;
	}
	
	#title h1 {
	    display: inline;
		font-size:32px;
		color: #006633;
		margin: 0px 0px 0px 10px;
	}
	
	#main {
		background-image: url(../img/bg.gif);
		background-repeat:repeat-y;
	}
	
	#nav {
	    margin-top: 10px;
	    width: 169px;
		float:left;
	}
	
	#content {
		padding-top: 15px;
		/* margin-left: 180px; */
		margin-left: 12px;
		margin-bottom: 15px;
		width:800px;
		float:left;
	}
	
	#content h1 {
		margin:0px 0px 5px 0px;
		font-size: 1.4em;
		color: #003C1E;

	}
	
	#content h2 {
		margin:0px 0px 5px 0px;
		font-size: 1.2em;
		color: #003C1E;
	}
	
	#content h3 {
		margin:0px 0px 5px 0px;
		font-size: 1em;
		color: #003C1E;
	}
	
	#content h4 {
		margin:0px 0px 5px 0px;
		font-size: 0.8em;
		color: #003C1E;
	}
	
	#content h5 {
		margin:0px 0px 5px 0px;
		font-size: 0.6em;
		color: #003C1E;
	}
	
	#content h6 {
		margin:0px 0px 5px 0px;
		font-size: 0.4em;
		color: #003C1E;
	}
	
	#content .align-center {
		text-align:center;
	}
	
	#content .align-justify {
		text-align:justify;
	}

	#content .align-right {
		text-align:right;
	}

	#content .csc-frame-frame2 {
		background: #FFFF99;
		border: 1px solid black;
		padding: 3px;
	}
	
	#content .csc-header {
		display:block;
	}
	
	#content .csc-textpic {
		margin-top:7px;
		margin-bottom: 30px;
	}
/*	
	#content .csc-textpic-intext-left .csc-textpic-image {
	    float:left;
		display:inline;
	}
	
	#content .csc-textpic-intext-left dl.csc-textpic-image {
		margin-top:0px;
		margin-bottom:0px;
	}
*/

	#content .im {
		margin-top:7px;
		margin-bottom: 30px;
	}
	
#content p.bodytext{
		margin-bottom:7px;
		margin-top:3px;
}

	
	#nav a {
	    display: block;
		padding: 3px 0px 3px 0px;

		text-decoration: none;
		
		line-height: 20px;
		
		border-top: 1px solid #D2E7CB;
		border-right: none;
		border-bottom: 1px solid #D2E7CB;		
		border-left: none;
	    
	}
	
	#nav a span {
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #252525;
	    display: block;
		text-align: right;
		margin-right: 5px;
		font-weight: bold;
	}
	
	#nav a:hover {
		background-color: #C3DFB9;
		
	}
	
	#nav a.act {
		background-color: #a7d099;
		
		border-top: 1px solid #FFFFFF;
		border-right: none;
		border-bottom: 1px solid #FFFFFF;		
		border-left: none;
	    
	}
	
	#terc_navi a {
	    display: block;
		padding: 3px 0px 3px 0px;
		background-color: #FFFFFF;

		text-decoration: none;
		
		line-height: 20px;
		
		border-top: 1px solid #D2E7CB;
		border-right: none;
		border-bottom: 1px solid #D2E7CB;		
		border-left: none;
	    
	}
	
	#terc_navi a span {
	    font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:0.8em;
		color: #252525;
	    display: block;
		text-align: right;
		margin-right: 5px;
		font-weight: bold;
	}
	
	#terc_navi a:hover {
		background-color: #C3DFB9;
		
	}
	
	#terc_navi a.tact {
		background-color: #ECF5E9;
		border-top: 1px solid #FFFFFF;
		border-right: none;
		border-bottom: 1px solid #FFFFFF;		
		border-left: none;
	    
	}

	#footer {
	    clear: both;
		background-color: #C3DFB9;
		border-top: 1px solid #FFFFFF;
		height: 20px;
	}
	
	#footertext {
		width:970px;
		text-align:center;
		line-height: 20px;
		font-size: 11px;
	}
