body {
	width:100%;
	text-align:left;
	margin:0px;
	padding:0px;
	border:0;
	color:#000046;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	background:#99CCFF url(../../images/grass.jpg);
	padding-bottom:40px;
	}


#container {
	float:left;
	margin-left:10px;
	margin-bottom:40px;
	width:775px;
	background: #fff url(../../images/leafborder.jpg) 50px 0px repeat-y;
	
	padding-bottom:50px;
	}
#masthead {
	height:160px;
	float:right;
	width:550px;
	}
#masthead h1 {
	font-size:xx-large;
	}
#content {
	float:right;
	width:550px;
	padding-top:0px;
	margin-top:0px;
	margin-left:0px;
	padding-left:5px;
	padding-right:5px;
	background:#fff url("../../images/contentbg.jpg") 100% 60px no-repeat;
	}
	
#content p {
	margin-top:10px;
	}
	
	#leftnav p {
	margin-left:5px;
	}
		
	
#leftnav {
	float:left;
	margin-left:10px;
	width:175px;
	background: transparent;
	padding-top:150px;
	
	}

/* Hail Zeldman! */
#leftnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	}

#leftnav 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;
	
	}


#leftnav 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;
}



#leftnav 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;
	}

#leftnav 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;
	}
		
.piccenter {
	text-align:center;
	padding-top:10px;
	}
	
	
.piccenter img {
	border:3px solid #006;
	}
	
	
.linklists {
	clear:both;
	padding-top:20px;
	}
	
.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:#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;
	}
.noticestop {
	margin:0;
	padding:0;
	background:#099 url(../../images/topbar.jpg) top left no-repeat;
	width:220px;
	}
	
.noticesbottom {
	margin:0;
	
	background:transparent url(../../images/bottombar.jpg) bottom left no-repeat;
	color:#fff;
	padding:8px;
	font-size:small;
	
	}
	
	.noticesbottom a {
		color:#FFFF99;
		}


.adblock {
	margin-top:10px;
	width:100%;
	
	

	}
	
.adblock p {
	color:#000000;
	font-size:small;
	font-weight:normal;
	padding:10px
}

/* Onion skinned drop shadows per http://www.alistapart.com/articles/onionskin/   */

.wrap1, .wrap2, .wrap3 {
  display:inline-table;
  /* \*/display:block;/**/
  }
.wrap1 {
  float:left;
  background:transparent url("../../images/shadow.gif") right bottom no-repeat;
  }
.wrap2 {
  background:transparent url("../../images/corner_bl.gif") left bottom no-repeat;
  }
.wrap3 {
  padding:0 4px 4px 0;
  background:transparent url("../../images/corner_tr.gif") right top no-repeat;
  }
	