body {
   margin: 0px;
}
th {
   background-color: #D4A55E;
   color: #FFFFFF;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
}
td.r {
   text-align: right;
}

#menu {
background: #D4A55E url("images/nav_background.gif") top right repeat-y;
}
.rightblackline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.regulartype {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

}
.cal {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000000;
   text-align: center;
   vertical-align: top;
}
.regularbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;

}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;

}
.regulartypeblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.regulartypeblackbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.regularboldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.cabinname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999966;
}
.searchform {
   background-color: #EEEEEE;
   margin: 3px;
   padding: 3px;
   border: thin outset;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #0000cc;
	cursor: hand;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p.errmsg {
   color: #FF0000;
}
.menulinks a {
    display: block;
    margin-bottom: 0.3em;
    padding-right:20px;
    clear:both;
    color: black;
    text-decoration: none;
    font-size: 0.8em;
    font-weight:bold;
    text-align:right;
    width: 111px;
}

.menulinks a:hover {
	background:url(/images/menubg2.gif) top left no-repeat;
}
.officehours {
    text-align:center;
    font-size:0.7em;
}
.officehours b {
    font-size: 1.2em;
}
.content {
    padding: 0 10px;
}

#qsFS{
	width:85%;
}
#quickSearch ul{
	margin:0;
	padding:0;
}
#quickSearch ul li{
	display: inline-table;
	list-style: none;
	margin-left:.5em;
	vertical-align: middle;
}
#quickSearch input[type=text],
#quickSearch input[type=range]{
	width:10em !important;
}