/* global */
html{height: 100%;}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990033;
	text-decoration: underline;
}
font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
}

img {
	padding: 0px 0px 0px 0px;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0em 0;
	}

.r {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.AM	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.c
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}


table { 
margin-left : auto;
margin-right : auto;
}
/* layout */
#container {
	min-height: 100%;
	margin-bottom: -36px;
}
#main
{
	background: #FFFFFF;
	color: #5A6370;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	margin-bottom: -36px;
    min-height: 100%;
	overflow: hidden; 
}

#menu
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 21px 0px 19px;
  width: 900px;
  height: 50px;
  font-size:16px;
  text-transform: uppercase;
  background: #000000;
  color: #000000;
  font-family:Georgia, "Times New Roman", Times, serif;
}


#footer {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: 0px; /* negative value of footer height */
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 900px;
	height: 250px;
	font-size:10px;
	background: #000000;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
}

#header-spacer{
	height:47;
}


#header {
	margin-left: auto;
	margin-right: auto;
	margin-top:0em;
	padding: 5px 10px 5px 0px;
	width: 900px;
	height:50px;
	font-size:10px;
	background: #000000;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	clear: both;
}both; 
/* content */

#content2
{ margin-left: auto; 
  margin-right: auto;
  margin-top:0;
  width: 900px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 
#logo
{ background: #FFFFFF;
width: 900px;
height: 240px;
  color: #5A6370;
}

#spacer {
   width: 900px;
   height: 222px;
   background:url(../orientationimgs/images/orientation2_02.gif);
}

body {
	background-attachment: scroll;
	background-color: #666666;
	background-repeat: repeat;
	height: auto;
}

/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

