html,body{
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	color: #333333;
}
body{
background-image:url(/assets/Layout/bodybackground.jpg);
background-repeat:repeat-x;
background-position:left top;
background-color:#dbe8a0;
}
#wrap {
	background-color: #FFFFFF;
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	font-size: 0.9em;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dbe8a0;
	border-left-color: #dbe8a0;
	vertical-align: top;
	padding: 5px 10px;
}
#rtsidebar, #lftsidebar  {
	vertical-align: top;
	padding: 5px;
	width: 170px;
}

div#lftmenu a {
	margin:0 3px 0 0;
	font: bold 0.8em Arial, Helvetica, sans-serif;
	display:block;
	padding:5px 10px 5px 0px;
	color:#006600;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-bottom-color: #006600;
}
div#lftmenu a:hover {
	border-right:7px solid #006600;
	padding-right: 7px;
	margin-right: 0;
	background-color: #F0F5D5;
}

#toplft {
width: 170px;
}
h1.contentHeader{
color:#000000;
font:1.8em georgia, arial, verdana;
padding:0px 0px 10px;
width:100%;
border-bottom:1px solid #000000;
}#breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
blockquote{
border-left:4px #d2d2d2 solid;
padding:0px 0px 0px 10px;
}
li {
	list-style-type: square;
	list-style-image: url(/assets/Layout/bullet.gif);
}
img.floatleft{
float:left;
margin:4px 15px 0px 0px;
border:4px solid #d2d2d2;
}

img.floatRight{
float:right;
margin:4px 0px 0px 15px;
border:4px solid #d2d2d2;
}
.border {
border:4px solid #d2d2d2;
}
a{
color:#727c40;
text-decoration:underline;
}

a:hover{
color:#333333;
}#topNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336600;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-top: 10px;
}
#topNav a, #footer a{
	text-decoration:none;
	color:#ffffff;
}
#topNav a:hover, #footer a:hover{
	color: #CCCCCC;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336600;
	background-image: url(/assets/Layout/botnavbot.gif);
	background-position: bottom;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
#header {
	background-image: url(/assets/Layout/headerimage2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 970px;
}

#header h2 {
	color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 1.4em;
	padding-top: 90px;
	text-align: center;
	margin-bottom: 0px;
}

.reco {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #F0F5D5;
	text-align: center;
	padding: 5px;
	border: 1px solid #006600;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #003300;
}
h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}
.fltrt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltlft {
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
