BODY {
	background-color: White;
	margin-left: 0px;
	margin-top: 0px;
	margin-right : 0px;
	margin-bottom : 0px;
}

TABLE {	border: 0px none; }

IMG {	border: 0px none; }
IMG.BlackBorder {
	border: solid 1px;
	border-color: Black;
}

A {
	font-family: sans-serif;
	color: #003399;
	text-decoration : none;
}
A:hover {
	color: Black;
}
A.rollover {
	font-family: sans-serif;
	color: #FFFFFF;
	text-decoration : none;
}
A.rollover:hover {
	font-family: sans-serif;
	color: #FFFFFF;
	text-decoration : underline;
}
A.SplashText {
	font-family: sans-serif;
	color: #003399;
	text-decoration : none;
}
A.NavTextNorm {
	font-family: serif;
	font-weight: normal;
	font-size: 14pt;
	color: #003399;
}
A.NavTextSel {
	font-family: serif;
	font-weight: normal;
	font-size: 14pt;
	color: Black;
}

DIV.Splash {
	width: 100%;
	background-color: White;
	border-style: none;
	position : static;
	font-family : sans-serif;
	text-align : center;
	margin-top : 16%;
}
DIV.header {
	top : 125px;
	width : 100%;
	position : absolute;
	background : transparent;
}
DIV.HomeElement {
	background : transparent url(images/BUTTON01.jpg) no-repeat fixed bottom;
	width : 84px;
	height : 27px;
	float : left;
	position : relative;
	left : 4px;
	text-align : center;
	text-shadow : Black;
	padding-top : 5px;
}
DIV.NavElement {
	background : transparent url(images/BUTTON02.jpg) no-repeat fixed bottom;
	width : 174px;
	height : 27px;
	float : left;
	position : relative;
	left : 4px;
	text-align : center;
	padding-top : 5px;
}
DIV.NavElementEnd {
	background : transparent url(images/BUTTON03.jpg) no-repeat fixed bottom;
	width : 172px;
	height : 27px;
	float : left;
	position : relative;
	left : 4px;
	text-align : center;
	padding-top : 5px;
}
DIV.headerline {
	top : 0px;
	width : 100%;
	position: relative;
	float: left;
	text-align : left;
}
DIV.body {
	width : 600px;
	float : left;
	position : absolute;
	top : 175px;
	margin-left : 10px;
}
DIV.bodytext {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 12pt;
	color: Black;
	text-indent : 10px;
	text-align : justify;
	position: relative;
	width : 500px;
	top : -365px;
	margin-bottom : 10px;
}
DIV.bodyimages {
	position: relative;
	width : 200;
	left : 525px;
}
DIV.homerollover {
	position: relative;
	width : 151;
	height : 125;
	border : 2px solid Black;
	margin-bottom : 4px;
	background : #003399;
	padding : 17px 2px 4px 2px;
	font-family : sans-serif;
	font-size : 12px;
	color : White;
	text-align : center;
}
DIV.roomsrollover {
	position: relative;
	width : 151;
	height : 125;
	border : 2px solid Black;
	margin-bottom : 4px;
	background : #003399;
	padding : 34px 2px 4px 2px;
	font-family : sans-serif;
	font-size : 12px;
	color : Yellow;
	text-align : center;
}
DIV.directionsrollover {
	position: relative;
	width : 151;
	height : 125;
	border : 2px solid Black;
	margin-bottom : 4px;
	background : #003399;
	padding : 34px 2px 4px 2px;
	font-family : sans-serif;
	font-size : 12px;
	color : Yellow;
	text-align : center;
}

HR {
	height : 4px;
	width : 700px;
	background-color : #003399;
	position : relative;
	float: left;
}

LI {
	margin-left : 15px;
}
