html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background-color: #3a6a9a;
	background-image: url(/images/shadow924b.gif);
	background-repeat: repeat-y;
	background-position: center;
	font-family: arial,sans-serif;
	font-size: small;
	color: #333;
	font-weight: 900;
	}
	
form {
	padding: 5px;
	margin: 0;
	}
	
input {
	color: #900;
	font-weight: bold;
	font-size: 125%;
	}

a img {
	border: none;
	}
	
#header {
	text-align: center;
	}
	
#shadow {
	width: 924px;
	background-image: url(/images/shadow924b.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	}

#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto 0 auto; /* center, not in IE5 */
	width: 900px;
	background: #fafafa;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	}
	
/* ****************Beginning of Menu**************** */

#nav li {
	background-color: #fff7ed;
	border: 1px solid #000;
	border-width: 1px 0;
	}

li#beg {
	border-left-width: 9px;
	}

li#end {
	border-right-width: 9px;
	}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1.2;
	background-color: #fff7ed;
	}

#nav {
	margin: 10px auto 0 auto;
	z-index: 5;
	}

#nav a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #057;
	}

#nav li {
	float: left;
	width: 126px;
	}

#nav ul li a {
	text-align: center;
	}

#nav li ul, #nav li li ul {
	position: absolute;
	border: 1px solid #000;
	width: 126px;
	left: -999em;
	}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul{
	left: auto;
	}
	
#nav li li{
	text-align: center;
	font-size: 12px;
	border: none;
	}
	
#nav li li a  {
	padding: 5px 10px;
	width: 106px;
	}

#nav li a:hover {
	color: #900;
	background-color: #ffebd1;
	}
	
#nav li li a:hover {
	color: #900;
	padding: 5px 5px;
	border: 5px solid #900;
	border-width: 0 5px;
	background-color: #ffebd1;
	}
	
/* ***************End of Menu**************** */

#content {
	padding: 0 30px 100px 30px;
	text-align: center;
	}

#footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-bottom: 10px;
	}

#flashtrans {
	z-index: 1;
	}

.left {
	float: left;
	}
	
.right {
	float: right;
	}
		
.red {
	color: #900;
	font-weight: 900;
	}
	
.blue {
	color: #0ae;
	font-weight: 900;
	}
	
.yellow {
	color: #fa4;
	font-weight: 900;
	}

.italic {
	font-style: italic;
	}
	
.subscript {
	font-size: 10px;
	}
	
.copytext {
	color: #0088CC;
	font-weight: 900;
	margin: 5px 0px 5px 0px;
	border: 1px #B02D31 solid;
	padding: 3px 3px 3px 3px;
	font-size: 14px;
	}
	
a.copytext:link, a.galbutton:link, a.copytext:visited, a.galbutton:visited, a.copytext:active, a.galbutton:active {
	color: #0088CC;
	text-decoration: none;
	}

a.copytext:hover, a.galbutton:hover {
	color: #FFCC33;
	background-color:#B02D31;
	}

h1, .heading {
	color: #0088CC;
	font-weight: 900;
	font-size: 24px;
	}		
		
.disclaimer {
	font-size: 10px;
	padding: 10px 80px 0px 80px;
	}
	
a.fineprint:link, a.fineprint:visited, a.fineprint:active {
	color: #900;
	text-decoration: none;
	}
	
a.fineprint:hover {
	color: #08c;
	text-decoration: underline;
	}

