﻿body 
{
	background-color: #aaaaaa;
	font-family: verdana;
	text-align: center;
	min-width: 900px;
}
sub
{
	font-size: 9px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;	
}
sup
{
	font-size: 9px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;	
}
p
{
	font-size: 12px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;
}
td
{
	font-size: 12px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;
}
h3
{
	font-family: verdana;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
h2
{
	font-family: verdana;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
br
{
	font-size: 12px;
	color: black;
	font-family: verdana;
	line-height: 1.5em;	
}
ol
{
	margin-top: 0px;
	margin-bottom: 0px;
}
ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}
li
{
	font-size: 12px;
	color: black;
	font-family: verdana;
}

/* ------------------- font sizes ----------------------*/
.bluefontbold16
{
	color: #093C69;
	font-family: verdana;
	font-size: 16px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
.bluefontbold12
{
	color: #093C69;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
.bluefont12
{
	color: #093C69;
	font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;	
	font-weight: normal;
}
.greenfont12
{
	color: green;
	font-family: verdana;
	font-size: 12px;
	line-height: 1.5em;	
	font-weight: normal;
}
.bluefontbold14		 /*  really is green  now*/
{
	color: green;
	font-family: verdana;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
.redfontbold14		  
{
	color: red;
	font-family: verdana;
	font-size: 14px;
	text-align: left;
	line-height: 1.5em;	
	font-weight: bold;
}
.hotel
{
	background-color: #COCOCO; 	
	width: 860px;
	height: 166px;
	margin: 0 auto;
	border-color: Black;
	border-width: medium;
	padding: 20px 40px 20px 40px ;
	
}
/*--------------------------- links -----------------------------*/
A.text:link
{
	font-size: 12px;
	color: #0F75BD;
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
}
A.text:visited
{   
	font-size: 12px;
	color: #0F75BD;
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
}
A.text:hover
{   
	FONT-SIZE: 12px; 
	COLOR: #FFAE34;			/*  F7941D   */   
	font-family: verdana;	
	text-decoration: underline;
	font-weight: bold;
}
A.textred:link
{
	font-size: 14px;
	color: red;
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
}
A.textred:visited
{   
	font-size: 14px;
	color: red;
	font-family: verdana;
	text-decoration: underline;
	font-weight: bold;
}
A.textred:hover
{   
	FONT-SIZE: 14px; 
	COLOR: green;			   
	font-family: verdana;	
	text-decoration: underline;
	font-weight: bold;
}
   /*  use for blue nav bar at top   */
A.bluenav:link
{
	font-size: 12px;
	color: white;
	font-family: verdana;
	text-decoration: none;
}
A.bluenav:visited
{   
	FONT-SIZE: 12px; 
	COLOR: white; 
	font-family: verdana;
	text-decoration: none;
}
A.bluenav:hover
{   
	FONT-SIZE: 12px; 
	COLOR: #FFAE34;			/*  FFAE34   */
	font-family: verdana;	
	text-decoration: underline;
}
   /*  use for footer links at bottom of page   */
A.footerlink:link
{
	font-size: 9px;
	color: #ffffff;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.footerlink:visited
{   
	FONT-SIZE: 9px; 
	COLOR: #ffffff;   /*  660000   */
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
}
A.footerlink:hover
{   
	FONT-SIZE: 9px; 
	COLOR: #FFAE34;  
	font-family: verdana;
	font-weight: bold;	
	text-decoration: underline;
}
.rightborder 
{ 
border-right: 1px solid #cccccc;				/*  #0F75BD; */
} 

/*----------------- Element IDs ------------------------*/
#wrapper
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;	
}	
#contentwrapper    /*   DELETE  	float: right; */
{
	width: 900px;
	background-color: #ffffff; 
	float: left;        	
}			
#content         /*   keep  */
{
	width: 690px;
	background-color: #ffffff;
	float: left;  
}			
#contentrightnav        /*   keep  */
{
	width: 190px;
	background-color: #ffffff; 
	float: right; 
	margin-right: 2px;

}		
#footer
{
	background-color: #0F75BD;  /* #F9AF58  #F7941D;*/
	font-size: 9px;
	color: #ffffff;
	font-family: verdana;
	text-align: center;
	padding-bottom: 2px;
	padding-top: 2px;
} 
#topnav
{
	width: 900px;
	height: 30px;
	float: left;
	background-color: #ffffff; 
}
#bluenavbar
{	
	width: 900px;
	background-color: #0F75BD;			 
	background-repeat: no-repeat;
	height: 20px;
/*	padding-top: 3px;        */
	font-size: 16px;
	font-family: verdana;
	text-indent: 30px;
	float: left;
	margin-top: 3px;
}
 /*   delete  


#bluenavbarright
{	
	background-color: #ffffff; 
 	background-image: url(images/ButtonRegisterNow45.gif);    
	background-repeat: no-repeat;
	width: 160px;	
	height: 45px;
	float: right;
}
*/