body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background: #EAEAEA;
	}
a:link {
	color:#073c53;
	}
a:visited {
	color:#073c53;
	}

/* layout */

#wrap {
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	background: #fff url(images/bkg_main.gif) repeat-y top left;
	}
#wrapnoimg {
	width: 612px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	}
#content {
	float: right;
	/* width: 69%; */
	width: 416px;
	/*font-size: 95%;*/
	color: #333;
	line-height: 1.5em;
	margin-left: 0px;
	text-align: right;
	}
#sidebar {
	float: left;
	/* width: 31%; */
	width: 196px;
	color: #FFF;
	padding-top: 0; margin-top: 0;
	}
#sidebar .gutter {
	width: 176px;
	background: #baaa56;
	margin-right: 0px;
	margin-left: 6px;
}


	
#footer {
	clear: both;
}

/* gutters */

#content .gutter {
	padding-left: 0px; 
	border: 0px dotted red;
	background: url(images/bkg.gif) repeat-y 0 25px;
	overflow: hidden;
	width: 397px;
	margin-left: 19px;
	text-align: left;
}
#content p {
	padding-left: 20px; padding-right: 10px;
}
#sidebar p {
	padding-left: 10px; padding-right: 10px;
}
/* header */

#header {
	margin: 0; padding: 0;
	height: 140px;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	/*font-size: 150%;*/
	color: #663;
	font-weight: normal;
	}


/* sidebars */


#sidebar a {
	color: #FFF;
}
#sidebar h2 {
	margin: 0; padding: 0;
	padding-left: 10px; padding-right: 5px;
}


/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	/*font-size: 85%;*/
	color: #333; 
	}

/*  IE fixes */

#content, #sidebar, #footer {
	height: 1%;
	}
* html dl.feature { /* for IE5+6 */
	height: 1%; 
	}
*:first-child+html .feature { /* for IE7 */
	min-height: 1px; 
	} 
	
/*  Formatting from previous file */
	h1 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	background: #e5e0bd;
	margin: 0;
	padding: 5px 10px;
	color: #073c53;
	font-weight: normal;
	font-size: medium;
	border-bottom: 2px solid #cecec4;
	border-right: 1px solid #cecec4;
	border-top: 4px solid #03394e;
	}
	h1 strong {
		font-size: 80%;
		font-weight: normal;
		color: #47442b;
	}
	h2 {
	font-family: "Lucida Grande", Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 115%;
	text-decoration: underline;
	font-style:italic;
	}
	
	.white {
	color: #FFF;
	padding: 0 10px;
	}
	
	.bottom_desc {
	   background: #e5e0bd;

        color: #47442b;
        font-weight: normal;
        font-size: 90%;
        border-bottom: 2px solid #cecec4;
        border-right: 1px solid #cecec4;
        border-top: 4px solid #03394e;
	   
	}
