@charset "UTF-8";
.menuitem {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none}
#apDiv2 {
	position:absolute;
	left:604px;
	top:143px;
	width:186px;
	height:118px;
	z-index:1;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: #BFD2AE;
	margin-left: 0px;
	height: 600%;
	clear: both;
	padding-right: 0px;
	padding-top: 0px;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/back1_04.gif);
	background-repeat: repeat-x;
}
#container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/back1_04.gif);
	background-repeat: repeat-x;
} 
#header {
	
}
.header1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #103A2E;
}
a:link {
	color: #3C5D4C;
}
a:visited {
	color: #3C5D4C;
}
.boxbullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #3C5D4C;
	padding-left: 15px;
}
.content {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 83px;
	clear: none;
	float: none;
} 
#footer {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
} 
.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;
}
.box-header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	color: #103A2E;
	padding-left: 15px;
}
.boxcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #103B2F;
	right: 0px;
	clear: none;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}
#apDiv1 {
	position:relative;
	left:599px;
	top:300px;
	width:241px;
	height:108px;
	z-index:1;
	padding: 0px;
	margin-top: 0px;
}

#homeContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0px;
	clear: none;
	float: none;
	width: 590px;
}
