body {
	background: #011289;
	color: #666;
	padding-top: 36px;
	padding-bottom: 36px;
	text-align: center;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100.01%;
}
#wrapper {
	width: 770px;
	background: #fff;
	border: medium solid #223EFD;
	margin: auto;
	padding: 0;
}
#header {
	background: #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-bottom: 3px solid #011289;
	clear: both;

}
#hdrlogo {
	width: 350px;
	padding: 10px 0px 0px 10px;
	float: left;
	background: #FFF;
	text-align: left;
}
#hdrlogo h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 3em;
	line-height: -.5;
	font-weight: normal;
}
#hdrlogo h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.0em;
	font-weight: normal;
}


#hdrlogo img {
	float: left;
	padding-right: 10px;
}

#hdradd {
	color: #2A1F00;
	float: right;
	width: 370px;
	background: #FFF;
	padding-left: 15px;
}
#hdradd p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}


#navbar {
	text-align: center;
	color: #4b5921;
	padding: 0px;
	text-transform: none;
	background: #fff;
	height: auto;
	margin: 0px;
	clear: both;
	border-bottom: 3px solid #011289;
	font-size: 0.75em;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

#content {
	background: #fff;
	margin: 0px;
	text-align: left;
	clear: both;
	font-family: Verdana;
	font-size: 0.8em;
	border-bottom: 3px solid #011289;
	padding: 0px 10px;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.3;
}

#content h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.0em;
}
#content h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#content h2 {
	font-size: 1.6em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

#content ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	line-height: 2;
}
#content ul li blockquote p {
	font-size: 1.0em;
}


#sidemenu {
	float: left;
	width: 120px;
	padding-left: 0px;
	background: #fff;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	height: 698px;
	border-right: thin double #b5b392;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #b5b392;
	border-bottom-color: #b5b392;
	border-left-color: #b5b392;
}
#promo {
	background: #FFF;
	text-align: left;
	border-bottom: 3px solid #011289;
}

#promohome {
	background: #FFF;
	float: left;
	border-bottom: 3px solid #011289;
}
#promohome p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#promopic1 {
	width: 365px;
	float: left;
	padding-left: 10px;
	height: 300px;
	padding-right: 10px;
}
#promopic2 {
	width: 365px;
	float: right;
	height: 300px;
	padding: 0px 10px;
}
#promopic3 {
	width: 365px;
	float: left;
	height: 300px;
	padding: 0px 10px;
}
#promopic4 {
	width: 365px;
	float: right;
	height: 300px;
	padding: 0px 10px;
}
#promo h4  {
	text-align: center;
}



#contentRight {
	position: relative;
	float: right;
	top: 0px;
	padding-left: 200px;
}



#footer {
	width: auto;
	text-align: center;
	background-color: #fff;
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.linknoline {
	border-color: #2A5F00;
}
.clear {
	clear: both;
	font-size: 0.0%;
}
