@charset "utf-8";
/* CSS Document */

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	padding: 0px; 
	margin-top: 0px;
	font-style: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding: 0px;
	font-weight: bold;
	
}
h3 {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}
h4 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
	font-weight: bold;
}


p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;

}
ul{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 5px;

}
sup{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	

}
sub{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	

}
#framecontentLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 250px; /*Width of left frame div*/
	height: 100%;
	overflow: auto; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #316127;
	background-image:url(../images/side_bar.jpg);
	background-repeat:no-repeat;
	color: white;
}

#framecontentLeft a:link	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0a2313;
	font-weight: bold;
	text-decoration: none;
	}

#framecontentLeft a:visited	{
	color: #0a2313;
	font-weight: bold;
	text-decoration: none;
	
	}

#framecontentLeft a:hover	{
	color: #45572e;
	font-weight: bold;
	
	}

#framecontentTop{
position: absolute; 
top: 0; 
left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
height: 110px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #6f8170;
color: white;
overflow: auto;
}

#framecontentBottom{
	position: absolute;
	top: auto;
	left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
	bottom: -4px;
	right: 0;
	height: 80px; /*Height of bottom frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #ebedeb;
	color: #0a2313;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#maincontent{
position: fixed; 
top: 110px; /*Set top value to HeightOfTopFrameDiv*/
left: 250px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
bottom: 60px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background: #fff;
line-height: 15px;
}
#maincontent a:link	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0a2313;
	text-decoration: underline;
	}

#maincontent a:visited	{
	color: #0a2313;
	text-decoration: underline;
	}

#maincontent a:hover	{
	color: #45572e;
	
	
	}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}





#framecontentBottom a:link	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0a2313;
	font-weight: bold;
	text-decoration: none;
	}

#framecontentBottom  a:visited	{
	color: #0a2313;
	font-weight: bold;
	text-decoration: none;
	
	}

#framecontentBottom  a:hover	{
	color: #45572e;
	font-weight: bold;
	
	}
* html body{ /*IE6 hack*/
padding: 110px 0 60px 250px; /*Set value to (HeightOfTopFrameDiv  0 HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop, * html #framecontentBottom{ /*IE6 hack*/
width: 100%;
}

