@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #CECE9C;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #cccc99;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #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: 15px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 20px 30px;
	background-image: url(graphics/green_back_pg.jpg);
}
.twoColFixLtHdr #sidebar h2, {
	text-align:center;
	padding:10px 30px 9px 0;
	margin:0 0 0 -1px;
	background:url(graphics/green_back_pg_top.jpg) top no-repeat;
	font-weight:400;
}
.twoColFixLtHdr #mainContent {
	margin: 0 10px 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-color: #EBE5B5;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}

.navbut p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
		text-decoration: none;
		}
.navbut a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.navbut a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	height: 14;
	width: auto;
}

.navbut a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	background-color: #CC9355;
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	height: 14;
	width: auto;
}
#boxes {
	float:left;
	width:210px;
	margin-top: 15px;
}
#box2,#box3 {
	margin-bottom:20px;
	background-image:url(graphics/dropbox/images/drop-box_02.gif);
	background-position:left bottom;
	background-repeat:no-repeat
}
#box1 h2,#box2 h2,#box3 h2 {
	text-align:center;
	padding:10px 30px 9px 0;
	margin:0 0 0 -1px;
	background:url(graphics/dropbox/images/drop-box_01.gif) top no-repeat;
	font-weight:200;
	font-size: 16px;
}
#box1 p,#box2 p,#box3 p {
	padding:05px 19px 10px 12px;
	margin:0;
	font-size: 14px;
}

#right_boxes {
	float:right;
	width:250px;
	margin:10px;
}
#right_box1,right_#box2,right_#box3 {
	margin-bottom:20px;
	background-image:url(graphics/images/drop-box-right_02.jpg);
	background-position:left bottom;
	background-repeat:no-repeat
}
#right_box1 h2,#right_box2 h2,#right_box3 h2 {
	text-align:center;
	padding:10px 30px 9px 0;
	margin:0 0 0 -1px;
	background:url(graphics/images/drop-box-right_01.jpg) top no-repeat;
	font-weight:400;
	color: #643200;
}
#right_box1 p,#right_box2 p,#right_box3 p {
	padding:9px 19px 24px 12px;
	margin:0;
}

.bot_navbut p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6677AA;
		text-decoration: none;
		}
.bot_navbut a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6677AA;
		text-decoration: none;
}

.bot_navbut a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #6677AA;
		text-decoration: none;
}

.bot_navbut a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #B0BD54;
	background-color: #617DAC;
	background-position: center;
	font-weight: bold;
	text-decoration: none;
	height: auto;
	width: auto;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 5px;
	background-color: #CC9933;
	background-image: url(graphics/green_back.gif);
	padding-top: 15px;
	margin-right: 7px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #006600;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CDBC46;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #660000;
}


a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #605C9B;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
}

