@charset "UTF-8";
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #009;
}
a:active {
	text-decoration: underline;
	color: #000;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	width: auto;
	background: white;
}
#container {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: transparent;
	color: black;
	float: none;
} 
#header {
	display: none; 
} 
#nav {
	display: none;
}
#footer {
	display: none;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 5px;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 5px;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	background: #fff;
	border: 0;
} 
#mainContent .subhead {
	font-size: 100%;
	color: #009;
}
#mainContent p {
	font-size: 75%;
	line-height: 1.5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent p.list {
	font-size: 80%;
	line-height: 1.5;
	margin: 0px;
	padding-top: 3px;
	padding-right: 50px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mainContent ul {
	font-size: 80%;
	line-height: 1.5;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 100px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
	list-style-type: square;
}
#mainContent li {
	margin-bottom: 3px;
}
/* END Contact Form Styles*/

#mainContent .titlePage {
	font-size: 85%;
	font-weight: bold;
	color: #009;
	padding-top: 15px;
	margin: 0px;
	padding-bottom: 3px;
}
#mainContent .pageHeader {
	font-size: 85%;
	font-weight: bold;
	color: #009;
	padding: 0px;
	margin: 0px;
}
#mainContent h1 {
	font-size: 110%;
	padding: 0;
	color: #009;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#mainContent h3 {
	font-size: 80%;
	padding: 0;
	color: #009;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}
#mainContent p.indent {
	padding-right: 90px;
	padding-left: 30px;
	color: #009;
}

#mainContent p.backTop {
	display: none;
}
#sidebar1 {
	display: none;
}

/* Contact Form Styles*/

#form {
	margin:0;
	padding:0;
	max-width:615px;
}
.contactTable {
	font-size: 80%;
}
label {
	display:block;
}
.movie {
	font-size: 80%;
	line-height: 1.2;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
textarea {
	width:540px;
	height:150px;
}
.textInput {
	width:230px;
}
.chkRad {
	float: left;
	margin-bottom: 15px;
	margin-right: 20px;
}
.warning {
	color:#CC0000;
}
.clearIt {
	clear: both;
}
#hidden { 
	display: none; /* this class hides form input field that is used to trap spam bots */
}

