@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	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: #31252f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #c5b9b8;
	line-height: 140%;
}

 a.vlist  {
	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: #31252f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #c5b9b8;
	line-height: 100%;
}

a.main:link { display:
	text-decoration: none;
	color: #ccbfc3;
	background: #3d3c44;
	font-weight: bold;
	padding: 5px 25px 5px 25px;
}
a.main:active {
	color: #BB8E60;
	background: #BB8E60;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
}
a.main:visited {
	color: #ccbfc3;
	background: #393c44;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
}
a.main:hover {
	color: #333333;
	background: #ccbfc3;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
}


a.sub{display: block}
a.sub:link {
	color: #8d4f10;
	background: #fbfbed;
	font-style: normal;
	padding: 5px 30px 5px 0px;
	text-decoration: none;
}
a.sub:active {
	color: #8D4F10;
	background: #fbf6ed;
	font-style: normal;
	text-decoration: none;
	padding: 5px 30px 5px 0px;
}
a.sub:visited {
	color: #8D4F10;
	background: #fbfbed;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 30px 5px 0px;
}

a.sub:hover {
	color: #FFFFFF;
	background: #BB8E60;
	font-style: normal;
	padding: 5px 30px 5px 0px;
}



a.norm:link {
	color: #8d4f10;
	background: #fbfbed;
	font-style: normal;
	padding: 2px 1px 2px 1px;
	text-decoration: none;
}
a.norm:active {
	color: #8D4F10;
	background: #fbf6ed;
	font-style: normal;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
}
a.norm:visited {
	color: #8D4F10;
	background: #fbfbed;
	font-style: normal;
	text-decoration: none;
	padding: 2px 1px 2px 1px;
}

a.norm:hover {
	color: #FFFFFF;
	background: #BB8E60;
	font-style: normal;
	padding: 2px 1px 2px 1px;
}





a.foot:link { display;
	text-decoration: none;
	color: #ccbfc3;
	background: #3d3c44;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
a.foot:active {
	color: #BB8E60;
	background: #BB8E60;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
a.foot:visited {
	color: #ccbfc3;
	background: #393c44;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}
a.foot:hover {
	color: #333333;
	background: #ccbfc3;
	text-decoration: none;
	padding: 5px 5px 5px 5px;
}




 
.thrColFixHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fbf6ed;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left;
} 


.thrColFixHdr #header {
	background: #ffffff;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #spacer {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 200px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: #FFFFFF;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #666666;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fbf6ed; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 15px 15px; /* padding keeps the content of the div away from the edges */
	border-color: #FFFFFF;
	border-width: 1 pixel;
	border-left-style: dotted;
	border-left-color: #FFFFFF;
	border-left-width: thin;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fbf6ed; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	padding: 10px 0px 0px 15px;
	border-left-style: dotted;
	border-left-width: thin;
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 200px;
} 


    
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3d3c44;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.style2 {color: #CCCCCC}
.style3 {
	font-size: 85%;
	letter-spacing: 0.1em;
}
.thrColFixHdr #navigation {
	background: #3d3c44;
	padding: 5px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: None;
	font-style: normal;
	letter-spacing: 0.1em;
	width: auto;
	vertical-align: baseline;
	border-top-width: thin;
	border-top-color: #999999;
	border-top-style: dotted;
	text-decoration: none;
}

#top {
border-bottom-width:thin:}
.style4 {
	color: #ccbfc3;
	text-decoration: none;
}

 
</style>
