@charset "ISO-8859-1";

body{

	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	background-color: #432A20;
}

#framecontent{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 124px; /*Height of frame div*/
	overflow: hidden;
}

#maincontent{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 124px; /*Set bottom value to HeightOfFrameDiv*/
overflow: auto;
background-image:url(images/tall_bg.jpg); 
}


#header {
    background-image:url(images/logo_home.gif);
	background-repeat:no-repeat;
	background-position:left;
    margin:0 auto;
    width:850px;
	padding-left:0px;
    }

#wrap {
    background:none;
    margin:0 auto;
    width:850px;
	padding-left:0px;
    }
	
	
#lowerwrap {
    margin:0 auto;
    width:749px;
	padding-left:0px;
	background:none;
    }
	
	
#leftside {
	padding-top:0px;
    float:left;
    width:224px;
	height:100%;
	background:#F0F3C0;
	background-image:url(images/bottombar-left.gif);
	background-position:bottom;
	background-repeat:no-repeat;
    }
    
	
#rightside {
    background-color:#F4F5E1;
	padding-left:1px;
    float:right;
    width:523px;
	background-image:url(images/bottombar-right2.gif);
	background-position:bottom;
	background-repeat:no-repeat;
    }
	
	
	#rightside .leftcol {
	margin-left:30px;
	float:left;
    }
	
	
	#rightside .rightcol {
	margin-right:40px;
	float:right;
    }
	
	
	
#printablelogo {
display:none;
}
	
	
.innertubeLOWER{
margin: 0px; /*Margins for inner DIV inside each DIV (to provide padding)*/
background:url(images/bg_navbottom.jpg);
}

* html body{ /*IE6 hack*/
padding: 0 0 124px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/

}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}


.subpage_left_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 33px;
	font-weight: normal;
	color: #5a3d32;
	margin-right:10px;
	padding:0 0 0 15px;
}

.headings-sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 32px;
	font-weight: normal;
	text-transform: capitalize;
	color: #006600;
	padding:0 0 0 20px;
}

.sub-text-right {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: normal;
	color: #432A20;
	padding:4px 22px 0 20px;
}

ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	color: #432A20;
	margin:4px 22px 0 20px;
	padding-left:20px;
}

li{
text-decoration:none;
list-style:disc;

}



.subhead-right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	padding:13px 22px 0 20px;
}




.styleHider {color: #F0F3C0;
}

#leftside a{
text-decoration:none;
color:#339900;
border:thin;
border-style:solid;
padding:3px;
}


#leftside a:hover{
text-decoration:none;
color:#666666;
}

#rightside a{
text-decoration:none;
color:#339900;
border:thin;
border-style:solid;
padding:3px;
}


#rightside a:hover{
text-decoration:none;
color:#666666;
}

