@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(topgradient.png);
	background-position:0 125px;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#swfmargin{
	float:left;
	padding-top:30px;
	}

#bottomgradient {
	background-image:url(bottomgradient.png);
	background-repeat:repeat-x;
	width:100%;
	height:94px;
	
	}

#container {
	width: 890px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear:both;
 }
	
	
 #header {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	float:left;
	background-image:url(Header.png);
	background-repeat:no-repeat;
	width:890px;
	height:76px;
	background-color:#FFF;
	position:relative;
	
 

}
#floatleft {
	padding-top:25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:5px;
	color:#000;
	width:60%;
	float:left;
	font-size:12px;
}


#floatright {
	float:right;
	padding-top:30px;
	width:33%;
	font-size:12px;
	color:#000;

	}
	
	#floatright p {
		background-color:#EEE;
		padding:15px;
		}
		
	#floatright p br {
	line-height:4px;
		}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}
	#footer p{
		color:#666;
		}

.clear{
	clear:both;
	}

#container #footer {
	background-color: #FFF;
	color:#000;
	width:890px;
	font-size:10px;
	padding-top: 1px;
	margin:0;
}

/* Main Navigation Appearance */

#header ol {
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	position:absolute;
	right:0px;
	bottom:0px;
	text-decoration: none;
}

#header ol li {
	float:left;
	list-style-type: none;
	padding-top:5px;
	margin:0px;
	}
	
#header ol li a{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	font-size: 13px;
	text-decoration:none;
	color:#666;
	border-color:#CCC;
		}
	
	#header ol li a:link, #header ol li a:visited{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	text-decoration:none;
	color:#666;
	border-color:#CCC;
	}
	
	#header ol li a:hover{
		color:#999;
	}
	
	#header ol li a.lasttopright {
		border:none;
		}
		
	#header ol li a.lasttoprightcurrent {
		border:none;
		color:#FFF;
		}
		
	#header ol li a.current,#header ol li a.current:hover,#header ol li a.current:active{
	color:#999;
	background:#fff;
		}
	
	#header ol li a.currenttr,#header ol li a.currenttr:hover,#header ol li a.currenttr:active{
	color:#999;
	cursor:default;
	border:none;
		}
		
/* End Main Navagation Appearance*/


/* Top Right Navigation Appearance */

#header ul {
	list-style:none;
	font-family:Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	position:absolute;
	right:0px;
	top:0px;
	text-decoration: none;
}

#header ul li {
	float:left;
	list-style-type: none;
	padding-top:5px;
	margin:0px;
	}
	
#header ul li a{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	font-size: 10px;
	text-decoration:none;
	color:#CCC;
	border-color:#CCC;
		}
	
	#header ul li a:link, #header ul li a:visited{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	font-size: 10px;
	text-decoration:none;
	color:#CCC;
	border-color:#CCC;
	}
	
	#header ul li a:hover{
		color:#999;
	}
	
	#header ul li a.lasttopright {
		border:none;
		}
		
	#header ul li a.lasttoprightcurrent {
		border:none;
		color:#FFF;
		}
		
	#header ul li a.current,#header ul li a.current:hover,#header ul li a.current:active{
	color:#999;
	background:#fff;
		}
	
	#header ul li a.currenttr,#header ul li a.currenttr:hover,#header ul li a.currenttr:active{
	color:#999;
	cursor:default;
	border:none;
		}
 /* End Top Right Navigation*/
	
	#footer a {
		text-decoration:none;
		color:#999;
		}
	#footer a:hover {
		color:#333;
		}
		
	.form {
	color:#333;
	background-color:#CCC;
	background-repeat:no-repeat;
	border:none;
	padding:10px;
	border:solid thin;
	border-color:#999;
}

.form a{
	text-decoration:none;
	font-size: 11px;
	color:#666;
	}

table{
	margin:auto;
	color:#333;
	font-size:12px;

	}
	
#table p{
	color:#666;
	}
	
#table ul{
	list-style:inside;
	margin:0;
	padding:0;
	}

.padding{
	margin-top:3px;
	}
h1 {
	font-size:18px;
	font-weight:100;
	}
	
  hr {
      color: #CCC;
      background-color: #CCC;
      height: 1px;
    }

table a {
		text-decoration:none;
		color:#999;
		}

table a:hover {
	color:#333;
	}
	
INPUT.hintTextbox { color: #888; } INPUT.hintTextboxActive { color: #000; } 

textarea.hintTextbox { color: #888; } textarea.hintTextboxActive { color: #000; } 
