@charset "utf-8";
/* CSS Document */
:link,:visited { text-decoration:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ol,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input,ul,li{ margin:0; padding:0 } 
a img,:link img,:visited img { border:none } 
address { font-style:normal } 
li { list-style:none;}

/*HTML Tags - START*/
BODY {
	text-align:center;
	margin-top:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-bottom:70px;}
	
H1 {
	color:#01b5dd;
	font-size:16px;}

H2 {
	color:#00b6de;
	font-size:16px;}
	
A {
	text-decoration:none;
	color:#000000;}
	
A:HOVER {
	color:#01b5dd;}
	
/*HTML Tags - END*/

.highlight {
	background-color:#00FF00;}

#container {
	width:884px;
	margin:0px auto;
	text-align:left;}

	#top {}
	
		#top-logo {
			float:left;
			width:319px;}
		
		#top-nav {
			float:left;
			padding-top:23px;}
			
			#top-nav UL {}

			#top-nav LI {
				float:left;}
				
			#top-nav .separator {
				margin:0 10px 0 10px;}
				
			#top-nav A {
				color:#000000;
				text-decoration:none;}
				
			#top-nav A:HOVER {
				color:#00b6de;}

#content {
	border:0px none;

	_width:891px;
	margin-top:25px;
}
	
	#content-mid-right UL {
		margin-left:25px;}
		
	#content-mid-right A{
		color:#01b5dd;
		font-weight:bold;
		text-decoration:none;}
		
	#content-mid-right A:HOVER{
		color:#000;
		font-weight:bold;
		text-decoration:none;}
	
	#content-mid-right LI{
		list-style:disc;}

#footer {
border-top:1px solid #000;}
	
	#footer-top {
		height:84px;}
		
		#footer-top-left {
			float:left;
			width:292px;}
			
		#footer-top-right {
			float:left;
			margin-left:27px;
			margin-top:32px;
			display:inline;
			font-size:9px;}
			
		#footer-top-right A {
			color:#000000;
			text-decoration:none;}
		#footer-top-right A:HOVER {
			text-decoration:underline;}
			
	#footer-bottom {}
		
		#footer-bottom-left {
			float:left;
			width:292px;}
			
		#footer-bottom-left IMG {
			margin-right:28px;
			margin-top:22px;
			display:inline;}
			
		#footer-bottom-right {
			float:left;
			margin-left:27px;
			display:inline;}

.clear {
	clear:both;
	height:1px;}
	
	
