/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 5px;

}

table {
	text-align: left;
}

td {
	vertical-align: top;
}

table#container {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0px;
	margin: 0px 0px 5px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 1px;
	margin-bottom: 7px;
	line-height: 1.5em;

}
p#last {
	margin-bottom: 20px;
}
.mainmenu {
	border-top-width: thin;
	border-top-style: inset;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}

td#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	padding: 3px 5px 3px 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E09E2F;
}
span.invisible {
	display: none;
	font-size: 2px;

}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	text-transform: none;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #666666;
	text-transform: none;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #CCB400;
	text-decoration: underline
}


ul#sub {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-position: outside;
	display: block;
}
li.sub {
	margin-left: -33px;
	margin-right: 10px;
	margin-top: 10px;
	padding-right: 3px;
	padding-left: 10px;
	border-top: 1px dotted #FFFFFF;
	padding-top: 10px;
	display: block;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100px;

}

#testcontent {
	margin-top: 13px;
	position: static;
	margin-right: 30px;
	left: 120px;
	margin-left: 120px;
}

#testpic {
	background-color: #333333;
	margin-top: 15px;
	margin-left: 15px;
	height: 80px;
	width: 80px;
	float: left;
	position: static;
	display: inline;
	background-image:  url(../images/testcornerImage.jpg);
	background-repeat: no-repeat;
	border: 2px solid #996633;
}

#content {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.empathsis {
	font-size: 12px;
	color: #D27E00;
	font-weight: bold;
}
.notes {
	text-align: left;
}
a.footerlink:link {
	font-size: 9px;
	font-weight: normal;
}
a.footerlink:visited {
	font-size: 9px;
	font-weight: normal;
}
a.footerlink:hover {
	font-size: 9px;
	font-weight: normal;
}
a.footerlink:active {
	font-size: 9px;
	font-weight: normal;
}
