/* Born on 07/10/2004 sfisher at pixelwelder.com */
body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-image: url(../images/bg_tile.gif);
}
/* TYPE STYLES */
p.serif_11_18{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px; /* 12 */
	line-height: 22px; /* 20 */
	color: #333;
}
#nav {
	color: #09f;
}
a:link {
  background-color: transparent;
  color: #0099ff;
}
a:visited {
  background-color: transparent;
  color: #09f;
  text-decoration: underline;
}
a:hover {
  background-color: #99CCFF;
  color: #000;
  text-decoration: none;
}
a:active {
  background-color: transparent;
  color: #FFD700;
  text-decoration: underline;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    color: #1425be;
}
h3 {
	font-family: Helvetica, Verdana, Arial, sans-serf;
    font-size: 18px;
    color: #00a0c6
}
#header_noBR {
	font-family: Helvetica, Verdana, Arial, sans-serf;
    font-size: 18px;
    color: #00a0c6
}
.serif18_333 {
	font-size: 18px;
	font-weight: bold;
}
/* CONTENT AREAS */
.bg_fff{
	background-color: #fff;
}
.div_15{
	margin: 15px;
}
.policyDiv{
	margin: 15px;
	width: 725px;
    position: relative;
	top: 10px;
    margin: auto;
	background: #fff;
	padding: 10px;
	border: 2px solid #C6AE04;
	-moz-border-radius: 10px;
}
#sectionCallout {
	background-color: #ffffe0;
	border-top : 1px solid #e9d998;
    border-bottom : 1px solid #e9d998;
	text-indent: 10px;
	vertical-align: middle;
    padding: 1px;
}
/* CONTAINER STRUCTURE */
.sideLeft {
	background-image: url(../images/lt.gif);
	background-repeat: repeat-y;
}
.sideRight {
	background-image: url(../images/rt.gif);
	background-repeat: repeat-y;
}
#watermark_map {
	background-color: #fff;
	background-image: url(../images/map_bg.gif);
	background-repeat: no-repeat;
}
#footer  {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #708090;
}
#footer a:link,
#footer a:visited {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
	text-decoration: underline;
    color: #708090;
}
#footer a:hover {
    background-color: transparent;
	text-decoration: none;
    color: #000;
}
.copyright {
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #708090;
}