body {
	text-align: center;
	font-size: 0.8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

p  {
	color: black;
}

h1 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.6em;
	font-weight: 900;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #454545;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: 900;
	margin-top: 1.8em;
	padding: 8px;
	color: #334873;
	text-align: center;
	border-top:#CCCCCC 1px solid;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 900;
	color: #4C6A43;
	font-style: oblique;
	text-align: left;
	margin-bottom: -10px;
}

p, h1, h2, h3 {
	margin-left: 20px;
	margin-right: 20px;
}

li {
	margin-top: 0.7em;
	margin-left: 15px;
}

img {
	border: 0;
}

img.right {
	float: right;
	padding-left: 5px;
}

img.left {
	float: left;
	padding-right: 5px;
}

address {
	font-style: normal;
}

.alert {
	color:#990000;
}

.special {
	background-color:#F1D6FF;
	border: 1px solid silver;
	padding: 7px 7px 10px 14px;
}

a:link {
	color: #762E65;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #762E65;
}

a:visited {
	color: #762E65;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #762E65;
}

a:hover {
	background-color: #FDFBD2;
	color: black;
	border-bottom: 1px solid #096A89;
	text-decoration: none;
}

a:active {
	background-color: #FFFF99;
	text-decoration: underline;
}

a.image {
	border-bottom: 0px;
	text-decoration: none;
}

a.image:link {
	border-bottom: 0px;
	text-decoration: none;
}

a.image:visited {
	border-bottom: 0px;
	text-decoration: none;
}

a.image:hover {
	border-bottom: 0px;
	text-decoration: none;
}

a.image:active {
	border-bottom: 0px;
	text-decoration: none;
}

.special a {
	color:#096A89;
}

.bold {
	font-weight: 900;
}

.italic {
	font-style: italic;
}

.center {
	text-align: center;
}

img.mid {
	vertical-align: middle
}	

#frame {
	width: 750px;
	background-color: #C6D8EC;
	border: 1px solid black;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
}

#print {
	display: none;
}

#hdr {
	position: relative;
	border-bottom: 2px solid #A65287;
}

#menu {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	width: 180px;
}

#mail {
	margin-top: 0px;
	background-color: #FFFFFF;
}

#cont {
	float: left;
	width: 568px;	
	border-left: 2px solid #A65287;
	background-color: white;
	background-image: url(../images/tree-bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
/* see http://www.tantek.com/CSS/Examples/boxmodelhack.html for explanation of IE5 hack below. */	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 568px;
}

body>#cont {
	width: 568px;
/* end of IE5 hack */
}

#ftr {
	width: 750px;
	text-align: center;
	border-top: 2px solid #A65287;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #9FDF8C;
	clear: both;
}

#ftr a:link {
	color: black;
}

#ftr a:visited {
	color: black;
}