@charset "utf-8";


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;
	background-image: url(/Templates/images/bg-2.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 500px;
	background-color: #5BC364;
}
#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #318236;
	border-right-width: 4px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #42AF1E;
	border-right-color: #42AF1E;
	border-bottom-color: #42AF1E;
	border-left-color: #42AF1E;
}
#header  {
	height: 205px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #5BC364;
	border: 2px solid #42AF1E;
}
#headertext {
	color: #555555;
	text-align: right;
	float: right;
	width: 400px;
	height: 100px;
	padding-top: 2px;
	padding-right: 7px;
	font-weight: bolder;
}

#cse-search-box  {
	padding-right: 5px;
	padding-left: 5px;
	margin: 10px;

}
#ContentHolder   {
	padding: 0px;
	min-height: 500px;
	font-style: normal;
	background-color: #FFFFFF;
}
#mainContent      {
	padding-right: 7px;
	padding-left: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
	min-height: 500px;
}
#container  #sidebar  {
	float: left;
	position: relative;
	font-size: large;
	width: 180px;
}
#footer  {
	background-color: #FFFFFF;
	height: 65px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-image: url(/Templates/images/footer-2.jpg);
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: lighter;
}
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #318236;
	margin-top: 0px;
	font-weight: bolder;
}
.titletext {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-top: 0px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #318236;
	margin-top: 0px;
}
p {
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent   li      {
	list-style-type: square;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.imageleft {
	float: left;
	padding-right: 8px;
	padding-left: 5px;
}
.imageright {
	float: right;
	padding-right: 5px;
	padding-left: 8px;
}
hr {
	color: #000000;
}
a:visited {
	color: #242D37;
}
#headertext a {
	color: #555555;
	text-decoration: none;
	font-weight: bolder;
}
#mainContent a {
	color: #318236;
	font-weight: bolder;
	text-decoration: none;
}
