body {
	background-color: #FFFFFF;
	font-family: "Verdana", "Helvetica", sans-serif;
	font-size: 14px;
	margin: 0 10%;
	padding: 0px;
}

#mainTable {
	margin: 0 auto;
	border: 1px solid #808080;
	/*/*/line-height: 1.5em; /* */
}
#mainTable td {
	padding: 20px;/*Pads each table cell in modern browsers*/
}
#maincontent {
	border-left: 2px solid #ECECEC;
	font-size: 14px;
	/*/*/font-size: 100%; /* */
}

#siteNavigation {
	width: 90px;
	font-size: 12px;
	vertical-align: top;
	/*/*/font-size: 85%; /* */

}
#header {
	background-color: #CCCCCC;;
	color: #FFFFFF;
}
#logo {
	background-color: #808080;
}
#topHeader {
	background-color: #808080;
	color: #FFFFFF;
	text-align: right; 
	vertical-align: middle;
	font-size: 260%; 
	font-weight: bold;
}
#footer {
	color: #ACACAC;
	text-align: center;
	font-size: 50%;
	font-weight: 200;
	}
		
a:link, a:visited {
	color: #4A2855;
	text-decoration: none;
}

td, p, ul {
	font-family: "Verdana", "Helvetica", sans-serif;
}
h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h1 { font-size: 150%; }
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2 { font-size: 120%; }
h3:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h3 { font-size: 109%; }

#peopleTable {
	margin: 0 auto;
	/*/*/line-height: 1.5em; /* */
}

#peopleTable td {
	margin-top: 10px;
	padding: 0px;
}

#rowLine {
	color: #808080;
	border-bottom: 2px solid;
}

td tt {
	color: #3D0011;
	font-weight: 500;
	font-size: 95%;
}

#siteNavigation a {
	/*/*/padding: 3px;
	display: block;
	border: 2px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 90px; /* */
}
#siteNavigation a:link, #siteNavigation a:visited {
	color: #363636;
}
#siteNavigation a:hover, #siteNavigation a:active {
	color: #FFFFFF;
	background-color: #CC0000;
	border: 2px solid #000;
}
#current a {
	color: #FFFFFF !important;
	/*/*/background-color: #999999!important;
	border: 2px dotted #999 !important; /* */
}
#siteNavigation ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#siteNavigation li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}

#maincontent a:link {
	color: #4A2855;
	text-decoration: none;
}

#maincontent .pubdata {
	color: #E3372E;
	font-size: 55%;
}


#n4shell {
/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
	border: 1px solid #000;
	/*/*/border: 0; /* */
}

