body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-x;
}

p {
	color: #333333;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1, h2, h3 {
	font-size: 20px;
	font-weight: bold;
	color: #004000;
	margin: 0px;
	text-align: center;
}
h2, h3 {
	font-size: 18px;
}
a:link {
	color: #003300;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
}
#sitewrap {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #AE8B00;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
}
#masthead {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#menubar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 960px;
	height: 30px;
	font-size: 12px;
	margin-top: -114px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/menuback2.jpg);
}
#menubar ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}

#menubar li {
	display: inline;
	line-height: 30px;
	float:left;
	list-style-type:none;
	background-image: url(images/separator.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 7px;
	padding-left: 3px;
	vertical-align: text-top;
}

#menubar a {
	text-decoration: none;
	color: #000000;
	padding-right: 7px;
	font-weight: bold;
	padding-left: 7px;
}

#menubar a:hover {
	line-height: 30px;
	padding-right: 7px;
	color: #CC0000;
	padding-left: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
}

#content {
	padding-right: 40px;
	padding-left: 50px;
	padding-top: 30px;
}
#content p {
	padding-top: 10px;
}
#content ul {
	list-style-position: inside;
	color: #003300;
	margin-left: 20px;
	vertical-align: middle;
}
#content li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	font-size: 14px;
	padding-top: 10px;
}

.splitcontentleft{
	float:left;
	width:415px;
	background-position: left top;
	margin-bottom: 20px;
	text-align: justify;
}
.splitcontentright {
	float:right;
	width:415px;
	background-position: left top;
	margin-bottom: 20px;
	text-align: justify;
}
.videoleft {
	float:left;
	width:430px;
}
.videoright {
	float:right;
	width:430px;
}
.subcontent {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
}
.clearfix {
	clear: both;
}

#footer{
	clear:both;
	width:960px;
	font-size:12px;
	color:#FFFF00;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/footerback.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	margin-top: 2px;
}

#footer p{
	text-align:center;
	line-height: normal;
	font-size: 12px;
	color: #FFFF99;
}
#footer a{
	color:#FFFF99;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover{
	color:#FF0000;
	text-decoration: underline;
}
.mastsub {
	font-weight: bold;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 13px;
	color: #666666;
	text-align: center;
}
table {
	color: #003300;
	font-size: 12px;
	border: 1px solid #006600;
}
caption {
	font-size: 12px;
	font-weight: bold;
	color: #FFCC00;
	text-transform: uppercase;
	background-color: #006600;
	padding: 6px;
	text-align: center;
	border: 1px solid #003300;
	margin-bottom: 3px;
}
table p {
	font-size: 10px;
	padding: 2px;
	margin: 0px;
}

.tr_color1 {
	background-color: #FFF488;
}

.tr_color2 {
	background-color: #E1FFE1;
}
img.floatright {
	float: right;
	margin-left: 40px;
}
img.floatleft {
	float: left;
	margin-right: 40px;
}
