body {
	width:100%;
	text-align:left;
	margin:0px;
	padding:0px;
	border:0;
	color:#000046;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	padding-bottom:40px;
	}

#flicker {
	display:none;
	}

#printme {
	display:block;
	}
	

#container {
	margin-left:10px;
	margin-bottom:40px;
	width:775px;
	padding-bottom:50px;
	}
	
#masthead {
	height:160px;
	width:550px;
	}
#masthead h1 {
	font-size:xx-large;
	}
#content {
	
	width:550px;
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
	padding-left:5px;
	padding-right:5px;
	}
	
#content p {
	margin-top:10px;
	}
	
	
#nav {
	display:none;
	margin-left:10px;
	width:175px;
	padding-top:150px;
	
	}

/* Hail Zeldman! */
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#nav li	{
	text-align: left;
	/*border-bottom: 1px solid #010101; */
	width: 175px;
	margin-top: 20px;
	padding: 0;
	font: 12px/20px "Lucida Grande", "Lucida Sans Unicode","Trebuchet MS",trebuchet, verdana, arial, helvetica, sans-serif;
	color: #010101;
	
	}


#nav li a {
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-left:10px;
	margin-left:10px;
	background: transparent url("../../images/buttonsprite.jpg") 0px 0px no-repeat;
	color: #fff;
	text-decoration: none;
	width: 175px;	
	height:30px;
}



#nav li a:hover {
	font-weight: bold;
	background: transparent url("../../images/buttonsprite.jpg") -185px 0px no-repeat;
	color: #fff;
	/*
	border-left: 1px solid #0098d4;
	border-right: 1px solid #010101;
	
	*/
	text-decoration: none;
	}

#nav li#active a {
	font-weight: bold;
	
	color: #fc0;
	/*
	border-left: 1px solid #0098d4;
	border-right: 1px solid #010101;
	*/
	text-decoration: none;
	}

	
	
#footer {
padding-top:50px;
	width:100%;
	text-align:center;
	clear:both;
	}
	
#footer p {
	font-size:x-small;
	}
	
	
.agspaced {
	letter-spacing:.1em;
	font-size:x-small;
	color:#000000;
	margin-bottom:-10px;
	padding-bottom:0;
	}
	
.footertext {
	padding:0;
	margin:0;
	}
		
.agspaced a {
	color:#000000;
	}
	
	
.pic {
	float:right;
	margin:10px 0px 10px 10px;
	width:280px;
	clear:both;
	}
	
.pic p {
	font-size:x-small;
	}
	
.pic img {
	border:3px solid #006;
	}

	
.subnav {
display:none;
	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:#00817c;
	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;
	}


	
