body  {
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: #003300;
}
h2 {
	font-size: 1em;
	color: #003300;
}
h3 {
	font-size: 0.9em;
	color: #003300;
}
p {
	font-size: 0.8em;
	color: #000000;
}
#mainContent ul {
	font-size: 0.8em;
}
#topImage {
	position: absolute;
	top: 0;
	right: 0;
}
#highLevelNav {	
	display: block;
	color: #FFFFFF;
	background-color: #003300;
	text-align: right;
	font-size: 0.7em;
	margin-top: 96px;
	padding-right: 10px;
}
a:link, a:visited {
	color: #003300;
	font-weight: bold;
}
a:hover {
	color: #BCBCC9;
}

tr {
	background-color: ##CCCC99;
	color: #000000;
	font-size: 0.8em;
}
th {
	background-color: #003300;
	color: #FFFFFF;
	font-weight: bold;
}
#highLevelNav a:link, #highLevelNav a:hover, #highLevelNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	text-align: center;
	color: #003300;
	font-size: 0.6em;
	padding-top: 1px;
	padding-bottom: 10px;
	border-top: 5px solid #003300;
	position: relative;
	padding-right: 10px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#companyName {
	font-size: 1.8em;
	font-weight: bold;
	background-repeat: no-repeat;
	/*height: 70px;*/
	line-height: 56px;
	color: #003300;
	margin-left: 20px;
	margin-right: 20px;
	position: absolute;
	top: 20px;
	/*width: 95%;*/
	padding-top: 0px;
}

#mainContent {
	margin: 0px 0 0 170px;
	padding-left: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 0px;
}
#mainContent ul {
	font-size: 0.8em;
}
#menu {
	width: 170px;
	z-index: 3;
	float: left;
	margin-right: 30px;
}
#menu ul {
	color: #000033;
	padding-left: 10px;
	list-style: none;
}
#menu img {	
	border: 0;
}
#menu li a:link, #menu li a:visited  {
	display: block;
	
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 2px 2px 5px;
	
	margin-bottom: 2px;
}
#menu ul ul li a:hover {
	border-left: 10px solid #FF0000;
}
.clearImage {
	clear: both;
}
.imageLeft {
	float: left;
}
.imageRight {
	float: right;
}
.firstLevel a {
	font-size: 0.9em;
	font-weight: bold;
	list-style-type: none;
	text-decoration: none;
	display: block;
	background-color: #CED7CE;
	border-left: 10px solid #003300;
	line-height: 1.5em;
}
.firstLevel a:hover {
	padding-left: 10px;
	display: block;
	background-color: #CED7CE;
	border-left: 10px solid #6C846C;
	color: #003300;
	line-height: 1.5em;
}
.secondLevel a {
	font-size: 0.9em;
	margin-left: 20px;
	font-weight: normal;
	text-decoration: none;
}
.secondLevel a:hover {
	font-size: 0.9em;
	margin-left: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #CED7CE;
}
