/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: verdana, helvetica, arial, sans-serif;
	text-align: center;
	}
a {
	font-family: Garamond,Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	}
#Container{
	height: 575px;
	width: 700px;
	margin: 5 auto;
	text-align: left;
	}
#Header{
	height: 100px;
	width: 700px;
	}
#NavBar {
	height: 35px;
	width: 700px;
	}
.NavBarTable {
	width: 140px;
	height: 35px;
	text-align: center;
	font-color: white;
	font-size: 70%;
	}
.NavBarTable A {
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
.NavBarTable A:hover{
	color: #990000;
	font-weight: bold;
	}
.NavBarTable A:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
	}
#ImageBar{
	height: 75px;
	width: 700px;
	border-bottom: solid #006699 3px;
	background-color: #E6E6CE;
	}
#AvailBar {
	padding-top: 5;
	height: 30px;
	width: 700px;
	font-size: 70%;
	background-color: #999966;
	text-align: center;
	}
#f_date_a {
	border: 1px solid #000000; 
	background-color: #F5F5F5;
	font-size: 80%; 
	} 

input.submit { 
	border: 1px solid #000000;
	background-color: #0099CC;
	font-size: 80%; 
	} 
#numNts { 
	border: 1px solid #000000; 
	font-size: 80%; 
	} 
#numGst { 
	border: 1px solid #000000; 
	font-size: 80%; 
	}
#SubContainer1{
	padding: 10;
	}
#Content1{
	height: 320px;
	width: 430px;
	position: relative;
	top: 10;
	font-size: 70%;
	text-align: justify;
	}
#Content1 ul a{
	color: blue;
	text-decoration: none;
	}
#Content1 ul a:visited{
	color: blue;
	text-decoration: none;
	}
#Content1 h1 {
	font-size: 90%;
	font-weight: bold;
	text-align: center;
	}
#Content2{
	height: 125px;
	width: 260px;
	top: -310;
	left: 440;
	position: relative;
	border-left: solid #CCCCCC 2px;
	padding-left: 30px;
	font-size: 80%;
	}
#Content2 h1 {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	}
#Content3{
	height: 125px;
	width: 260px;
	top: -290;
	left: 440;
	border-left: solid #CCCCCC 2px;
	padding-left: 30px;
	position: relative;
	font-size: 80%;
	}
#Content3 h1 {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	}
.CalendarMain {
	text-align: center;
	}
#output h2 {
	font-size: 90%
	}
#output h3 {
	font-size: 80%
	}
#Footer{
	height: 15px;
	width: 700px;
	top: -260;
	position: relative;
	border-top: solid #006699 3px;
	font-size: 50%;
	text-align: center;
	}
.MoreLI {
	text-align: right;
	list-style-image: url(images/bullet.gif);
	}
.BasicLI {
	list-style: disc left none;
	text-align: left;
	font-size: 70%;
	}
#AvailPanel {
	padding-top: 25;
	height: 300px;
	width: 205px;
	border-right: solid #CCCCCC 2px;
	font-size: 70%;
	}
.AvailPnlTbl {
	font-size: 95%;
	}	
#AvailDetail {
	position: relative;
	top: -285;
	left: 205;
	padding-top 10;
	padding-left: 15;
	height: 300px;
	width: 495px;
	font-size: 85%;
	}
.AccomUnavail {
	border: 1px solid #000000;
	margin-top: 20;
	margin-left: 10;
	margin-right: 10;
	text-align: center;
	}
.AccomUnavailHdg {
	padding-top: 5;
	font-size: 75%;
	font-weight: bold;
	}
.AccomUnavailText {
	padding: 5;
	padding-top: 10;
	font-size: 75%;
	}
.HouseDtl {
	margin-top: 15;
	border: solid #CCCCCC thin;
	height: 100px;
	width: 475px;
	}
.HouseDtl td {
	font-size: 75%;
	}
.HouseText {
	padding-left: 10;
	padding-top: 5;	
	}
	

