@charset "utf-8";

html {
	background-color: #FFFFFF;
}

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: left; /* 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, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 2em;
}
h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	font-style: normal;
}

.twoColFixRtHdr #container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
} 
#shadow {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
}

.twoColFixRtHdr #header {
	background-repeat: no-repeat;
	float: none;
	height: 200px;
	margin-top: 100px;
	width: 780px;
} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 200px;
	margin-right: 12px;
	margin-left: 5px;
	background-image: url(assets/sidebar_graphic.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 275px;
	padding-top: 100px;
	margin-top: 25px;
}
#navbar {
	float: right;
	height: 83px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
}


.twoColFixRtHdr #mainContent {
	background-color: #e7f1b4;
	padding-right: 250px;
	padding-left: 20px;
	border: 10px solid #6A8E49;
	background-image: url(assets/sidebar_graphic.png);
	background-repeat: no-repeat;
	background-position: right top;
} 
.twoColFixRtHdr #footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	background-color: #FFFFFF;
	float: left;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	margin-top: 1px;
	padding-left: 28px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.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;
}
h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
	font-size: small;
}
a:hover {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #7EBD42;
	font-size: medium;
	text-decoration: none;
}

