@charset "UTF-8";



.info {
	width:675px;
	height: 30px;
	margin:0 auto;
}


/* style the outer div to give it width */
.menu {
	width:675px;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 auto;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:135px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:135px;
height:30px;
line-height:29px;
position:relative;

	background-image: url(images/buttons/orangeoval.gif)
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#993300;
	width:135px;
	height:30px;
	padding-left:0px;
	line-height:29px;
	background-image: url(../images/buttons/orangeoval.gif);
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:135px;
	w\idth:135px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#4169E1;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#94BCF5;
}
.menu ul ul :hover > a.drop {
	background:#94BCF5;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:4169E1;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#94BCF5;
}
.menu ul ul ul :hover > a {
background:#94BCF5;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:135px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:30px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:135px; 
top:0;
width:135px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-135px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	text-align: center;
	color:#993300;
	height:30m;
	padding:0px 0px;
	width:135px;/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:135px;
w\idth:135px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#ffffff;
background:#94BCF5;
background-image: url(images/buttons/orangeoval.gif);
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	background-color: #94BCF5;
	background-image: url(images/buttons/orangeoval.gif);
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
}
#table2{
	background-image: url(images/whitbluefade.jpg);
	background-position: top;
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#table1{
	text-align: center;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#roomtable{
	background-image: url(images/whitbluefade.jpg);
	background-position: top;
	text-align: justify;
	vertical-align: top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#hoststable{
	text-align: justify;
	vertical-align: top;
	}

.sigtext {
	clear:both;
	float:right;
	width: 280px;
	text-align: justify;
	}
.sigtext li {
	margin-bottom:15px;
	}
	
.sigtext :hover {
	color: #FF6600;
	}
	
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	width: 27em;
	float:left;
	padding-left: 15px;
	font-size: 14px;
	color: #993300;
}
.foottext a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993300;
	text-align: justify;
	text-decoration: none;
	font-weight: bold;
}
.foottext :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	text-align:justify;
}
.mws {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #993300;
	text-align: justify;
}
.mws a {
	font-size: 9px;
	color: #993300;
	text-decoration: none;
}
.mws :hover {
	font-size: 9px;
	color: #FF6600;
	}
	
body a {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
}
body a :hover {
	color: #FF6600;
	}

.maintextH1 {
	font-size: 16px;
	text-align: justify;
	}
.maintextH2 {
	font-size: 16px;
	text-align: left;
	text-decoration: underline;
	}


.content {
	width: 39em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	text-align: justify;
	}

.content50 {
	width: 47em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	text-align: justify;
	}

.content li {
	list-style-type: disc;
	padding-right:30px;
	}
.content ol li {
	list-style-type: decimal;
	padding-right:0px;
	margin-bottom:8px;
	}

.maincontent {
	width: 790px;
	height: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	background-image: url(../images/whitbluefade.jpg);
	background-repeat: repeat-x;
}
#picturefloatright {
	float: right;
	width: 250px;
	border: 1px solid #660000;
	margin-top: 15px;
	margin-right:5px;
}
#image001 {
	float: right;
	width: 280px;
	border: 1px solid #660000;
}
#image002 {
	float: left;
	width: 195px;
	border: 1px solid #660000;
	margin-right:5px;
}
#image003 {
	float: right;
	width: 280px;
	border: 1px solid #660000;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#image004 {
	float: left;
	width: 250px;
	border: 1px solid #660000;
	margin-right:5px;
	margin-bottom:15px;
}
#image005 {
	float: right;
	width: 310px;
	border: 1px solid #660000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#image006 {
	float: left;
	width: 250px;
	border: 1px solid #660000;
	margin-right:5px;
	margin-bottom:8px;
}
#image007 {
	float: left;
	width: 200px;
	border: 1px solid #660000;
	margin-right:5px;
	margin-bottom:8px;
}	
#image008 {
	float: right;
	width: 220px;
	border: 1px solid #660000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#image009 {
	float: left;
	width: 260px;
	border: 1px solid #660000;
	margin-right:5px;
	margin-bottom: 8px;
}
#image010 {
	float: left;
	width: 260px;
	border: 1px solid #660000;
	margin-right:25px;
	margin-bottom: 5px;
}
#image011 {
	float: left;
	width: 260px;
	border: 1px solid #660000;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	margin-left: 0px;

}
#picturefloatleft {
	float: left;
	width: 260px;
	border: 1px solid #660000;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
}
#textfloatleft {
	float: left;
	clear:both;
	width: 250px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	
}

#flashphoto {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../images/whitbluefade.jpg);
	background-repeat: repeat-x;
	border:0px;
}
#mainlogo {
	width: 210px;
	margin: 5px;
}
.600widetextbox {
	float: right;
	width: 470px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
