html, body {margin: 0px; padding: 0;}

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#branding {visibility: visible; height: 80px; text-align: center}

#header {display: none; width: 100%; top: 0px;}

#menu {display: none;}

#content {width: 100%;top: 80px;left: 0px;}

#gutter {display: none;}

#footer {display: none;}

#contact {visibility: visible; border: solid 1px #c0c0c0; margin: 40px; text-align: center}

p {line-height: 150%; }

h1 {font-size: 1.5em; color: #000000}
h2 {font-size: 1.3em; color: #FF6600}
h3 {margin-bottom: -12px; font-size: 1em; color: #3399CC;}

hr { color: #808080; height: 1px; width: 70%; border: none; background-color: #808080}

.content {padding-left: 30px; padding-right: 30px;}
.indent {padding-left: 30px;}

a:link, a:visited {	color: #0099FF; text-decoration: underline; }
a:hover, a:active { color: #FF6600; text-decoration: none; }