/* CSS file */

body { 
	background: transparent url(../images/backstripes_blue.png);
	font: 9pt/16pt Trebuchet MS, Verdana, Helvetica, sans-serif;
	background-color: #E2EBED;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

p {
	font: 9pt/16pt Trebuchet MS, Verdana, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: justify;
	line-height: 18px;
	padding: 10px 0px;
}

.url {
	color: #0099FF;
}

a.url:link {
	text-decoration: underline;
	color: #0099FF;
}

a.url:visited {
	text-decoration: underline;
	color: #0099FF;
}

a.url:active {
	text-decoration: underline;
	font-weight: bold;
	color: #0099FF;
}

a.url:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0099FF;
}


.small {
	color: #000000;
	font-size: 8pt;
}

a.small:link { 
	text-decoration: underline;
}

a.small:visited { 
	text-decoration: underline;
}

a.small:active {
	text-decoration: underline;
	font-weight: bold;
}

a.small:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0000FF;
}


#container {
	margin: 0 auto;
	width: 780px;
	position: relative;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#headtxt {
	height: 50px;
	width: 780px;
	margin: 0 auto;
	padding: 0px;
}
#headcaption {
	height: 20px;
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	position: absolute;
	left: 15px;
	top: 90px;
}

#headmenu {
	height: 40px;
	width: 780px;
	margin: 0 auto;
	padding: 0px;
	z-axis: 1;
}
#roominfo {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
}

#roomgen1 {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
}

#roomgen2 {
	width: 780px;
	margin: 0 auto;
	padding: 0px;
}

#headimg {
	height: 200px;
	width: 780px;
	margin: 0 auto;

}

.maintext {
	width: 780px;
	margin: 0px;
	text-align: justify;
}

.nav {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a.nav:link { 
	text-decoration: none; 
	color: #FFFFFF;
}

a.nav:visited { 
	text-decoration: none; 
	color: #FFFFFF;
}

a.nav:active {
	text-decoration: underline; 
	color: #FFFFFF;
}

a.nav:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

.images {
	width: 520px;
	margin: -70px 0 15px 240px;
}

h1 {
	margin: 0px;
	font-size: 22px;
	padding-top: 10px;
}

h2 {
	font-size: 18px;
}

.list {
	font: 9pt/16pt Trebuchet MS, Verdana, Helvetica, sans-serif; 
	margin: -5px 0 0 35px;
}

.list li {
	line-height: 14px; 
	padding-top: 5px; 
	list-style-type: circle;
}

#footmenu {
	height: 25px;
	width: 780px;
	margin: 0 auto;
	padding: 0px;
}

blockquote.helpcontents {
	text-align: left;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1000px;
	left: -1000px;	
	border: 1px solid #ffffff;
	z-index: 100;
	background-color: #ffffff;
}

blockquote.helpcontents p{
	font-size: 80%;
	font-family: Trebuchet MS, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #26628B;
	font-weight: bold;
	margin: 0;
	padding: 0 5px 0 5px;
}

img{
	border: 0px;
}

.box {
	border-top: 1px none #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}
}

.box2 {
	border: 1px dotted #999999;
}

.spaced{
}

.spaced tr {
	padding: 0px;
}

td {
	padding: 5px;
}

