* {
	margin:0;
	padding:0;
	}

body {
	width:100%;
	text-align:center;
	margin:0px;
	padding:0px;
	border:0;
	color:#000;
	background:#009EAD;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	padding-bottom:40px;
	}


#container {
	text-align:left;
	
	margin:20px auto 20px auto;
	width:754px;
	padding-bottom:10px;
	border: 3px solid #FCCBD8;
	background:#fff;
	}
	
#masthead {
	height:130px;
	width:754px;
	}
#masthead h1 {

	}
#content {
	float:right;
	width:550px;
	padding-top:0px;
	margin-top:0px;
	margin-left:10px;
	background:#fff;
	}
	
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin:10px;
	}
	
#content h1 {
	font-size:1.4em;
	color:#009EAD
	}

#content h2 {
	font-size:1.3em;
	color:#009EAD
	}
#content h3 {
	font-size:1.2em;
	color:#009EAD
	}
#content h4 {
	font-size:1.1em;
	color:#009EAD
	}

#content ul {
	padding-left:30px;
	}
	
		
	
#navigation {
	float:left;
	margin-left:5px;
	width:180px;
	background:#FCCBD8;
	padding-top:20px;
	
	}

/* Hail Zeldman! */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#nav li	{
	text-align: left;
	width: 164px;
	margin-left: 6px;
	padding: 0;
	color: #010101;
	margin-bottom:3px;
	}


#nav li a {
	display: block;
	text-align:center;
	font-weight: bold;
	padding: 7px 0 0 0;
	color: #fff;
	background:#F884A2;
	border: 2px solid #333;
	font-size:10px;
	text-decoration: none;
	width: 164px;	
	height:18px;
}



#nav li a:hover {
	font-weight: bold;
	color: #009EAD;
	background-color:#fff;
	text-decoration: none;
	}

#nav li#active a {
	font-weight: bold;
	color: #006;
	background: #F884A2;
	text-decoration: none;
	}

#address {
	font-size:xx-small;
	margin:10px 0 0 10px;
	}
	
#address ul{
	list-style:none;
	margin-bottom:10px;
	}
#siteoptions {
	font-size:xx-small;
	margin:10px 0 0 8px;
	}
#siteoptions ul{
	list-style:none;
	
	}

#siteoptions a {
	font-weight:normal;
	color:#000;
	}
	
#footer {
	padding-top:50px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	clear:both;
	}
	
#footer p {
	font-size:x-small;
	}
.footerlinks {
	text-align:center;
	clear:both;
	padding-top:30px;
	letter-spacing:.15em;
	}
		
.hack {
	clear:both;
	width:100%;
	}
	
.agspaced, .copyright {
	font-size:xx-small;
	color:#000;
	padding-bottom:0;
	text-align:center;
	}
	
.slogan {
	letter-spacing:normal;
	}
.agspaced select {
	font-size:xx-small;
	width:150px;
	margin-top:5px;
	}
	
.agspaced a, .copyright a {
	color:#000;
	}

.copyright {
	margin-top:10px;
	}
		
	
.pic {
	float:right;
	display:inline;
	margin:10px 5px 10px 10px;
	width:207px;
	clear:both;
	}
	
.pic p {
	font-size:x-small;
	}
	
.pic img {
	border:3px solid #009EAD;
	}

	
.subnav {
	float:right;
	display:inline;
	margin:10px 5px 5px 10px;
	border: 2px solid #FCCBD8;
	background-color:#009EAD;
	width:203px;
	font-size:10px;
	}

.subnav ul {
  list-style: none;
  margin:0;
  padding-left:10px !important;
  padding-bottom:3px;
  }

.subnav p{
	font-size:x-small;
	padding-left:0px !important;
	padding-top:3px;
	} 

img {
	border:0;
	}
	
td {
	vertical-align:top;
	}

a {
	color:#009EAD;
	font-weight:bold;
	text-decoration:none;
	}

.subnav a {
	color:#fff;
	font-weight:normal;
	}
		
a:hover {
	text-decoration:underline;
	}
	
.formtable {
	width:100%;
	}
.labels {
	width:35%;
	}
fieldset {
	padding:10px;
	}
	
