/* main html tags */

html { min-height: 100%; margin-bottom: 1px; }

body {

    background-color:#fff;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow:scroll-y;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
}


/* layout elements */

#horizontal {
	text-align: center;
	visibility: visible;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible
	}

#vertical {
	visibility: visible;
	position: absolute;
	margin-left: -380px;
	margin-top: 0px; 
	top: 0px;
	left: 50%;
	width: 760px;
	overflow:visible;
	max-height: 7000px;
	}

/* cause shrinking while printing from IE 7 and FireFox
#topper {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: px;
	width: 760px;
	height: 88px
	}
*/


/*  menu */

 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	text-decoration: none; 
	color: #660000;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #333333;
	text-decoration: none;
	/* border-bottom: 1px dotted #990000; */
}

 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* font-weight: normal; */
	text-decoration: none; 
	color: #660000;
	background-color: #CCCCCC;
	line-height: 1.5em;
}
	
 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-weight: normal; */
	text-decoration: none; 
	color: #000000;
	background-color: #cccccc;
	line-height: 1.5em;
}

#box {
	border: 1px;
	border-color: #FFFFFF; 
	border-style: solid;
	background-color: #FFCC66; 
	width: 100px;
	height: auto;
	vertical-align:top;
	
}

hr {
	border-top-style: solid;
	border-top-color: #957D57;
	border-top-width: 1px;
}

.sm-grey-boiler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
	color: #666666;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #990000;
}

#bannertop {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
	height: 148px
	}

#sky {
	visibility: visible;
	position: absolute;
	top: 153px;
	left: 0px;
	width: 760px;
	height: 144px}
	
#bannerbottom {
	visibility: visible;
	position: absolute;
	top: 450px;
	left: 0px;
	width: 760px;
	height: 71px}	

#leftbuttons {
	visibility: visible;
	position: absolute;
	top: 59px;
	width: 78px;
	height: 16px;
	z-index: 8;
	left: 0px;
}

#mainnav {
	visibility: visible;
	position: absolute;
	top: 453px;
	width: 535px;
	height: 16px;
	z-index: 8;
	left: 0px;
}
	
#contentarea {
	visibility: visible;
	position: absolute;
	top: 519px;
	left: 0px;
	width: 700;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-repeat: repeat;
	z-index: 9;
}	
