/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	background: #EFF5E9;
	width: 100%;
}
.BodyHeader{
	color: #2f4f4f;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}

.body_text{
	color: #2f4f4f;
	font-family: Trebuchet MS;
	font-size: 10pt;
	text-align: left;
}
.CenterColText{
	color: #2f4f4f;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10pt;
	padding-right: 10pt;
}

a.menu_text{
	color: #E23D28;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}
a:hover.menu_text{
	color: brown;
	font-weight: bold;
	text-decoration: underline;

}

.sidebar{
	'background-image: url(../images/leftcurve3.gif);
	background: #bbbf8d;
	'background-repeat: no-repeat;
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 10px;
}
.sidebar2{
	background-image: url(../images/leftcurve3.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-left: 0px;
	padding-left: 10px;
}

.Sidebar_Head {
	color: #EFF5E9;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
}
.sidebar ul{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #FFF8DC;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	list-style:none;
	list-style-type: none;
	padding-left: 5px;	
}

.sidebar li{
	color: #FFF8DC;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	margin-left: 8px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	list-style:none;
	list-style-type: none;
	padding-bottom: 2px;
}

a.sidebar_text {
	color: #EFF5E9;
	font-weight: bold;
	text-decoration: none;
}

a:hover.sidebar_text{
	color: #FFFFFF;
	Font-weight: bold;
	text-decoration: underline;
}




