@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}
p {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:25px;
	margin-top:25px;
}
.bottomlinks {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
h1 {
	font-family:tahoma, Arial, verdana;
	font-size:25px;
	line-height:38px;
	font-weight:bold;
	text-transform:capitalize;
	text-align:center;
	margin-top:0;
	color:#000b9b;
	letter-spacing: -1px;
}
#contenttop {
	background-image: url(../images/content-top.png);
	height: 15px;
	width: 660px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentmid {
	background-image: url(../images/content-mid.png);
	background-repeat: repeat-y;
	height: auto;
	width: 570px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 45px;
	padding-left: 45px;
	overflow: hidden;
}
#contentbottom {
	background-image: url(../images/content-bottom.gif);
	height: 81px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	overflow: hidden;
}
.videocontainer {
	background-image: url(../images/videoplaceholder.gif);
	height: 340px;
	width: 560px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.textfield {
	background-image: url(../images/textfield.png);
	height: 42px;
	width: 205px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.submit-button {
	background-image: url(../images/submit-button.gif);
	height: 53px;
	width: 253px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 5px;
}
