/* page and document styles */

body {
	color: #000000;
	background:#ffffff;
}

th, td, li, ul, ol, h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

/* link styles */
a:link {
	color: #2e2e8c;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}
a:visited {
	color: #2e2e8c;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
}
a:hover {
	color: #2e2e8c;
	font-weight: bold;
	text-decoration: underline;
	background: transparent;
}

/* html element styles */

h1 {
	font-size: 1.15em;
	font-weight: bold;
	letter-spacing: 3pt;
}

h2 {
	text-align: left;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #cccccc;
	font-size: 1.00em;
	font-weight: bold;
	letter-spacing: 1pt;
	padding: 3px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 1.25pt;
	margin-right: 2em;
	margin-left: 10px;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1pt;
	margin-right: 2em;
	margin-left:10px;
}
/*
html ul {
	margin-top: 0;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left:3em;
	text-align: left;
	font-size: 0.75em;
	line-height: 1.5;
	}
*/

/* layout classes */
	
.hide {
	display: none;
}

#headerPanel {
	margin: 8px 8px 8px 8px;
	height: 100px;
}

#leftPanel {
	font-weight: bold;
	padding: 8px;
	background-color: #ffcc00;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
}

#mainPanel  {
	padding: 8px 8px 8px 8px;
	border-top: 1px solid #990000;
	border-right: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

#footerPanel {
	padding: 8px 8px 8px 8px;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: right;
}

table#nav td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px dotted #990000;
	height:50px;
	width: 200px;
}

#nav { margin-bottom: 50px; }
table#nav td a {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

#nav td a:link, #nav td a:visited {
	color: #000000;
}

#nav td a:hover {
	color: #990000;
	text-decoration: underline;
}

#nav2 {
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
	#nav2 td {
		vertical-align: top;
		}
	#nav2 img { border: 0 none; }

#main {
	margin: 16px 16px 16px 16px;
	font-size: .75em;
	letter-spacing: 1pt;
}

#sidePic {
	font-size: .75em;
	text-decoration: none;
	text-align: center;
	border: 1px dotted #990000;
	padding: 5px;
}
	
#photoTable {
	font-size: 0.65em;
	text-decoration: none;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
	
#photoTable2 {
	font-size: 0.75em;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

table#printable th {
	text-align: center;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background: #cccccc;
	font-size: 1.00em;
	font-weight: bold;
	letter-spacing: 3pt;
	padding: 3px;
	vertical-align: middle;
	height:50px;
}

table#printable td {
	text-align: left;
	border-top: 1px dotted #000000;
	border-right: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px dotted #000000;
	background: #ffffff;
	font-size: 1.00em;
	font-weight: normal;
	letter-spacing: 1pt;
	padding: 10px;
	vertical-align: top;
}

.formatText {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 1px;
	margin-left: 30px;
	text-align: left;
	font-size: 12px;
/*	line-height: 1.25;*/
}
#tableSidePic {
	margin-left: 10px;
}
.contactInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	padding-left: 5px;
	letter-spacing: 1px;
}
#navBaumer, #navDenex {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	/*padding-top: 50px;*/
}