/* CSS Document */



/* General Rules
----------------------------------------------- */

body {
	background:  #213f59 url("../img/bkg_body.jpg");
	color: #213F59;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 15px 0;
	color: #537D95;
	}

h3 {
	color: #537D95;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
	}

hr {
	background: none;
	border: none;
	border-top: 1px solid #bbb;
	margin: 25px 50px;
	}

.copyright {
	font-size: 10px;
	color: #537D95;
	}

.required {
	color: #ff0000;
	font-weight: bold;
	}

.bottomLined td {
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
	}

.whiteText { color: #fff; }
.whiteText a, .whiteText a:visited { color: #fff; text-decoration: none; }
.whiteText a:hover { text-decoration: underline; }

blockquote {
	background:  url("../img/quoteIcon.gif") top left no-repeat;
	margin: 10px 30px 40px 15px;
	padding-left: 40px;
	}

td { vertical-align: top; }

li.form_error_list
{
    background-color: #ffcccc;
    border-bottom: 1px solid black;
    font-weight: bold;
	list-style: none;
    margin-left: 0;
    padding: 2px 4px;
	}

.form_error
{
    background-color: #ffcccc;
	}


.imgLeft {
	float: left;
	margin: 0 20px 10px 0;
	}

.imgRight {
	float: right;
	margin: 0 0 10px 20px;
	}
