@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(img/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.twoColFixLt #container {
	width: 820px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #FBFBFB;
	text-align: left;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;

}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	background-color: #FFF;
	min-height: 800px;
}

.twoColFixLt #sidebar1 h3 {
	color: #FFF;
	background-color: #C36;
	width: 100%;
	border: Thin solid #900;
	height: 1.5em;
}
.twoColFixLt #mainContent {
	background-color: #FFC;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #FC0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #FC0;
	min-height:820px;
} 

.twoColFixLt #mainContent p{
	font-size: 85%;
}
.logoside {
	height: 194px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#v_mnu_01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 2em;
	}

#v_mnu_01 {
	width: 200px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E8F3CF;
	border-right-color: #E8F3CF;
	border-bottom-color: #E8F3CF;
	border-left-color: #E8F3CF;
}

#v_mnu_01 li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E8F3CF;
}
#v_mnu_01 .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#v_mnu_01 li a:link, #v_mnu_01 li a:visited {
	color: #749A25;
	display: block;
	background-color: #D5EAA8;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	}

#v_mnu_01 li a:hover {
	color: #E3F1C7;
	background:  #5A781D;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-color: #9C0;
	border-bottom-color: #9C0;
	}
	
.twoColFixLt #footer {
	font-size: 80%;
	color: #FFF;
	background-color: #FC6;
	text-align: center;
}

.twoColFixLt #footer #menutxt{
	font-size: 90%;
	font-weight: bold;
	color: #C00;
}
.twoColFixLt #footer #menutxt a:link, .twoColFixLt #footer #menutxt a:visited{
	color: #039;
	text-decoration: none;	
}
.twoColFixLt #footer #menutxt a:hover{
	color: #C00;
	text-decoration: none;	
}