#midSection {
	background-image: url(images/mid_bkg.gif);
	background-repeat: repeat-y;
	padding-left: 14px;
}
#navSection {
	height: 45px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	padding-top: 64px;
	padding-left: 24px;
}
#navSection #nav {
	display: inline;
	list-style-type: none;
	text-align: center;
	margin: 0px;
}
#navSection #nav a {
	color: #FFFFFF;
	text-decoration: none;
}

#addForm table td
{
    padding-top:5px;
    padding-left:15;
    padding-bottom:5px;
}

#navSection #nav li {
	list-style-type: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: inline;
	padding-right: 13px;
	padding-left: 13px;
}
#navSection #nav a:hover {

	color: #FFFFFF;
	text-decoration: underline;
}
#bottom {
	height: 14px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #999999;
	padding-top: 10px;
	text-align: right;
	padding-right: 14px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#subContent {
	background-image: url(images/mid_bkg.gif);
	background-repeat: repeat-y;
	padding-left: 110px;
	padding-right: 110px;
	padding-bottom: 50px;
	padding-top: 25px;
}
.bodyContent {
	padding-bottom: 50px;
}
.header {
	font-size: 16pt;
	color: #CC9900;
}

#consoleNav
{
    padding: 15px;
    background-color:#d2d2d2;
    width: 200px;
}
a {
	color: #996600;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
.error {
	color: #FF0000;
}

/* Hotel Page */
.hotel {
	text-align:center;
}

.hotel h2 {
	color:#365f91;
}

.hotel h3 {
	color:#4f81bd;
}

.hotel hr {
	color:#333333;
}