body {
	text-align: center;
	background: #ffffff;
	}

div#homeContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #DADAD7;
	padding: 0;
	width: 800px !important;
  	width /**/:802px;
	color: #000000;
	}
	
p {
	padding: 0;
	margin: 0;
	}

h1 {
	font: bold 18px georgia, times, sans-serif;
	line-height: 160%;
	color: #003300;
	border-bottom: 1px solid #003300;
	margin: 0;
	padding: 0;
	}


	
a.mainNav {
	font: normal 11px arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
    margin: 0 50px 0 0;
	border: 0;
	color: #053D6F;
	text-decoration: none;
	display: inline;
		}

a.mainNav:hover, a.mainNav:active {
	color: #717171;
	text-decoration: none;
		}
		
		
#contentContainer {
	width: 100%; 
    background: url(/images/content_bg.gif) top left no-repeat;
	border: 0; 
	padding: 0; 
	margin: 0; 
	text-align: left;
	}
	
#footer {
	width: 780px !important;
  	width /**/:800px;
	height: 37px;
    background: url(/images/footer_bg.gif) top left repeat-x;
	border: 0; 
	padding: 0 10px; 
	margin: 0; 
	font-size: 11px; 
	font-family: arial, verdana, helvetica, sans-serif; 
	font-weight: bold; 
	color: #ffffff;
	text-align:left;
	}

a.contact {
	color: #ffffff;
	text-decoration: none;
		}

a.contact:hover, a.contact:active {
	color: #DADAD6;
	text-decoration: none;
		}		

a.contentLink {
	font-weight: bold;
	color: #024580;
	text-decoration: none;
	float: right;
		}

a.contentLink:hover, a.contentLink:active {
	color: #DADAD6;
	text-decoration: none;
		}	

p.quote {
		font-family: arial, helvetica sans-serif; 
		font-size: 14px;
		font-style: italic;
		line-height: 160%; 
		color: #014785;
		padding: 10px;
		padding-top: 20px;
		padding-bottom: 0px;
		background: url(/images/quote_open.gif) top left no-repeat;
		/*border-top: 1px solid #014785;*/
		margin-bottom: 0px;
        margin-top: 100px;
	}

p.quoted {
		font-family:arial, helvetica sans-serif; 
		font-style: italic;
		font-size: 12px;
		color: #333333;
		padding: 8px;
		margin-top: 0px;
		padding-top: 15px;
		background: url(/images/quote_close.gif) top right no-repeat;
		/*border-bottom: 1px solid #014785;*/
		text-align: right;
		min-height: 32px;
	}
