/**HTML Tags**/
body {
	font-family: Arial, Helvetica, sans-serif;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg999966.jpg);
	background-repeat: repeat;
}
h1 {
	color: #132F51;
	font-size: 24px;
	font-style: normal;
}
h2 {
	font-size: 16px;
	color: #6B0E09;
}
table {
	border: 1px solid #FFFFFF;
}

/**Div Tags**/
#Banner {
	background-color: #FFFFFF;
}
#Navigation {
	padding: 3px;
	background-repeat: repeat-x;
	background-color: #132F51;
	color: #FFFFFF;
}
#Content {
	padding: 15px;
	background-color:#E2E2D3;
}
#Footer {
	font-size: 12px;
	padding-left: 15px;
}

/**Navigation DIV Tags **/
#Navigation a {
	color: #FFFFFF;
	text-decoration: none;
}
#Navigation a:hover {
	text-decoration: underline;
}
#Navigation table {
	border-color: none;
	border: 0px;
}

/**Content DIV Tags**/
#Content a {
	color: #132F51;
	text-decoration: underline;
}

#Content li {
	padding-bottom: 10px;
	list-style-type: square;
}
#Content img {
	padding: 10px;
}

/**Footer DIV Tags **/

#Footer a {
	color: #132F51;
	text-decoration: underline;
}

/**Class Tags for Rooms Page **/
.Rooms {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #132F51;
	border-right-color: #132F51;
	border-bottom-color: #132F51;
	border-left-color: #132F51;
	width: 100%;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Rooms h1 {
	font-size: 18px;
	color: #6B0E09;
}

.Table_Title {
	font-size: 12px;
	font-weight: bold;
}
.Table_Text {
	font-size: 12px;
}
.NoPadding {
	margin: 0px;
	padding: 0px;
}
