body {
	text-align: center;
	color: #333; 
	min-width: 1000px;
	font-family: Trebuchet MS, Trebuchet, Tahoma, Verdana, Helvetica, Arial, sans-serif;
}

#page {
	text-align: left;
	font-size: 82%;
	line-height: 1.2em;
	
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:676px;
	background-image: url(images/backdrop.png);	
}

#page:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#header 
{
	color: #FFF;

	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:84px;
}

#content 
{
	margin: 0 10px 0 10px;
}

#contentpre
{
	margin: 0 10px 0 10px;
}

#contentholder 
{
	margin-bottom: 20px;
	
	position:absolute;
	left:175px;
	top:84px;
	width:650px;
}

#left {
	position:absolute;
	left:0px;
	top:84px;
	width:175px;
	height:592px;
}

#left_range
{
	position:absolute;
	left: 65px;
	width:70px;
	font-weight:bold;
}

#left_range
{
}

#flash 
{
	margin-left: -10px;
}

#right {
	position:absolute;
	left:825px;
	top:84px;
	width:175px;
	height:592px;
}

#right_range
{
	margin-left: -25px;
	font-weight:bold;
}



.required
{
	color: #C00; 
}

label 
{
	margin-top: 0.5em;
	display: block;
}

.submit
{
	padding-top: 5px;
}

/*NAV -chpc edited */
/* SubNav */

#nav {
	position: absolute;
	top: 58px;
	left: 292px;
	padding-left: 0px;
	color: #FFF;
	font-weight: bold; 
	font-size: 100%;
}

#nav ul{
	padding : 0;
	margin : 0;
	float : left;
}

#nav ul li{
	display : inline;
}

#nav ul li a {
	padding-left : 0.5em;
	padding-right : 0.5em;
	text-decoration : none;
	float : left;
	border-right-color : #ddd;
	border-right-style : solid;
	border-right-width : 1px;
	color: #FFF;
}

#nav ul li a:hover
{
	background: none;
	color: #C00;
}

#nav .selected 
{
	text-decoration: underline;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav li a span {float:none;}
/* End IE5-Mac hack */

/* CLEAR FIX */
#nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #nav ul {height: 1%;}
/* End hide from IE-mac */

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	color: #2D3E93; 
}

h1 {
	font-size: 1.7em;
	line-height: 1em;
	color: #C00;
}

hr
{
	color:#E1E1E1;
}

a
{
	color: #3020A2;
	font-weight: bold;
}

a img
{
	border: none;	
}

img.img_right {
	float: right;
	padding: 5px 0px 5px 10px;
}

img 
{
	padding: 0 0 5px 0;
}

img.img_left {
	float: left;
	padding: 5px 20px 5px 0px;
}

table {
	width: 600px;
	border: 1px solid #999;
	margin: 0.5em;
	font-size: 90%;
}

th {
	background: #8CA584;
}

tr.ll {

}

tr.lm {
	background: #FEA66A;
}

td { 
	padding: 0.2em;
}

.tablefirst {
	text-transform: uppercase;
	font-weight: bold;	
	text-align: center;
}

.tablelong {
	width: 45px;
}

.unisex {
	width: 120px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	background: #E6E6E6;
}

.uni 
{
	background: #E6E6E6;
}

.clear
{
	background: #FFF;	
}

.international
{
	float: left;
}

.local
{
	float: left;
	padding-left: 20px;
}