body {
	background-color: #cccc99;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 	
	font-size: 12pt
}

.style2 {
	color: white;
	font-size: 32px
}

.style3 {
	color: white;
	font-size: 16px
}

#framecontent{
position: absolute; 
top: 0px; 
left: 0px; 
width: 100%; 
height: 154px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #cccc99;
color: white;
}

#navcontent{
position: absolute;
top: 154px;
left: 0px;
bottom: 0px; 
width: 230px; /*Width of frame div*/
overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #cccc99;
color: white;
/*font-size: 14px; */
}

#joscontent{
	position: fixed; 
	top: 154px; /*Set top value to HeightOfFrameDiv*/
	left: 5px;
	right: 0px; 
	bottom: 0px;  
	overflow: auto; 
	background-color: #cccc99;
	background-image:url(images/navbackgrnd.gif);
	background-position:left;
	background-repeat:repeat-y;
}

#maincontent{
	position: fixed; 
	top: 154px; /*Set top value to HeightOfFrameDiv*/
	left: 230px;
	right: 0px; 
	bottom: 0px;  
	overflow: auto; 
	background-color: #cccc99;
	background-image:url(images/navbackgrnd.gif);
	background-position:left;
	background-repeat:repeat-y;
}

.innertube{
	margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
	padding: 154px 0 0 230px; /*Set value to (hieghtoftopframediv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%; 
	width: 100%; 
}

h1 {
	color: #003300;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

.no {
	  border-style: none;
	  margin: 0;
}

hr	{
	  color: #003300;
}

i	{
	color: #003300;
}

h4 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

h3 {
	color: #003300;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: left;
}

img {
	  border-color: #003300;
	  padding: 3px;
}

/* ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
*/

ul#navlist
{
text-align: left;
font-size: 14px;
font-weight:bold;
list-style: none;
padding: 4px;
margin: 2px 2px;
width: 95%;
}

ul#navlist li
{
postion: relative;
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
/*padding: 0.5em 0 0.5em 2em; */
padding: 2px 0px 2px 0px; 
/* border-width: 1px;
border-color: #333300 #333300 #333300 #333300; */
/*  border-color: #ffe #aaab9c #ccc #fff;  */
/* border-style: solid; */
color: #003300;
text-decoration: none;
background: #cccc99;
}

#navcontent>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #666633;
color: #800000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #800000;
background: #999966; 
border-right: 0px solid #666600; 
border-left: 2px inset #333300; 
border-top: 2px inset #333300; 
border-bottom: 2px inset #333300; 
background-image: url('images/ski.gif');
background-repeat: no-repeat;
background-position:  right;
/* border-style:inset;
border-color: #333300 #333300 #333300 #333300;
border-width: 2px; */
}


ul#navlist ul {
list-style: none;
}

/*top menu*/

#topcontainer{
	font-size: 12px;
}

#topcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	/*background-color: #036; */
	background-color:transparent;
	color: white;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 14px;
	/* fixes Firefox 0.9.3 */
}

#topcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#topcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #003300;
	border-left: 1px solid #003300;
	border-bottom: 1px inset #003300;
}

#topcontainer ul li a:hover
{
	background-color: #369;
	color: white;
}

#topcontainer #active { border-left: 1px solid #fff; }

/* rotating banners */
#banners img
  { 	 
  	border-color: #003300;
  }

#banners ul, #banners li, #banners a, #banners img
  { margin: 0;
    padding: 0;
	text-decoration:none;
  }
  
#banners ul
  { display: block;
    height: 140px;
    overflow: hidden;
  }

#banners li
  { display: block;
    list-item-style: none;
  }
