html, body, div, span, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
img, div, a, input, li { behavior: url(/website/images/iepngfix.php) }
a img, :link img, :visited img {
	border: 0;
}
a{
color:#678227;

}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html{
	background:#260022 url(../images/backfon.png) repeat-x;	
	height:100%;
}
body{
	background:url(../images/fonsecond.jpg) no-repeat top center;

}
#main{
	width:900px;
	overflow:hidden;
	_height:1%;		
	margin:auto;
	padding:0px;
}
ul.leftmenu{
	list-style:none;
	margin:0px;
	padding:0px;
	width:194px;
	margin-top:150px;
	padding-left:102px;
	float:left;
}
ul.leftmenu li{
	list-style:none;
	margin:5px 5px;
	background:url(../images/butfon.png) no-repeat;
	text-align:center;
	padding-top:3px;
	background:url(../images/butfon.png) no-repeat;
	text-align:center;
	height:22px;
	width:178px;	
}
ul.leftmenu li a{
	font-weight:bold;
	text-transform:uppercase;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}
ul.leftmenu li a:hover{
	color:#FFFF00;
}
.maintext{
	width:568px;
	float:right;
	margin-right:15px;
	margin-top:65px;
	margin-left:20px;	
	_height:600px;
}
.maintextfon{
	background: url(../images/secondfon.gif) repeat-y;
	padding:0px;
	margin:0px;

}
.maintextfon .greenfon{
	min-height:400px;
	background: url(../images/secondgreenfon.png) repeat-x;
	text-align: left;
	padding:0 25px;
	margin:0px 8px;
	width:502px;
}

/* IMAGES */

img {
	border: none;
}
 img.right {
		float: right;
		margin-left: 20px;
	}
 img.left {
		float: left;
	}
 img.leftAlone {
		float: left;
		margin-right: 100%;
	}
img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

.secondtop{

	width:568px;
	height:27px;
	background: url(/website/images/secondtop.png) no-repeat;
	text-align:left;
}
.secondfooter{
	width:568px;
	height:115px;
	background: url(../images/secondbottom.png) no-repeat;
}
.line{
	height:2px;
	background: url(../images/topline.gif) repeat-x;
	margin:15px 0;
}
h1{
	font-size:16px;
	color:#ffffff;
	margin:0px;
	padding-top:0px;
}
h2{
	font-size:14px;
	margin:0px;
	padding-top:0px;	
}
.path{
	font-size:12px;
	color:#FFFFCC;
	margin-bottom:15px;
	text-align:right;
}
.path a{
	color:#FFFFCC;
}
.readtext{
	line-height:160%;
	text-align: justify;
	overflow:hidden;
	_height:1%;
	font-size:13px;			
}

hr{border: 0;height: 1px;color: #E8EB8F;background-color: #E8EB8F;} 
.clear{
	clear:both;
}
.small{
	font-size:11px;
}

#CommentsRSSFeed{
margin-bottom: 0px;
padding-bottom: 0px;
}



.secondfooter{
	text-align:left;
	font-size:11px;
	color:#f2cd44;
	line-height:145%;
	padding-top:40px;
	padding-left:15px;
	width:553px;
}
.secondfooter a{
	text-align:center;
	font-size:11px;
	color:#f2cd44;
	text-decoration:none;
}



/* GENERIC FORM STYLING */
 form {
	background: #EFF2BB;
	padding:15px ;
}
form fieldset {
		border:0;
		padding:0px;

	}
.message {
			color:#ffffff;
			background:#FFA200;
			padding:5px;
			margin-top:5px;
			width:95%;
		}

span.middleColumn {
			float:right;
			width:300px;

		}
form .field {
			padding:5px;
			overflow:hidden;
			_height:1%;				
		}			
				
form div {
			margin-top:10px;
		}
form label {
			font-size:1.1em;
			color:#333;
		}
form label.left {
				float:left;
				width:150px;
				
			}
form label.right {
				float:right;
				width:300px;
				
			}			
form p input {
				float:left;			
			}
form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				font-weight:bold;
			}
form input.text,
form textarea,
form select {
			width:95%;
			color:#000;
			background:#ffffff;
			border:1px solid #e4e4e4;
			padding:5px;
		}
		
form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
form input.year {
			width:35px;
		}
form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
form p.Actions input {
				padding:2px;
			}