html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, img, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	margin: 10px auto;
	font: 1em Georgia, "Times New Roman", Times, serif;
	min-width: 750px;
	max-width: 1010px;
	background: #FFFFFF;
}
#brwWrapper {
	padding-right: 0px;
	padding-left: 0px;
}

#top {
	display:none;
}

#menu {
	display:none;
}

#content {
	margin-top: 0px;
	padding-top: 0px;
	border-style: none;
}
#content h1 {
	font-size: 2em;
	text-align: right;
	color: #000066;
	letter-spacing: .5em;
	margin: 0px 25px 20px 20px;
}
#content h2 {
	font-size: 1.2em;
	color: #003366;
	margin-left: 40px;
	margin-top: 20px;
	border-bottom: 1px solid #003366;
	padding-bottom: 5px;
	margin-right: 3em;
}

#content p {
	line-height: 1.5em;
	margin: 5px 4em 1.5px 3em;
	font-size: 1em;
}
#content ul {
	margin-left: 90px;
	margin-top: 20px;
	list-style: none;
	margin-right: 80px;
	font-size: 0.9em;
}
#content li {
	padding-top: 7px;
	list-style: square;
}
#content a {
	text-decoration: none;
}
#content caption {
	font-size: 1.3em;
	color: #000066;
	letter-spacing: 0.4em;
	padding-bottom: 8px;
}

#content a:hover {
	text-decoration: underline;
}
#brwWrapper #content td p {
	padding: 2px;
	margin: 0px;
}


#footer {
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	padding: 8px 8px 10px;
	clear: both;
	border-top: 2px solid #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: #FFFFFF url(none);
}
.projectCaption {
	font-size: 1.1em;
	color: #6699CC;
	text-align: center;
	padding-bottom: 10px;
}
.smallText {
	font-size: .75em;
	letter-spacing: 0.1em;
	text-align: center;
}


#footer p {
	padding-bottom: 3px;
}
#mannco {
	font-size: .6em;
	letter-spacing: .3em;
	text-align: center;
	color: #EEEEEE;
}
#mannco a {
	color: #999999;
	text-decoration: none;
}
#mannco a:hover {
	text-decoration: underline;
}

.clearit {
	clear: both;
}
.boldred {
	font-weight: bold;
	color: #FF0000;
}


#content #contactForm {
	margin-left: 100px;
	font-size: .9em;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
#content #contactForm fieldset {
	border: 1px solid #000066;
	padding: 0px 10px 10px;
	margin-right: 30%;
	margin-top: 10px;
}
#content #contactForm legend {
	color: #000066;
	border: 1px solid #000099;
	vertical-align: top;
	background: #99CCFF;
	padding-right: 5px;
	padding-left: 5px;
}
#content #contactForm input {
	border: 1px solid #99CCFF;
	background: #E8F2FF;
	color: #000099;
	padding: 2px;
}
#content #contactForm textarea {
	background: #E8F2FF;
	margin-top: 10px;
	color: #000099;
	padding: 2px;
}
#content #contactForm #submit {
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 1em;
}
.nodisplay {
	display: none;
}

