@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
p, h1, h2, h3, h4, h5 {
	font-weight: normal;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
}

body {
	font-weight: normal;
	padding: 0px;
	background-color: #F8EED5;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 0.9em;
}

#content_whole {
	width: 800px;
	background-image: url(../images/suite_background_content.gif);

}
#content_top {
	background: url(../images/suite_shade_top.gif);
}

#content_bot {
	background: url(../images/suite_shade_bottom.gif);
	height: 12px;
}

#content_top, #content_bot {
	height: 12px;
	font-size: 1px;
	clear: both;
}

#content {
	margin: 0 12px;
}
#content h1 {
	padding-left: 16px;
	color: #336666;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
}
#content h2 {
	padding-left: 15px;
	color: #336666;
	font-size: 18px;
}
#content h3 {
	font-size: 14px;
}
#content h4 {
	font-size: 13px;
}
.text {
	font-size: 13px;
	background-color: #e2d6b7;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 0px;
	line-height: 1.4;
}
#footer {
	font-size: 12px;
}





.floatright {
	float: right;
	margin-left: 5px;
}
.floatleft {
	float: left;
	margin-right: 5px;
}



a {
	color: #660000;
	font-weight: bold;
	text-decoration: underline;
}
.text li {
	list-style: inside;
	font-style: normal;
}

a:visited{
	color: #660000;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}


#sidebar {
	width: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
	background-color: #E2D6B7;
	margin-left: 10px;
	line-height: 18px;
}
