form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 0px;
    padding: 0;
    font-family: "Trebuchet MS", Arial, serif;
    font-size: 11px;
    color: #000000;
	background-color: #FFFFFF; 
}

#page
{
	margin: 0 auto;
	text-align: left;
	width: 938px;
}

a           
{
    text-decoration: none;
    color: #5D9732;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 


#topNav
{
	margin: 0 0 20px 0;
	background: url(images/nav.jpg);
	height: 28px;
}
#topNav a
{
	display: block;
	float: left;
	line-height: 28px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 20px;
	border-left: 1px solid #162737;
	border-right: 1px solid #D7E5CC;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #000000;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 43px;	
	font-weight: bold;
	margin: 0px 10px 20px;
	padding: 0px;
	text-align: center;
	color: #162934;
}

.leftBox1
{
	width: 164px;
	/*background: #172935;*/
	padding: 10px 5px 0px 20px;
	text-align: left;
}
.leftBox1 ul
{
	padding:0;
	margin:0;
}
.leftBox1 ul li
{
	color: #162a35;
	font-size:12px;
	list-style:none;
	/*border-bottom:1px solid #a5c58d;*/
	margin-top:12px;
	/*background:url(images/tick.gif) no-repeat left 2px;*/
	background:url(images/leftlink-bg.gif) no-repeat bottom #fff;
	padding-left:8px;
	padding-right:7px;
	padding-bottom:4px;
	
}
.leftBox1 ul li a
{
	color: #162a35;
}

.leftBox1 ul li a:hover
{
	color:#35591d;
	text-decoration:none;
}
.leftBox
{
	width: 134px;
	/*background: #172935;*/
	padding: 10px 5px;
	text-align: center;
	margin: 10px 0px;
}
.leftBox a
{
	color: #365F91;
}

.border1 { border: 1px solid #152934; }

.mainText
{
	font-weight: normal;
	margin: 10px 25px;
	text-align: left;
}
.mainText h1,h2,h3,h4,h5,h6
{
	font-size: 15px;	
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
}
.mainText strong.bold
{
	font-size: 15px;	
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	color: #000000;
}
#bottomNav
{
	margin: 0 0 20px 0;
	background: #162934;
	height: 19px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;

}
#bottomNav a
{
	line-height: 19px;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
}
#bottomNav a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright
{
	font-weight: normal;
	color: #5D9732;
	font-size: 9px;
	margin: 0px 0px;
	text-align: right;
}



/* Logoworks link back */
#linkback, #linkback a
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 0px 0px;
	margin: 10px 0px;
	text-decoration: none;
	text-align: right;
}


.alignRight{
	text-align:right;
	}