@charset "UTF-8";
/* -------- basic styling ------ */
* {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

  body {
	background-color: #FFF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/body_bg-3.gif);
	background-position: center;
	color: #3B29CC;
  }
#wrapper {
	position:relative;
	text-align:left;
	background-position: left;
	padding: 0px;
	color: #3B29CC;
	width: 820px;
	background-color: #FFF;
	margin: auto;
	}

#movie {
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 9px;
	text-align: center;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 80%;
	font-weight: bold;
	color: #F00;
}

h6 {
	font-size: 75%;
	font-family: Tahoma, Arial, sans-serif;
	color: #FFF;
}
h5 {
	font-size: 75%;
	font-family: Tahoma, Arial, sans-serif;
	color: #F00;
}
#formFields1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000080;
}
#red {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	text-align: center;
}
#bold {
	font-weight: bold;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000080;
}

#alignRight {
	text-align: right;
}

#navbuttons  a {
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #3B29CC;
	font-weight: normal;
	width: 145px;
	font-size: 8pt;
	font-family: Tahoma, Arial, sans-serif;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	position: relative;
	float: right;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	text-align: left;
}

#navbuttons  a:hover {
	background-color: #F00;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: left;
}

#formTop {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000080;
}
#red {
	color: #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	text-align: center;
}
#bold {
	font-weight: bold;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #000080;
}
#formFields1 {
	text-align: left;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 85%;
	color: #000080;
}
#SampleLinks a {
	color: #360;
}
	
a:link {
	color:#0FF;
	text-decoration:none;
	text-align: left;
}

a:visited {
	color:#0FF;
	text-decoration:none;
	text-align: left;
}
a:hover {
	color:#F00;
	text-decoration:none;
	text-align: left;
}
a:active {
	color:#F00;
	text-decoration:none;
	text-align: left;
}

#clear {
	clear:both;
	}
/* ------ position container elements ----- */

#footer {
	color: #000080;
	font: .8em "Trebuchet MS", Helvetica, sans-serif;
	margin-top: 5em;
	text-align: center;
	}
#SampleLinks a:hover {
	color: #F00;
}
