html { 
margin: 0; 
padding: 0; 
height: 100%; 
overflow: -moz-scrollbars-vertical;
} 
body {
	background-color: #F4F0E5;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	height: 100%;

}.subhead {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
}
.copyright {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}
.copyright a{
	text-decoration: none;
}
.copyright a:hover{
	text-decoration: underline;
}
.room-reservations {
	font-size: 10px;
	color: #666666;
}
a {
	color: #00204e;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
.side-nav {
	text-transform: uppercase;
	text-align: right;
	padding: 5px;
}
.side-nav a{
	text-decoration: none;
	color: #666666;
}
.side-nav a:hover{
	text-decoration: underline;
}
.side-nav-current {
	text-transform: uppercase;
	text-align: right;
	padding: 5px;
	color: #00204e;
}
.side-nav-current a{
	text-decoration: none;
	color: #00204e;
}
.side-nav-current a:hover{
	text-decoration: underline;
}
.upgrade {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
