@charset "iso-8859-1";
/* CSS Document */
<style type="text/css"> 
 
html {
	margin: 0px;
	padding: 0px;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #5E5E5E url(bg_grad-gray.jpg) fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: normal;
	line-height: normal;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 16px;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(assets/BG_sidebar.gif) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
} 
.twoColFixLtHdr #header {
	background-color: #000;
	height: 143px;
} 
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 225px;
	padding-right: 75px;
} 
.twoColFixLtHdr #footer {
	background:#DDDDDD;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* Sidebar Navigation */
#navcontainer {
	width: 150px;
	float: left;
}
#navcontainer ul
{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#navcontainer a
{
	display: block;
	padding: 5px 5px 10px 17px;
	width: 130px;
	background-color: #494d68;
	border-bottom: 0px solid #FFFFFF;
}
#navcontainer a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
#navcontainer a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
#navcontainer a:hover
{
	background-color: #000;
	color: #FFFFFF;
}
#currentpage a {
	background-color: #684623;
	color: #FFFFFF;
}
/* End of Sidebar Navigation */
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 150px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]body {
	background-color: #7D95AA;
	background-image: url(bg_grad-lines.jpg);
}
.subtitle1, .subtitle2, .subtitle3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #900;
}
.subtitle1 {
	font-size: 22px;
	line-height: normal;
}
.subtitle2 {
	font-size: 16px;
}
.subtitle3 {
	font-size: 14px;
}
.subBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #336699;
}
.domainname {
	color: #666666;
}
.subBlue2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight: bold;
}
a:link {
	color: #00C;
}
a:visited {
	color: #00C;
}
a:hover {
	color: #900;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
}
.inlinequote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 10px;
}
.normalStyle {
	font-weight: normal;
}
.redNormal {
	color: #CC0000;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.seo {
	color: #CCC;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	line-height: 16px;
}
