/*
* {
	border: thin solid Red;
}
*/

body {
	margin: 0px;
	background: #ddeff9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #334433;
	font-size: 14px;
}

table {
	font-size: 14px;
}

div.header {
	position: relative;
	float: left;
	background-image: url(../images/clouds.jpg);
	padding: 32px;
}

div.header_menu {
	position: relative;
	float: left;
	background-color: #dddddd;
	border-style: solid;
	border-color: #9999FF;
	border-width: 1px;
	padding: 0px 32px 0px 32px;
}

div.content {
	position: relative;
	clear: both;
	background-image: url(../images/bgmaster_blurred.jpg);
	background-repeat: no-repeat;
}

div.right {
	position: relative;
	margin-top: 0px;
	margin-left: 200px;
	margin-right: 4px;
	padding-top: 24px;
	height: 826px;
}

html>body div.right {
	/* IE bug: doesn't like min-height, so we have to set the height... */
	min-height: 826px;
	height: auto;
}

div.content_header {
	padding-left: 32px;
}

div.content_main {
	padding-left: 32px;
	padding-right: 32px;
}

div.content_footer {
	clear: left;
	text-align: center;
	font-size: 12px;
}

div.stuffing {
	position: relative;
	float: left;
	clear: both;
}

div.footer {
	position: relative;
	clear: both;
	background-image: url(../images/treeline_master.jpg);
	height: 157px;
}

p {
	line-height: 150%;
}

h1 {
	font-size : 16px;
}

h2 {
	font-size : 14px;
	margin-bottom: -12px;
}

li {
	line-height: 150%;
	margin-bottom: 4px;
}

div.header_menu span.menu_button {
	position: relative;
	float: left;
	border-style: solid;
	border-color: #9999FF;
	border-width: 0px;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 108px;
	display: block;
	text-align: center;
}

div.header_menu a.menu_link {
	color: blue;
	text-decoration: none;
	width: 108px;
	display: block;
}

div.header_menu a:link.menu_link {
}

div.header_menu a:visited.menu_link {
}

div.header_menu a:hover.menu_link {
	color: blue;
	background-color: #ffffff;
	font-weight: bold;
}

div.header_menu a.menu_link_h {
	color: green;
	font-weight: bold;
	text-decoration: none;
	width: 108px;
	display: block;
}

div.header_menu a:link.menu_link_h {
}

div.header_menu a:visited.menu_link_h {
}

div.header_menu a:hover.menu_link_h {
	color: #336633;
	background-color: #ffffff;
	font-weight: bold;
}

div.left_menu p.menu_button {
	border-style: solid;
	border-color: #9999FF;
	border-width: 0px;
	font-size: 14px;
	text-align: right;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 84px;
}

div.content_main div.extra_text {
	position: relative;
	float: right;
	width: 208px;
	border-style: dashed;
	border-width: 2px;
	margin-left: 16px;
	padding: 8px;
}

div.content_main strong {
	font-size: 14px;
	font-weight: normal;
}

div.content_main p.faq_q {
	color: #339900;
	margin-bottom: 0px;
}

div.content_main p.faq_a {
	margin-top: 0px;
}

div.content_footer a.email_link {
	color: navy;
}

div.content_footer a.text_link {
	color: navy;
}

div.content_footer p.footer_tag {
	font-size: 10px;
}

