body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}
h1 {
	padding: 10px;
	margin: 0px;
	font-size: 1.3em;
	color: #FFFFFF;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
	font-size: 0.8em;
}
select {
	font-family: Arial, Helvetica, sans-serif;
}
input {
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.redtext {
	color: #FF0000;
}




#allcontent {
	width: 766px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-bottom: 0px;
}

#header {
	background-image: url(../images/header.jpg);
	height: 86px;
	width: 766px;
}

#maincontent1 {
	width: 510px;
	background-image: url(../images/side-border.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;

}

#maincontent2 {
	width: 510px;
	background-image: url(../images/side-border.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	
}


#maincontent3 {
	background-image: url(../images/top-border.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#maincontent4 {
	background-image: url(../images/bottom-border.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 510px;
	padding-bottom: 25px;

}
#introtext {
	padding: 10px;
	font-size: 1em;
}
#introtext p {
	font-weight: normal;
}
#headersection {
	background-image: url(../images/header-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#video {
	height: 320px;
	width: 352px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#video img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#copyright {
	font-size: 0.8em;
	font-weight: normal;
	color: #999999;
	clear: both;
	padding: 15px;
}
#copyright a {
	text-decoration: underline;
	color: #999999;
}

#clearboth {
	clear: both;
}

