body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333;
	background-color: #EDF5F8;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/bkg-cloud.jpg);
}
a:link {
	color: #A70000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #A70000;
}
a:hover {
	color: #1C62E2;
	text-decoration: underline;
}
a:active {
	color: #4589FF;
	text-decoration: underline;
}


.toptable {
	text-align: left;
	vertical-align: top;
	width: 800px;
	background-image: url(images/tree2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.treebox {
	width: 100px;
}
.logobox {
	text-align: center;
	vertical-align: top;
	height: 150px;
	width: 700px;
}
.navbox {
	color: #000;
	background-color: #DFECF4;
	border: 2px solid #036;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbox a {
	color: #893A00;
	text-decoration: none;
	margin-right: 15px;
	margin-left: 15px;
}
.navbox a:visited {
	text-decoration: none;
}
.navbox a:hover {
	text-decoration: underline;
}
.navbox a:active {
	text-decoration: underline;
}
.navbox div {
	margin-top: 8px;
	font-size: small;
}

.content {
	text-align: left;
	vertical-align: top;
	width: 800px;
	padding-bottom: 40px;
}
.widetext {
	text-align: left;
	vertical-align: top;
	float: right;
	width: 700px;
}

.col-left {
	text-align: left;
	vertical-align: middle;
	width: 350px;
}
.col-right {
	text-align: left;
	vertical-align: middle;
	width: 400px;
}
.heading {
	font-size: x-large;
	color: #000099;
	text-align: center;
}
.subheading {
	font-size: medium;
	color: #000099;
	font-weight: bold;
}
.bluetext {
	font-size: medium;
	color: #000099;
}

.smalltext {
	font-size: x-small;
}
.qbox {
	font-size: large;
	font-weight: bold;
	background-color: #A0C2D6;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}
.abox {
	font-size: large;
	font-weight: bold;
	background-color: #C3D8E3;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}
.faq-q {
	color: #000099;
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}
.faq-a {
	text-align: left;
	vertical-align: middle;
	padding-left: 5px;
}
.tagline {
	font-size: x-large;
	color: #1D6600;
	text-align: center;
	vertical-align: top;
}
.hangindent {
	text-indent: -50px;
	margin-left: 50px;
}

