#wrapmaster {
	top: 0px;
	left: 0px;
	height:auto;
	width:100%;
	min-height:100%;
	background-position: center top;
	background-repeat: repeat-y;
	position: absolute;
	background-image: url(images/bg_main.jpg);
    }
	
h1 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
	color: #006600;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 30px;
	line-height: 35px;
	}
	
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	font-variant: small-caps;
	color: #007D00;
}	
.nav {
	background-position: left top;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	border: 0px;
	left: -5px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-align: left;
}
a {
	color: #006600;
}


.image_right {
	background-color: #FFD4F0;
	border: thin double #004F00;
}
.topbkgnd {
	background-image: url(images/top_gradient.jpg);
	background-repeat: repeat-x;
}
.padding {
	padding-left:10px;
}
/*------------- header section ----------------- */

#header_wrapper{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	}

#header{
	text-align: center;
	width: 750px;
	padding: 0px;
	height: auto;
	}

/*------------- content section ----------------- */


#content_wrapper{
	width: 750px;
	margin: 0px auto 0px auto;
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-position: center top;
	}

/*------------- content main ----------------- */

#content_main{
	width: 545px;
	min-height: 350px;
	text-align: left;
	padding: 35px 0px 28px;
	margin: 8px 0px 0px;
	float: left;
	position: relative;
	left: 20px;
	}

#content_header{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/bg_head.jpg);
	}

#content_footer{
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url(../_media/backgrounds2/bg_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

/*------------- content side ----------------- */


#content_side{
	float: left;
	width:135px;
	height: 300px;
	min-height: 100%;
	display: inherit;
	position: relative;
	text-align: left;
	background-image: url(images/side.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	background-position: bottom;
	top: 40px;
	}

#content_side p{
	text-align: justify;
	font-size: 95%;
	color: #CCCCCC;
    }

#content_side a {
	color: #006600;
	}

#content_side a:hover {
	color: #FFFFFF;
	background-color: #8F1A22;
	border: 1px dotted #3e739a;
	font-style: italic;
	font-weight: bold;
	}

/*------------- footer ----------------- */


#footer_wrapper{
	text-align: center;
	width: 764px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#footer{
	width: 764px;
	padding-top: 40px;
	position: static;
	background-image: url(images/bg_foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	}

#footer p{
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	text-align: center;
	position: relative;
	}

#footer a {
	color: #006600;
	font-weight: bold;
	font-size: 80%;
	padding: 0px 3px 0px 0px;
	text-decoration: none;
	border-bottom: none;
	width: 500px;
	text-align: center;
	}

#footer a:hover {
	color: #FFFFFF;
	background-color: #8F1A22;
	}

/*------------- misc styles ----------------- */

#float_left{
	float: left;
	}

#float_right{
	float: right;
	}

#highlight {
	border: solid #C68974 1px;
	background-color: #EFE6CD;
	width: 97%;
	margin: 0px auto 0px auto;
	padding: 10px 10px 5px 10px;
	}

#column_right {
	float: right;
	width: 48%;
	position: relative;
	}

#column_left {
	float: left;
	width: 48%;
	position: relative;
	}
