@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5d5d;
}

form {
	margin:0;
}

p {
	margin:0 0 20px 0;
}

a:link, a:visited {
	color:#258095;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#footer_left {
	width:140px;
	float:left;
}

#footer_right {
	width:638px;
	float:left;
	color:#fff;
	text-align:center;
	padding-top:45px;
}

#search {
	float:right;
	text-align:left;
	width:175px;
	padding-top:30px;
}

#search #contentSearchFormSearchBox {
	width:125px;
	color:#977676;
}

h1 {
	font-size:18px;
	margin:0 0 10px 0;
	padding:0;
	color:#333;
	text-transform:uppercase;
}

h2 {
	font-size:16px;
	color:#333;
	margin:10px 0;
	padding:0;
}

h3 {
	font-size:14px;
	color:#000;
	font-weight:normal;
	margin:5px 0;
}

h4 {
	font-size:16px;
	color:#2e86c9;
	font-weight:normal;
	margin:10px 0;
}

h5 {
	font-size:16px;
	color:#000;
	font-weight:normal;
	margin:10px 0;
}

h6 {
	font-size:14px;
	font-weight:bold;
	color:#333;
	margin:10px 0 20px 0;
}