/* CSS Document */
html {
	font: 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
}

body {
	background-image: url(../images/background.jpg);
	background-color: #205681;
	margin: 0px;
	padding: 0px;
}
#innerContainer {
	background-color: #5387AE;
}
#banner {
	background: #5387AE url(../images/mainimage-new.jpg) no-repeat;
	height: 145px;
}
#spacer1 {
	height: 71px;
	width: 750px;
}
#sunEntMarquee {
	/* background: url(../images/selogo5.jpg) no-repeat right; */
	height: 39px;
	margin: 0px 0px 100px;
	padding: 0px;
	width: 750px;
}
#banner h1 {
	margin: 0px;
	padding: 0px 6px;
	text-align: right;
	color: #FBC22A;
	font-size: 28px;
}
#headline {
	height: 56px;
}
#mainNav{
	text-align: center;
	width: 750px;
	background: url(../images/navbar2.jpg) repeat-x;
	height: 54px;
	color: #AB7F43;
	font-weight: bold;
}
#content {
	background: #FFFFFF;
	line-height: 1.2;
	margin: 6px auto 0px;
	width: 700px;
	padding: 6px;
	border: 1px solid #333333;
}
#footer {
	width: 740px;
	margin: 10px auto;
	text-align: center;
}
.imgBorder {
	border: 1px solid #333333;
}
#mainNav a:link,#mainNav a:visited {
	color: #AB7F43;
	text-decoration: underline;
	font-weight: bold;
}
#mainNav a:hover,#mainNav a:active {
	color: #F3C145;
	text-decoration: underline;
	font-weight: bold;
}
a:link, a:visited {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.red {
	color: #CC0000;
}
#content h1 {
	font-size: 22px;
}
#content h3 {
	font-variant: small-caps;
}
.tw {
	font: 10px Arial, Helvetica, sans-serif;
}
li {
	list-style: url(../images/bullet.gif)
}
form {
	margin: 0px;
	padding: 0px;
}
legend {
	color: #333333;
	font-weight: bold;
}
.buffer li{
	padding-top: 5px;
	padding-bottom: 5px;
}
.margin ul {
	padding-left: 10px;
	margin-left: 10px;
}
