body {
	height: 100%;
	margin: 0px;
	background: #FBFCDE;
}
#topbanner {
display:none
} 
#heightfix {
	height: 100%;
	}
#left {
display:none
} 
#comfort {
	position: absolute;
	background: #FBFCDE;
	width: 100%;
	top: 18px;
	left: 43px;
	padding: 0px;
		height: 100%;
} 
#content {
	position: absolute;
	background: #FBFCDE;
	width: 600px;
	top: 40px;
	left: 40px;
	padding: 0px;
} 

h1, .heading {
	font: 20px Georgia, "Times New Roman", serif;
	text-transform:  capitalize;
	border-bottom: 1px solid;
}

h2 {
color: #995D29;
background: transparent;
font: italic bold 17px "Trebuchet MS", Verdana, Arial, sans-serif;
}

h3 {
color: #666;
background: transparent;
font: bold 13px "Trebuchet MS", Verdana, Arial, sans-serif;
text-transform: uppercase;
}

p, ul, li, blockquote, th, dt, dl, dd, td {
	font: 12px/19px Verdana, Arial, sans-serif;
}

th {
	font-weight: bold;
}

a, a:link {
	color: #995D29;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

a:visited {
color: #995D29;
background: transparent;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #969;
background: transparent;
font-weight: bold;
text-decoration: underline;
}

a:active {
color: #fff;
background: #969;
font-weight: bold;
text-decoration: none;
}

.contentcell {
padding: 5px;
}

.captiontext {
font: 10px Verdana, Arial, sans-serif;
}

.smallgreytext {
color: #555;
background: transparent;
font: 10px Verdana, Arial, sans-serif;
}

a.menuitem, a:link.menuitem {
display:none
}

a:visited.menuitem {
display:none
}

a:hover.menuitem, a:hover.menuitem {
display:none
}

.menutext {
display:none
}

.menucelloff {
display:none
}

.menucellon {
display:none
}

form {

}

form.nothidden {
display: block;
}

input, textarea, select, option {
font: 11px Verdana, Arial, sans-serif;
color: #333;
background: #eee;
}

input.button {
font-weight: bold;
}

input.checkbox, input.radio {
color: #333;
background: #fff;
}

#footer {
display:none
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
display:none
}

.required {
color: #900;
background: transparent;
font-weight: bold;
}
img.label {
margin-left: 10px;
float: right;
}
div.labels {
float:right;
margin-left:10px;
}

#menu {
display:none
}
#menu ul {
display:none
}

#menu ul li {
display:none
}
	
#menu li ul {
display:none
	}

/* Styles for Menu Items */
#menu ul li a {
display:none
	}
	
#menu ul li.desc {
display:none
	}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* Hover Styles */
#menu ul li a:hover { 
display:none
} 

/* Sub Menu Styles */
#menu li ul li a { 
display:none
} 
#menu li ul li.desc { 
display:none
} 

/* The magic */
#menu li:hover ul, #menu li.over ul { 
display:none
} 
 