body {
	background-color: #f1f1f1;
	font-family: Arial, Helvetica, sans-serif
	margin: auto;
/*	font-size: 12px;
	line-height: 24px; */
}

body, td, th {
	color: #333333;
}

h1, h2 {
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h3, h4, h5, h6 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

a {
  color: #404040;
}

p {
	text-align: justify;
	font-size: 16px;
}

div.content {
	margin-left: 100px;
	margin-right: 100px;
}

form {
	background-color: #444444;
	color: #F1F1F1;
}

.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	background-color: #990000;
  color: #FFFF66;
}

a.foot:hover {
	color: #DEDECA;
	background-color: #330000;
}

.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 3px;
	background-color: #FFFF99;
}

.sidebarHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFF99;
	background-color: #999933;
 font-weight: bold;
}

.sidebarFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: #FFFF99;
 	color: #990000;
}

.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	color: #333333;
	background-color: #e6e6e6;
	bottom:10px; 
	padding-left: 20px;
	clear: both;
}

.legal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
}

.box1 {
	border-width: 2px;
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
  border-style: dotted;
	}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000055;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #336699;
}

.dingbat {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #CCCC99;
 color: #660000; font-weight: bolder; font-size: medium;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}
/* img { 
	border: double;
	border-color: #950000;
	border-width: medium; 
} */

img.logo { 
	border:none;
}

.right {
	text-align: right;
}
.left {
	clear: left;
}

ul {
	list-style-image: url(images/s-side17.jpg);
}
.roomimage {
	text-align: right;
}
#port {
	margin-left: 50px;
	margin-right: 50px;	
}

#port img {
	margin: 20px;
	border: medium groove #FFFFFF;
}
#port a:hover {background-color: inherit;
}
#item {
	margin: auto;
	width: 700px;	
}

#item img {
	margin-right: 10px;
	margin-bottom: 10px;
	border: medium groove #FFFFFF;
}
#item a:hover {background-color: inherit;
}
#nav {
	background-color: #e6e6e6;
/*width: 150px;
 this width value is also effected by
the padding we will later set on the links.
float: left; */
}
#nav h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: .5em;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size:14px;
}

#nav ul li {
	display: inline;
	line-height: 2em;
} 

#nav a {
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	background: #e6e6e6;
	text-decoration: none; /*lets remove the link underlines*/
	color: #000000;
}
#nav a:link, #nav a:active, #nav a:visited  {
	color: #050505;
}

#nav a:hover {
	background: #333333;
	color: #ffffff;
}
 
#logo {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.black {
	clear: both;
	background-color:#000000;
	height: 1em;
}
img.link {
	margin: 8px;
	border: medium groove #FFFFFF;
}
div.nav2  {
	clear: both;
	margin: auto;
	text-align: center;
}
div.nav2 img{
	margin: 0 10px;
	border: medium groove #FFFFFF;
}
.left {
	float: left;
}
.right {
	float: right; 
}
.clear {
	clear: both;
}