/**************************************************

	COMMON
	
	

#header,
#centrecolumn,
#leftcolumn,
#rightcolumn {
	border:solid 1px #f00;
	}	
	*/

LI P {margin:0;}
HR {
	margin:15px 0;
	color:#454545;
	}
A {color:#ec9a17; text-decoration:none;}
A:hover {text-decoration:underline;}
A.blue {color:#00345c; font-weight:bold;}

H1{color:#cf142b; font-size:360%; font-weight:bold;}
H2{color:#0078c5; font-size:300%; font-weight:bold;}
H3{color:#2e2e2e; font-size:210%}
H4{color:#204d70; font-size:160%;}
H5{color:#00345c}
H6{color:#868d95;}


.floatright{float: right; margin: 0 0 15px 15px; }
.floatleft{float: left; margin: 0 15px 15px 0; }
.clearleft{clear: left;}
.clearright{clear: right;}

.error{
    color: #b02828;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    padding-bottom: 6px;
    margin-bottom: 15px;
    }
.success{
    color: #8fbc2d;
    font-weight: bold;
    border-bottom: solid 1px #d5f199;
    padding-bottom: 6px;
    margin-bottom: 15px;
    }
	
.header-image {
	margin:0 0 20px;
	}

.more-link {background:url(../images/more-arrow.gif) no-repeat;
	padding:0 0 0 30px;
	color:#26a62b;
	text-transform:uppercase;
	display:block;
	line-height:15px;
	}
	
.more-link:hover {text-decoration:none;}
	
.more-link:hover STRONG {
	border-bottom:dotted 1px #26a62b;
	}
	
.noborder {
	border:none !important;
	}
	
/**************************************************

	FORMS

	*/
	
LABEL {
	font-weight:bold;
	width:150px;
	display:block;
	float:left;
	color:#000;
	clear:both;
	}
FORM UL {
	list-style:none;
	margin:0;
	padding:0;
	color:#0078c5;
	}
	
FORM UL LI {
	clear:both;
	margin:5px 0;
	}