/* General formatting */
body {
	background-color: #ffffff;
	color: #4C4C4C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
}
/* text formatting */
h1, h2, h3, h4 {
	font-size: 24pt;
	font-weight: lighter;
	margin: 0px 10px 0px 10px;
}
h1.home {
display: none;
}
h4 {
	font-size: 18pt;
	font-weight: lighter;
	margin-left: 10px;
}
p {
	padding: 0px;
	margin: 0px 10px 0px 10px;
}
p.footer {
	/* address at bottom */
	text-align: center;
	padding-left: 215px;
}
p.footer2 {
	text-align: center;
	font-size: 8pt;
	color: #B2B2B2;
	padding-left: 215px;
	padding-top: 10px;
}
input.google {
	background-color: #DBDBDB !important;
}
/* Links */
a, a:active, a:link, a:visited {
	color: #000000;
	text-decoration:underline;
}
a:hover {
	background-color: #4C4C4C;
	color: #ffffff;
}
img {
	border: none;
}
/* nav formatting */
/* Nav specific */
.menulevel1 {
	margin: 10px 0px; /* menu indents left */
	font-size: 18pt;
	list-style: none;
	padding: 0px;
	font: italic;	
}
.menulevel2 {
	margin: 0px 0px 0px 6px; /* sub menu indents left */
	font-size: 13pt;
	list-style: none;
	padding: 0px;		
}
.menulevel3 {
	margin: 0px 0px 0px 6px; /* sub sub menu indents left */
	font-size: 11pt;
	list-style: none;
	padding: 0px;
}
li {
	margin: 0px 0px;
	padding: 1px 0px;
}
li.sdoc { /* menu item live (no link) */
	padding: 0px;
	margin: 1px 10px 0px 0px;
	color: #000000;
}
li.sdocs { /* top level menu link  */
	padding: 0px;
	margin: 1px 10px 0px 0px;
	color: #4C4C4C;
}
li.docs { /* top level menu link  */
	color: #000000;
}
li.docs a { /* menu item link */
	padding: 0px;
	color: #4C4C4C;
	text-decoration: none;
	border: none;
}
li.sdocs { /* menu item live (no link) */
	padding: 0px;
	margin: 1px 10px 0px 0px;
	color: #000000;
}
li.docs a:hover { /* menu item link hover */
	background-color: #4C4C4C;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
li.doc { /* sub level menu link */
	color: ##4C4C4C;
}
li.doc a { /* menu item link */
	padding: 0px;
	color: #4C4C4C;
	text-decoration: none;
	border: none;
}
li.doc a:hover { /* menu item link hover */
	background-color: #4C4C4C;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
/* cells */
td {
	vertical-align: top;
	text-align: left;
}
td.header {
	background-image: url(images/space59_01.jpg);
	width: 900px !important;
	height: 11px !important;
	background-repeat: no-repeat;
}
td.nav_left {
	background-image: url(images/space59_02.jpg);
	width: 9px !important;
	background-repeat: no-repeat;
}
td.nav {
	width: 177px !important;
}
td.body_left {
	background-image: url(images/space59_04.jpg);
	width: 160px !important;
	height: 500px;
	background-repeat: no-repeat;
}
td.body {
	width: 545px !important;
}
td.body_right {
	background-image: url(images/space59_06.jpg);
	width: 9px !important;
	background-repeat: no-repeat;
}
td.footer {
	background-image: url(images/space59_07.jpg);
	width: 900px !important;
	height: 14px !important;
	background-repeat: no-repeat;
}
.edit {
font-size: 8pt;
}