html { min-height: 100%; margin-bottom: 1px; }
body  { 
	margin: 0; 
	padding: 0; 
	background: #decffe url("images/mh-page-margins.gif") repeat-y center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#container {
	width: 780px;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	background: #fff url("images/purple-side.gif") repeat-y; 
	width: 780px;
	height: 900px;
	padding-bottom: 200px; 
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#masthead {
	background: #fff;
	height: 120px;
	padding-top: 2px;
	padding-left: 17px;
	border-top: 18px solid #9285c2;
	text-align: left;
}

#masthead img {
	float: left;
}

#masthead h1 {
	font-family: "Skia", Verdana;
	font-size: 24px;
	margin: 15px 25px 0px 0px;
	font-weight: normal;
}

#masthead p {
	font-family: "Skia", Verdana;
	font-size: 18px;
	font-weight: normal;
}

#strapline  {
	background: #000;
	height: 33px;
	text-align: left;
	padding-left: 50px;
}

#strapline p {
	margin: 0px;
	padding-top: 4px;
	padding-left: 0px;
	font-size: 18px;
	font-family: Verdana;
	color: #fff;
	font-weight: normal;
}


p { 
	font-size: 12px; 
	font-weight: normal; 
}

.large {
	font-size: 2px;
}

h1 {
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #333366;
	text-align: left;
	margin: 30px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial;
	font-size: 16px;
	text-align: left;
	margin: 30px;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
}

#leftpane {
	width: 188;
	float:left;
}
#announce {
	margin: 30px 0px 10px 10px;
	padding: 10px 9px 10px 9px;
	width: 144px;
	background:#000;
	border:solid white 1px;
	font-size:12px;
	font-weight:bold;
	color:white;
}

.nav {
	margin-top: 30px;
	margin-left: 13px;
	width: 185px;
}

.nav ul {
	list-style-type: none;
	line-height: 1.4em;
	margin: 0px;
	padding: 1px 0px 0px 0px;
	font-size: 12px;
	
}

.nav ul li {
	width: 158px;
	margin: 5px 0px 5px 0px;
}

.nav ul li a:link, .nav ul li a:visited {
	color: #000;
	display: block;
	background: #decffe;
	padding: 3px 3px 3px 5px;
	border: 1px solid #fff;
}

.nav ul li a:hover {
	background: #9285c2;
	color: #fff;
}

.nav ul li #current {
	background: #fff0bf;
	color: #000;
}


#copy {
	top: 80px;
	left: 185px;
	width: 360px;
	float: left;
}

#copy strong {
	font-size: 12px;
	font-weight: bold;
}
#copy p {
	font-size: 12px;
}

#copy p.address {
	font-size: 16px;
}

#copy ul.contact {
	list-style-type: square;
	font-size: 16px;
	font-weight: bold;
    line-height: 25px;
	margin: 15px;
	padding: 6px 0px 0px 0px;
}

#copy ul.standard {
	list-style-type: square;
	font-size: 14px;
	line-height: 20px;
	margin: 20px;
	font-weight: normal;
	padding: 0px 10px 0px 0px;
}

#contact {
	top: 100px;
	left: 185px;
	width: 360px;
	float: left;
}

#picturepanel img {
	border: 0px solid #000;
	margin: 0px 20px 0px 20px;
	float: right;
}

#big-bullits {
	width: 390px;
}

#big-bullits ul {
	list-style-image: url("images/bullet.gif");
	font-size: 14px;
	font-weight:bold;
    line-height: 22px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#footer {
	clear: both;
}

#footer p {
}
	
#footer {
	text-align: center;
	font-size: 10px;
	color: #505050;
	position: fixed;
	bottom: 0px;
	width: 780px;
	background: #ccc;
	margin-bottom: 0px;
	padding: 2px 0px 4px 0px;
	z-index: 5;
}

#footer_alt {
	clear: both;
	text-align: center;
	border-top: 1px solid #C2C9E4;
	padding-top: 4px;
}
