body {
	background: #E5E5E5;
	text-align: center;
	margin: 0;
	padding: 0;
}
a:link {
	color : White;
	text-decoration : none;
}
a:visited {
	color : White;
	text-decoration : none;
}
a:hover {
	color: #000;
}
img {
	border:none;
}
html, body, div, p, h1, h2, h3, h4, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
table {
	font-size : 11px;
}
.inputfelt {
	background-color : #F8F8F8;
	font-size: 11px;
	border : 1px solid #DDDDDD;
}
.button {
	font-size: 11px;
}
#wrapper {
	width: 755px;
	background: url(../images/wrapbg.gif) repeat-y;
	margin: 0 auto;
	text-align: left;
}
.searchShow {
	border-bottom : 1px dotted #D4D4D4;
	padding-bottom : 10px;
	clear : both;
}
.breaker {
	border-bottom : 1px dotted #D4D4D4;
	padding-bottom : 10px;
	margin: 0;
	clear : both;
}
#logo {
	position : relative;
	left : 20px;
	top : 5px;
	width:500px;
	height:42px;
	background : url(../images/logo.gif) no-repeat left;
}
#top {
	background: url(../images/top.gif) no-repeat top;
	width: 760px;
	height: 12px;
	margin: 0;
}
#menu {
	position : relative;
	left : 20px;
	top : 66px;
	height: 80px;
	color : White;
}
#mainNav a {
	text-decoration : none;
	font-weight : bold;
}
#mainNav li {
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	padding-right: 2em;
}
#mainNav :link:hover, #mainNav :visited:hover {
	padding-bottom: 6px;
	border-bottom: 4px solid #FFFFFF;
	color : #EDE7C0;
}
#on {
	color : #EDE7C0;
}
#mainNav {
	margin: 0 3px 0 0px;
	padding: 0;
	height: 30px;
	text-align: left;
	color : White;
}
#body {
	margin: 0 0 0 10px;
	text-align : justify;
	width: 740px;
	background: #FDFDFD url(../images/contentbg.gif) repeat-x;
}
/*** Content ***/
#content {
	padding: 20px 0 10px 20px;
	position :relative;
	width:700px;
	margin:0;
}
#content h1 {
	color: #5B5B5B;
	margin: 2px 0 10px 0;
	padding: 0 20px 0 18px;
	background : url(../images/bullet.gif) no-repeat left;
	font : bold 13px "lucida grande", verdana, sans-serif;
}
#content h2 {
	font : bold 11px "lucida grande", verdana, sans-serif;
	color: #5B5B5B;
	margin: 18px 0 9px 0;
	padding: 0 20px 1px 18px;
	background : url(../images/bullet.gif) no-repeat left;
}
#content h3 {
	font : bold 12px "lucida grande", verdana, sans-serif;
	color: #5B5B5B;
	margin: 18px 0 5px 10px;
	padding: 0 20px 0 18px;
	background : url(../images/bullet_right.gif) no-repeat left;
}
#content h4 {
	font : bold 11px "lucida grande", verdana, sans-serif;
	color: #5B5B5B;
	margin: 18px 0 9px 0;
	padding: 0px 20px 0 18px;
	background : url(../images/notice.gif) no-repeat left;
}
#content p {
	margin: 0 0 1em 0;
	line-height: 14px;
	font-size : 11px;
	color : #5B5B5B;
}
#content p.notice {
	padding-left : 17px;
	font-size : 12px;
	background : url(../images/notice.gif) no-repeat left;
}
#content p.list {
	margin: 0 30px 10px 30px;
	line-height: 16px;
	font-size : 11px;
	color : #5B5B5B;
}
#content a {
	color: Maroon;
}
#content a:hover {
	color: #C00F2B;
}
.picRight {
	float : right;
	margin: 0 0 0 20px;
	padding: 5px;
	border : 1px solid #ccc;
}
.picLeft {
	float : left;
	margin-right:20px;
}
.imageBox {
	text-align : center;
	width : 650px;
	margin-bottom:25px;
}
.imageBox img {
	padding:3px;
	border : 1px solid #ccc;
}
.imageBox p {
	padding-left:50px;
}
.number {
	float: left;
	color: #E7E7E7;
	padding-left:15px;
	margin:0;
	font : 80px  "trebuchet ms", arial, helvetica, sans-serif;
}
.box {
	width : 650px;
	clear : both;
}
.box img {
	padding:3px;
	border : 1px solid #ccc;
	float:left;
	margin: 0 30px 30px 0;
}
.room {
	color: #7E7E7E;
	padding-left:15px;
	margin:0 0 10px 0;
	font : 28px Arial, Helvetica, sans-serif;
}
/* Bottom stuff */
.clear {
	clear: both;
	height: 1px;
	background-color: Silver;
	overflow : hidden;
}
#bottom {
	background: url(../images/bottom.gif);
	width: 760px;
	height: 20px;
}
#footer {
	margin:20px 0 0 0;
	padding-top:10px;
	clear : both;
	color : #A3A3A3;
	text-align : center;
	font-size : 10px;
	border-top : 1px solid #D5D5D5;
}
