html, body {
    margin: 0; /* get rid of default spacing on the edges */
    padding: 0; /* get rid of default spacing on the edges */
    border: 0; /* get rid of that 2px window border in Internet Explorer 6 */
    height: 100%; /* fill the height of the browser -- gives any following divs a parent height in order to fill browser window vertically */
	text-align: center;
	background-image: url(../images/bodyBak.gif);
	background-repeat: repeat-x;
	background-color: #D6CFCB;
}
#leftcol {
	width: 50%; 
	position: absolute; 
	top: 0; 
	left: 0;
} 
#columnL {
	margin-right: 380px; /* Firefox */
	*margin-right: 381px; /* IE7 */
	text-align: left; 
	background-image: url(../images/col-L_img.jpg);
	background-repeat: no-repeat;
	background-position: 100% 0;
	height: 340px;
} 
#rightcol {
	width: 50%; 
	position: absolute; 
	top: 0; 
	right: 0;
}
#columnR {
	text-align: left; 
	margin-left: 379px; /* Firefox */
	*margin-left: 380px; /* IE7 */
	background-image: url(../images/col-R_img.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	height: 340px;
}
#wrapper {
	position:relative; /* needed for footer positioning*/
	background-image: url(../images/lineBak2.gif);
	background-repeat: repeat-y;
	width: 760px;
	padding: 0;
	border:0;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

#content {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	background-image: url(../images/lineBak2.gif);
	background-repeat: repeat-y;
	font-size: 12px;
	line-height: 24px;
	color: #666;
	position: relative;
	background-color: #FFF;
}
#borderTop {
	background-color: #EDEDED;
	width: 760px;
	background-image: url(../images/lineBak2.gif);
	background-repeat: repeat-y;
	height: 20px;
	position: relative; 
}
#nav {
	position: absolute; 
	top: 55px; 
	left: 60px;
} 
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 78px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px;
	width: 78px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 79px; /* Firefox */
	*margin-left : 40px; /* IE7 */
	margin-top : -75px;
}
#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
	margin-left : 111px;/* Firefox */
	*margin-left : 72px; /* IE7 */
	margin-top : -30px;
}
#nav li ul a { /* second-level height adjust */
	width: 100px;
	padding: 8px 5px 8px 5px;
	height: auto;
}
#nav li ul ul a { /* third-level height adjust */
	width: 110px;
	height: auto;
	padding: 5px;
}
#nav li a {
	width: 78px;
	height: 46px;
	display : block;
	text-decoration : none;
	border : solid 1px #666;
	padding-top : 27px;
	background-color: #610606;
	color: #999;
	line-height: 12px;
}
#nav li a:hover {
	color : #FFF;
	background:#610707 url(../images/navHov.jpg); 
}
#nav li ul li a:hover {
	color : #FFF;
	background:#E3B23C; 
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover { /* fix for IE7 menu "stick" problem on change of focus */
    position: static;
}
#news1 a span {
	display: none;
}
#news1 a:hover span {
	display: block;
	position: absolute;
	top: -45px;
	left: -435px;
	width: 400px;
	padding: 5px;
	margin: 0;
	color: #000;
	font-size: 12px;
	background-color: #EDEDED;
	border: solid #999 1px;
	z-index: 100;
	text-decoration: none;
}
#news1 a:hover {
	border: 0;
}
#news1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #993300;
	background-color: #FFCC66;
	border: solid #930 1px;
	padding: 5px;
	width: 125px;
	line-height: 13px;
	text-align: center;
	float: right;
	margin-right: 68px;
 	_margin-right: 34px; /* IE 6 and below */
 	*margin-top: -10px; /* IE7 */
	position: relative; 
}
#news1 a, a:link, a:visited, a:hover, a:active{
	color: #993300;
}
#content p{
	padding: 0 50px 0 220px;
}
#content h1{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #E3B23C;
	padding: 0 50px 0 220px;
}
#content h2{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #830606;
	padding: 0 50px 0 220px;
}
#content h3{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 0 50px 0 220px;
	font-style: italic;
	font-weight: bold;
}
.imageR {
	float: right;
	padding-left: 15px;
}
.imageL {
	float: left;
	padding-right: 15px;
}
.email a{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.button a{
	display: block;
	margin-left: 320px;
	width: 200px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #830606;
	text-decoration: none;
	background-color: #E6B03E;
	border-left: solid 2px #FFD57C;
	border-top: solid 2px #FFD57C;
	border-right: solid 2px #C47909;
	border-bottom: solid 2px #C47909;
	text-align: center;
	line-height: 14px;
	padding: 5px;
}
.button a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #C47909;
	border-left: solid 2px #7B4A00;
	border-top: solid 2px #7B4A00;
	border-right: solid 2px #FFD57C;
	border-bottom: solid 2px #FFD57C;
}
.bookmark a{
	padding-left: 220px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.bookmark a:hover, .email a:hover{
	text-decoration: underline;
	color: #830606;
}
.top{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
}
.top a{
	color: #CCC;
	text-decoration: none;
}
#footer {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 9px;
	line-height: 25px;
	color: #666;
	background-color: #EDEDED;
	width: 760px;
	background-image: url(../images/lineBak2.gif);
	background-repeat: repeat-y;
	height: 25px;
	bottom:0; /* stick to bottom */
	position: absolute;
}