@charset "utf-8";
/* CSS Document */
.skipnavbutton {
	display: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
H1 {
	font-size: 1em;
	margin: 0px;
	padding-bottom: 0px;
	color: #006700;
	font-weight: normal;
	letter-spacing: 1px;
}
H2 {
	font-size: 0.85em;
	margin: 0px;
	padding-bottom: 15px;
	color: #FFF;
	letter-spacing: 1px;
	font-weight: normal;
}
H2 a{
	color: #FFF;
}
H3 {
	font-size: 0.85em;
	margin: 0px;
	padding-bottom: 15px;
	font-weight: bold;
}
H4 {
	margin: 0px;
	padding-bottom: 15px;
}
H5 {
	margin: 0px;
	padding-bottom: 15px;
}
H6 {
	margin: 0px;
	padding-bottom: 15px;
}
P {
	font-size: 0.75em;
	margin: 0px;
	padding-bottom: 15px;
	color: #FFF;
	line-height: 18px;
	font-weight: normal;
}
UL {
	font-size: 0.75em;
	margin: 0px;
	padding: 0px;
	list-style: none;
	list-style-image: none;
}
LI {
}
img {
	border: 0px;
}
.displaynone {
	display: none;
}
body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0px;
	background-color:#7eba7e;
	background-image: url(images/sce/bg.jpg);
	background-repeat: repeat-x;
}
.maincontainer {
	width: 768px;
	height: auto;
	margin: 0 auto 0;
	background-color: #FFF;
}
.maincontainer2 {
	width: 768px;
	height: auto;
	float: left;
	background-color: #FFF;
}
.maincontainerinside {
	width: 750px;
	height: auto;
	float: left;
	padding: 9px;
}
.maincontainerinsideline1 {
	width: 750px;
	height: 175px;
	float: left;
	padding-bottom: 9px;
	background-image: url(images/sce/topbanner.jpg);
	background-repeat: no-repeat;
}
.maincontainerinsideline1 a{
	width: 750px;
	height: 175px;
	display: block;
}
.maincontainerinsideline2 {
	width: 750px;
	height: auto;
	float: left;
	background-image: url(images/sce/navbg.jpg);
	background-repeat: repeat-y;
}
.maincontainerinsideline3 {
	width: 710px;
	height: auto;
	float: left;
	padding: 20px;
}
.maincontainerinsideline4 {
	width: 750px;
	height: auto;
	float: left;
	padding-bottom: 20px;
}
.boxoutside {
	width: 244px;
	height: auto;
	float: right;
}
.boxoutsideppadding {
	width: 244px;
	height: auto;
	float: left;
	padding-left: 10px;
}
.box {
	width: 244px;
	height: auto;
	float: left;
	text-align: center;
}
.box p{
	width: 244px;
	height: auto;
	float: left;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	color: #006700;
}
.box a{
	width: 244px;
	height: auto;
	display: block;
	color: #006700;
}
.maincontainerinsideline5 {
	width: 750px;
	height: 218px;
	float: left;
	background-image: url(images/sce/bottombanner.jpg);
	background-repeat: no-repeat;
}
.maincontainerinsideline5inside {
	padding: 10px;
}
/* top navigation start */
#topnav {
}
#topnav ul{
	margin: 0px;
	padding: 9px;
	list-style: none;
	list-style-image: none;
	padding-left: 20px;
}
#topnav li{
	display: inline;
	color: #FFF;
	list-style: none;
	list-style-image: none;
	line-height: normal;
	letter-spacing: 1px;
	font-size: 0.75em;
}
#topnav a{
	color: #FFF;
}
#topnav a:hover{
}
/* top navigation end */