/* CSS Document */
body {
	background-image: url(../images/bkg-strip.jpg);
	margin: 0;
}
body, td {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
a, a:link, a:visited, a:active {
	color: #A80077;
	text-decoration: underline;
	padding-bottom: 2px;
}
li {
	margin-bottom: 16px;
}

a:hover {
	color: #A80077;
	text-decoration: underline;
	padding-bottom: 2px;
}
#wrapper {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h1 {
	font-size: 18px;
	color: #333333;
	font-weight: bold; 
}
h2 {
	font-size: 18px;
	color: #A80077;
}
h3 {
	font-size: 18px;
	color: #E88A00;
}
h4 {
	font-size: 14px;
	color: #2B308D;
}
h5 {
	font-size: 16px;
	color: #2B308D;
}
h6 {
	font-size: 18px;
	color: #2B308D;
}
.smallText {
	font-size: 11px;
line-height: 14px;

}
.video_player {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/video_player.jpg);
	height: 300px;
	width: 366px;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 48px;
}
.video_player #player {
	margin: 0px;
	padding: 0px;
}


.form {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.form p {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
}
.form p.alt {
	background-color: #F4F4F4;
}
.form p label {
	width: 190px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.form p input {
	width: 360px;
}
.form p textarea {
	width: 360px;
	height: 80px;
}
.form p .clear {
	clear: both;
	float: none;
	width: 580px;
	text-align: left;
	padding-right: 0px;
	margin-bottom: 10px;
}
.form .align_buttons {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.form .align_buttons input {
	font-size: 18px;
	padding: 4px;
}
