								/*BASICS*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #fff;
	width: 950px;
	margin: 0 auto;
	padding: 0;
	font-family: arial, helvetica, sans serif;
	background: url(../images/backgrounds/faux.jpg) repeat-y 50%;
}


#header {
	background: url(../images/backgrounds/header.jpg);
	width: 940px;
	height: 149px;
	margin: 0 auto;
}
#container {
	width: 950px;
	margin: 0 auto;
}
#container img {
	border: 0;
}
#content {
	width: 760px;
	float: left;
	background: #fff;
	margin: 0 auto;
	margin: 0px 0 0px 10px;
	padding: 10px 0 10px 0;
	min-height: 550px;
}
#content li {
	background: #fff;
	width: 610px;
	line-height: 0em;
	list-style: circle inside;
}
#content li a:link {
	color: black;
	text-decoration: none;
}
#content li a:hover {
	margin: 0;
	text-decoration: underline;
}
#sidebar {
	width: 165px;
	margin-right: 4px;
	float: right;
	top: 17px;
	text-align: center;
	font-size: 8pt;
	padding: 10px 5px 0 5px;
	border-left: 1px solid #000;
}								/*NAVIGATION*/
#navigation {
	width: 938px;
	height: 26px;
	background: #027440;
	padding-top: 10px;
	margin-left: 7px;
	text-align: center;
	font-family: georgia, serif;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}
								/*NAVIGATION ACTIONS*/
ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 0px;
}
#navigation li { /* all list items */
	width: 130px;
	background: #027440;
	color: #000;	
	display: inline;
	position: relative;
}
#navigation li a {
	padding: 10px 3px 10px 3px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}
#navigation li a.active, #navigation li a:hover {
	background: #fff;
	color: #000;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

								/*FOOTER*/
#bottomcontent {
	width: 940px;
	margin: 0 auto;
	margin: 0 5px 0 5px;
	text-align: center;
	clear: both;
	font-size: 10pt;
	padding: 10px 0 0 0;
	border-top: 1px solid #000;
}
#bottomcontent a:link, #bottomcontent a:visited {
	color: #333;
	text-decoration: none;
	font-size: 7pt;
}
#bottomcontent a:hover {
	text-decoration: underline;
}
#footer {
	background: url(../images/backgrounds/footer.jpg);
	width: 949px;
	height: 6px;
	margin: 0 auto;
	margin-left: 1px;
}

							/* HERE ARE THE ACTUAL BODY MODIFICATIONS */
							
h1 {
	color: #000;
	border-bottom: 1px solid #000;
	font-family: georgia;
	font-size: 14pt;
	margin-bottom: 10px;
}
h2 {
	text-align: center;
	margin: 10px 0 0 0;
	color: #000;
	font-family: georgia, serif;
	font-size: 13pt;
}
h3 {
	color: #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-family: georgia;
	font-size: 12pt;
}
h6 {
	color: red;
	font-size: 12pt;
	line-height: .5em;
}
.hidden {
	display: none;
}
.center {
	text-align: center;
}
#content p {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 1.5em;
	background: #eee;
	text-align: justify;
}
#content li {
	line-height: 1.5em;
}
blockquote {
	padding: 0 20px 0 20px;
}
.big {
	font-size: 26pt;
	border: 1px solid #000;
	padding: 3px;
	font-family: courier, monotype;
}
.small {
	font-size: 8pt;
	font-family: times, serif;
	color: #666;
}
.floatleft {
	float: left;
	border: 1px solid #000;
	padding-top: 3px;
	padding-left: 3px;
	margin: 0 5px 5px 0;
}
.red {
	color: red;
}
.form {
	font-size: 10pt;
}
#headl {
	float: left;
	margin: 0 0 10px 0;
	width: 755px;
	border: 1px solid #000;
	background: #eee;
}
h6 {
	line-height: 1.2em;
}
form {
	padding: 10px;
	margin: 10px;
	background: #eee;
	line-height: 1.5em;
	border: 2px solid #888;
}
form input {
	position: center;
}
#content .videotext {
	background: #efefef;
	font-size: 10pt;
	line-height: 1.1em;
}
#content .videotext li {
	background: #efefef;	
}
em {
	text-decoration: underline;
}
form .one {
	padding-right: 10px;
}
form .two {
	padding-right: 14px;
}
form .three {
	padding-right: 36px;
}
form .four {
	padding-right: 42px;
}	
form .five {
	padding-right: 60px;
}
marquee {
	background: #eee;
	padding: 10px;
	border: 1px solid #555;
	margin: 0 2px 0 0;
}
#orientationtext {
	width: 400px;
	height: 300px;
	border: 2px solid #ccc;
	overflow: auto;
	margin: 0 auto;
}
#orientation form input {
	position: relative;
}