* {
	border:0;
	margin:0;
	padding:0;
}
/* general page attributes */

a {
	color:#0369ac;
}
a:hover {
	color:#666;
}
blockquote {
	background:#f9d89a;
	border-left:4px solid #b23b2d;
	color:#000;
	font-weight:700;
	display:block;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 4px 0 10px;
}
/* the following two classes are used for image-text spacing */
.imgright {
	float:right;
	margin:0 0 0 10px;
	border:solid #9da374 thin;
}
.imgleft {
	float:left;
	margin:0 10px 0 0;
	border:solid #9da374 thin;
}

.img {
	border:solid #9da374 thin;
}
/* body */

body {
	background-color: #f9fcef;
	
	background: url('../images/background_body.jpg') repeat-x top;
	color:#666;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}
#title {
	display:none !important;
}
/* header */
#header {
	background:url('../images/background_header.jpg');
	background-repeat:no-repeat;
	height:283px;
	margin:0 auto;
	position:relative;
	width:860px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#r1 {
	position: relative;
	background-repeat: no-repeat;
	top: 44px;
	left: 295px;
	border: none;
}
/* content */
#content {
	height:auto;
	margin:0 auto;
	width:860px;
}
#2col {
	width:625px;
}
#leftcol {
	width:350px;
	height:auto;
	float:left;
}
#rightcol {
	width:265px;
	height:auto;
	padding:0px;
	float:left;
}
#contentmore {
	clear: both;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* sidebar */
#sidebar {
	float:left;
	width:205px;
}
#sidebar .title {
	color:#b33529;
	font-size:200%;
	font-weight:600;
	padding:0px;
}
#sidebar h1 {
	background-image:url(../images/leaf-green.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-bottom:2px solid #9da374;
	color:#b33529;
	font-size:145%;
	font-weight:400;
	padding:20px 0px 0px 25px;
}
#sidebar input {
	background:#f1f1f1;
	color:#555;
	margin:10px;
	padding:5px;
	width:180px;
}
#sidebar p {
	color:#555;
	display:block;
	font-size:90%;
	line-height:20px;
	padding:3px 0px 0px 10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
/* Main Content Section*/
#main {
	float:right;
	width:625px;
}
#main p {
	color:#555;
	line-height:1.4em;
	padding:10px;
}
#main h1 {
	border-bottom:2px solid #b23b2d;
	color: #0369ac;
	font-size:180%;
	font-weight:600;
	line-height:30px;
	padding:0 10px;
}
#main h2 {
	color: #0369ac;
	font-size:140%;
	font-weight:400;
	line-height:20px;
	padding:10px 0 0 10px;
}
#main h3 {
	color: #0369ac;
	font-size:120%;
	font-weight:800;
	line-height:20px;
	padding:0 10px;
}
#main h4 {
	color: #b33529;
	font-size:110%;
	font-weight:800;
	line-height:20px;
	padding:0 10px;
}
#main ul {
	list-style: disc url('../images/bullet.gif') inside;
	margin-left: 0;
	padding-left: 3.3em;
	text-indent: -1.7em;
}
input {
	border: 1px solid #9da374 !important;
}
/* footer */
#footer {
	margin:10px auto;
	width:860px;
}
#footer p {
	background-image:url(../images/ornament.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-top:2px solid #9da374;
	color:#555;
	font-size:90%;
	line-height:20px;
	padding:10px 0px 3px 50px;
	text-align:left;
}
#partners {
	color: #9da374;
	font-style:italic;
	font-size:100%;
	font-weight:500;
	padding-bottom: 10px;

}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
