/* to define "bullet" style:  LI list-style: type position image */ 
BODY  {
	font-style : normal;
	color : #000000;         /* black */
	background-color : #99CCFF;    /* light blue */
	text-decoration : none;
	margin:0px 4px 0px 4px;
}

P  {
	font: normal normal normal small georgia,serif; 
	color: #000000;
}

LI {
	list-style: disc inside none; 
	font: normal normal normal small Georgia,serif;
}

LI UL LI {
	list-style: circle inside none; 
	font: normal normal normal small Georgia,serif;
}
H1  {
	font: normal normal bold x-large Georgia,serif;
	color : #FFFFFF;  /* white */
	text-align : left; 
	background-color : #000066; 
							/* dark blue */	
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 4px;
	padding-bottom : 4px;
	border-left-width : thin;
	border-right-width : medium;
	border-top-width : thin;
	border-bottom-width : medium;
}


H2  {
	font: normal normal bold large Georgia,serif;
	color : #000066;        /* dark blue */
	text-align : left; 
	background-color : #00FFFF;  /* aqua */
	padding-left : 8px;
	padding-right : 8px;
	padding-top : 4px;
	padding-bottom : 4px;
	border-left-width : thin;
	border-right-width : medium;
	border-top-width : thin;
	border-bottom-width : medium;
}

H3  {
	font: normal normal bold medium Georgia,serif;
	color : #000066;        /* dark blue */
	text-decoration : overline;
	text-align : left;
	text-transform : capitalize;
}

A  {
	color : Blue;
	text-decoration: underline;
}

A:Visited  {
	color : #000066;         /* deep-dark blue */
	text-decoration: underline;
}

A:Active  {
	color : #CC0000;        /* dark red */
	text-decoration: underline;
}

A:Hover  {
	color : #009900;        /* dark green */
	text-decoration: underline overline;
}

DT {
	background-color : #003399;  /* dark blue */
	border-color: #FFFFFF; 
	border-width: medium;
	padding: 4px;
	color : #FFFFFF;   /* white */
	font-weight : Bold;
	font-size : medium;
}

DD  {
	font-weight: Normal;
	border-width:medium; 
	border-color:#6699CC;
}


address {
	font-family: arial,helvetica,geneva,sans-serif; 
	font-size: x-small;
}

.box {
	border-left-width : thin;
	border-right-width : medium;
	border-top-width : thin;
	border-bottom-width : medium;
}	
	
.caption {
	font-size: xx-small; 
	font-family: arial, helvetica, geneva; 
	font-style: italic;
	margin-left: 25px;
}


.location {
	font: normal normal normal small Georgia,serif;
	color:#FFFFFF;
	background-color : #003399;  /* dark blue */
	padding-left:4px;
}

.amenities {
	font: normal normal normal x-small Georgia,serif;
	color:#000000;
	margin-left:3px;
	}
	
.nav {
	font: normal normal bold medium georgia,serif;
	margin-left:15px;
	}

.sitemap 
{
	background-color : #003399;  /* dark blue */
	color : #FFFFFF;   /* white */
	font-weight : Bold;
	font-size : medium;

	border-left-width : thin;
	border-right-width : medium;
	border-top-width : thin;
	border-bottom-width : medium;
}
	   
.xxsm {
	font-size: xx-small; 
	font-family: arial, helvetica, geneva, sans-serif; 
	font-style:normal;
}