body {
 background-color: #336699;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 12px;
}
h1 {
 font-size: 25px;
 font-weight: bold;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
img {
border: none;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: blue;
}
a:active {
	text-decoration: none;
	color: Gray;
}

a:focus {
	text-decoration: none;
	color: Gray;
}

a:hover {
	text-decoration: none;
	color: Gray;
}

  .roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
/* In the CSS below, the numbers used are the following:
    1px: the width of the border
    3px: a fudge factor needed for IE5/win (see below)
    4px: the width of the border (1px) plus the 3px IE5/win fudge factor
    14px: the width or height of the border image
*/
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 14px; height: 14px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -14px 0px 0px 0px; }
.borderBR { margin: -14px 0px 0px 0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px! Why? */
.borderTL {
    margin-left: -4px;
    ma\rgin-left: -1px;
}
html>body .borderTL {
    margin-left: -1px;
}
.borderTR {
    margin-right: -4px;
    ma\rgin-right: -1px;
}
html>body .borderTR {
    margin-right: -1px;
}
.borderBL {
    margin-left: -3px;
    ma\rgin-left: 0px;
}
html>body .borderBL {
    margin-left: 0px;
}
.borderBR {
    margin-right: -3px;
    ma\rgin-right: 0px;
}
html>body .borderBR {
    margin-right: 0px;
}
/* To get around a known bug in IE5/win, apply the
   border (no margin, padding or positioning) to the
   content class and apply whatever positioning you
   want to the contentWrapper class. */
.content {
    margin: 0px;
    padding: 0px;
    border: 1px solid #000000;
}
.contentWrapper {
    /* position this div however you want, but
       keep its padding and border at zero */
    padding: 0px;
    border: 0px;
    width: 740px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}
.googlemap {
 text-align: center;
 border: 1px solid;
 margin-left: auto;
 margin-right: auto;
 width: 600px;
 height: 400px; 
}

.ads {
text-align: center;
margin-left: 10px;
margin-right: auto;
}
/* Style for remarks */
.remarksheader {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: #003366;
}

.remarksbody {
 	
 	

}

.remarksinput {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 5px 1px 5px 1px;
	margin-left: 10px;
	background-color: #f0f0f0;
 	width: 70%;
}

.remarksadmin {
	border: 1px dashed #3c78b5;
	padding: 10px;
	margin: 5px 0px 10px 0px;
	background-color: #f0f0f0;
}

.remarksadminheader {
	margin: 0px 20px 0px 0px;
	font-weight: bold;
	vertical-align: super;
}

.remarkbox {
	padding: 5px 10px 5px 10px;
    margin: 5px 0px 5px 0px;
    margin-left: 10px;
    border: 1px #bbb solid;
}

.remarkblock {
	margin: 0px 0px 10px 0px;
	color: #000000;
}

.remarksource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
 	width: 98%;
}

.remarkstatusbox {
    border: 1px dashed red;
	background-color: #f0f0f0;
    font-size: 11px;
	font-style: italic;
    padding: 10px 5px 10px 5px;
    margin: 5px 0px 5px 0px;
}
.faqbody {
 	
 	
}
.faqheader {
	width: 600px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	color: #003366;
}
.faqquestion {
	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
.faqanswer {
	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
.instructions {
	
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	color: black;
}
.zoom {
	text-align: center;
	
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	color: red;
}
.message {
	margin-left: 20px;
}