/* Universal styles*/

a:link {
	color:#004bb4;
	background-color:transparent;
	font-weight:normal;
	text-decoration:underline;
}

a:visited {
	color:#004bb4;
	background-color:transparent;
	text-decoration:underline;
	font-weight:normal;
}

a:hover {
	color:#6ec82d;
	text-decoration:none;
	font-weight:normal;
	background-color:transparent;
	text-decoration:underline;
}

a:visited:hover {
	color:#6ec82d;
	text-decoration:none;
	font-weight:normal;
	background-color:transparent;
	text-decoration:underline;
}

h1,h2,h3,h4 {
	font-weight:bold;
	font-family:verdana,helvetica,sans-serif;
	color:#666
}

h1 {
	margin:0;
	font-size:125%;
	padding-bottom:5px;
}

h2 {
	margin:5px 20px 5px 0px;
	padding-top: 0px;
	font-size:110%;
	line-height:115%;
	text-align:left;
	color:#52a417;
}

h3 {
	margin:0px 20px 5px 0px;
	padding-top: 0px;
	font-size:100%;
	line-height:110%;
	text-align:left;
}

h4 {
	margin:0px 20px 0 0;
	padding:0;
	font-size:95%;
	line-height:110%;
	text-align:left;
}

hr {
	border-right: #000000 0px solid;
	border-top: #CCCCCC 1px dotted;
	border-left: #000000 0px solid;
	border-bottom: #000000 0px solid;
	color: #CCCCCC;
	height: 1px;
}

p {
	margin: 5px 0px 25px 0px;
}

ul{
margin: 10px 0px 30px 10px;
padding-left: 10px;
list-style: square url(../images/bullet.gif);
}

li{
margin: 3px 0px 8px 0px;
}

ul.arrow {
	margin: 10px 0px 20px 10px;
	padding-left: 10px;
	list-style: square url(../layout/bullet_arrow.gif);
}

li.arrow {
	margin: 8px 0px 20px 0px;
}

.photoleft {
	float: left;
	margin: 5px 60px 20px 10px;
}
.photoright {
	float: right;
	margin: 5px 15px 20px 65px;
}

.sectionbar {
	width: 527px;
	background: url(../layout/hdr_bar.gif) top right no-repeat #eeeff0;
	display: block;
	padding-left: 8px;
	padding-right: 15px;
	padding-top: 6px;
	padding-bottom: 3px;
	font-weight: 600;
	color:#52a417;
	margin-bottom: 10px;
	margin-top: 10px;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}



/*-------------------------------------------------------------------------------------*/

