@charset "UTF-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	background-color: #630;
	background-image: url(../images/logos_headers/background_colors.png);
	background-repeat: repeat-y;
	background-position: 50%;
	background-attachment: fixed;
}
p {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.pindent {
	margin-left: 40px;
}
h1
 {
	font-size: 28px;
	color: #003300;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 20px;
	color: #003300;
	margin: 0px;
}
h3 {
	font-size: 18px;
	color: #003300;
}
.notehead {
	font-size: 14px;
	background-color: #630;
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #FFFFb3;
	text-align: left;
	width: 191px;
	text-indent: 10px;
	font-weight: bold;
}
.sidebartext {
	width: 175px;
	margin: 0px;
	padding-left: 10px;
}
.sidebarredtext {
	font-style: italic;
	color: #CC3300;
	text-align: left;
	text-indent: 10px;
	margin-top: 0px;
	width: 191px;
}
.centergraphic {
	text-align: center;
	width: 400px;
	border-bottom-width: 3px;
	border-bottom-color: #999999;
	background-color: #FFFFFF;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #663333;
	text-decoration: underline;
}
a:visited {
	color: #393;
}
a:hover {
	color: #B4D4FE;
	background-color: #663333;
}
a:active {
	color: #FF0000;
}

.twoColElsLt #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto;
} 

.twoColElsLt #sidebar1 {
	float: left;
	width: 200px;
	padding-bottom: 15px;
}
.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/*main content*/

.twoColElsLt #mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 210px;
} 

/* 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;
	width: 150px;
	clear: right;
	font-style: italic;
	color: #996600;
}
.fltlft { /* this class can be used to float an element left in your page */
	margin-right: 8px;
	width: 150px;
	color: #996600;
	position: relative;
	float: left;
}
.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;
}
.caption {
	font-style: italic;
	color: #996600;
}
.footer {
	float: none;
	clear: both;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.sidebarcenter {
	text-align: center;
}
.newsdate {
	font-style: italic;
	color: #CC3300;
}
.newsletterheader {
	font-size: 14px;
	width: 600px;
	color: #FFFFb3;
	background-color: #663300;
	font-weight: bold;
}
.newsletterphoto {
	margin-left: 10px;
	width: 150px;
	height: 200px;
	float: left;
}
.newslettercontent  {
	width: 550px;
	position: static;
	height: 200px;
}
.newsletterbox {
	position: relative;
}
.navboxcont_content { width: 100%; height:100px}
.navboxleft_content { width:100px; float:left; height:100px}
.list {
	list-style-position: inside;
	margin-left: 20px;
}
.flrt250 {
	float: right;
	margin-left: 8px;
	width: 250px;
	clear: right;
	font-style: italic;
	color: #996600;
}
.flrt150 {
	float: right;
	margin-left: 8px;
	width: 150px;
	clear: right;
	font-style: italic;
	color: #996600;
}
