* {
	margin:0;
	padding:0;
	}

body {
	width:100%;
	text-align:left;
	border:0;
	background:#646666;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	padding-bottom:40px;
	}


#container {
	
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	width:760px;
	background:transparent url("../../images/containerbg.jpg") top right repeat-y;
	}
	
#masthead {
	height:34px;
	width:760px;
	background:transparent url("../../images/top.jpg") top right no-repeat;
	}
#masthead h1 {
	display:none;
	}
	
#wrapper {
	width:760px;
	background: transparent url("../../images/wrapper.jpg") bottom right no-repeat;
	}
	
#content {
	float:left;
	width:450px;
	
	}
	
#content p, h1, h2, h3, h4, h5, h6 {
	margin-bottom:10px;
	padding-left:10px;
	}
	
#content ul {
	padding-left:30px;
	margin-right:30px;

	}
		
#nav {
	float:left;
	width:251px;
	height:625px;
	background:transparent url("../../images/navbg.jpg") top right no-repeat;
	padding-top:225px;
	padding-left:25px;
	}

/* Hail Zeldman! */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#nav li	{
	width: 251px;
	}

#nav li a {
	background:transparent url("/library/images/nav.gif") top left no-repeat;
	color:#fdf5f8;
	display: block;
	width: 251px;	
	height:37px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-decoration:none;
	padding-left:18px;
	padding-top:5px;
	}
#nav li a:hover {
	background:transparent url("/library/images/navhover.gif") top left no-repeat;
	color:#FFFF99;
	}

#siteoptions {
	margin-left:30px;
	padding-top:00px;
	}


#siteoptions a {
	text-indent:none !important;
	}
		
#address {	
	text-align:center;
	clear:both;
	
	width:100%;
	margin: 0px auto 170px auto;
	padding-top:00px;

	}	


#footer {
	padding:0 00px 60px 00px;
	width:100%;
	text-align:center;
	clear:both;
	
	}
	
#footer p {
	font-size:x-small;
	}
	
.agspaced {
	
	font-size:xx-small;
	color:#000000;
	margin-bottom:0px;
	padding-bottom:0;
	text-align:center;
	}
	
.slogan {
	letter-spacing:normal;
	}
.agspaced select {
	font-size:xx-small;
	}
	
.footertext {
	padding:0;
	margin:0;
	}
.footerlinks {
	font-size:x-small;
	font-weight:normal;
	margin:0 60px 20px 60px;
	}
.agspaced {
	margin:0 60px 0px 60px;
	}	
.agspaced a {
	color:#000000;
	
	}
	
	
.pic {
	float:right;
	margin:10px 10px 10px 10px;
	width:210px;
	height:250px;
	background: transparent url("../../images/dropshadow.jpg") bottom right no-repeat;
	clear:both;
	}
	
.pic p {
	font-size:x-small;
	}
	
.pic img {
	border:0;
	}

	
.subnav {
	float:right;
	margin:0px 0px 0px 10px;
	border: 3px solid #099;
	padding:5px;
	width:265px;
	background:#fff;
	}

.subnav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
.subnav ul li {
  margin: 6px 0 10px 0;
  padding: 0;
  
  line-height: 14px; /* height of icon */
  background-image:url(../../images/Maglogosmall.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
 
  }
.subnav ul li a {
  padding-left: 30px; /* width of icon + whitespace */
  font-size:small;
  font-weight:normal;
  }

img {
	border:0;
	}
	
td {
	vertical-align:top;
	}

a {
	color:#903;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	text-decoration:underline;
	}
	
.questions {
	list-style:none;
	font-weight:bold;
	margin:10px 0 0 0;
	}
	
.answers {
	list-style:disc;
	margin-left:20px;
	}

.formtable {
	width:100%;
	}
.labels {
	width:35%;
	}
	
fieldset {
	margin-right:50px;
	}
	
