@charset "windows-1251";
/***********************************************/
/* htm tag styles                             */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #0e1201;
	line-height: 1.166;	
	background: #006600;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #578b03;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

/************** header tag styles **************/

h1{
 font: bold 18px Arial,sans-serif;
 color: #006600;
 margin: 5px;
 padding: 5px;
}

h2{
 font: bold 15px Arial,sans-serif;
 color: #207606;
 margin: 5px;
 padding: 5px;
}

h3{
 font: bold 14px Arial,sans-serif;
 color: #4b7f3c;
 margin: 5px;
 padding: 5px;
}

h4{
 font: 12px Arial,sans-serif;
 color: #4b7f3c;
 margin: 5px;
 padding: 5px;
}

h5{
 font: 12px Arial,sans-serif;
 color: #4b7f3c;
 margin: 5px;
 padding: 5px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/*************** story styles ******************/

.story {
	padding: 10px 10px 0px 10px;
	font-size: 13px;
	
	
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #4d6402;
}

.story p {
	padding: 10px 0px 10px 0px;
}


.littletop {
	color:#135501;
	font-size: 13px;
	font-weight: bold;

	}

.bread {
	color:#135501;
	font-size: 12px;
	font-weight: bold;
	}
	
.leftcolmn {
	font-size: 11px;
	font-weight: bold;
	color: #003300;
padding: 5px 5px 0px 5px;
	}

.leftcolmn a{
	font-size: 11px;
	font-weight: bold;
	color: #578b03;
	padding: 5px 5px 0px 5px;
	}	
	

.copy {
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	padding:0px 10 px 10px 10px;
	}

.copy a{
	font-size: 10px;
	font-weight: bold;
	color: #003300;
	}
	
#navigation td {
	border-bottom: 0px;
	}
	
#navigation a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #135501;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:3px 3px 3px 3px;
		}
	
#navigation a:hover {
	background: #297c12;
	color:#e3f1b5;
	}	

#navigation a.current {
	background: #297c12;
	color:#e3f1b5;
	}

/********************* end **********************/