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

ul#menu {
width: 200px;
	background-color:ff0000;
	list-style-type: none;
	border-top: solid 65px #999966;
	padding: 15px;
	padding-top: 15px;
	padding-bottom: 85px;
	margin: 0 0 0 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #FFFFFF;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 15px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "   ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #473636;
}

ul#menu a.active {
  color: #000000;
}


h1 {
font-size: 20px;
color: #473636;
font-weight:lighter;
margin-top: 20px;
margin-bottom: 3px;
} 

h2 {
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
} 

img.floatLeft { 
    float: left; 
    margin: 8px; 
}
img.floatRight { 
    float: right; 
    margin: 8px; 
}
body  {
	font: 100% arial, sans-serif;
	font-size:12px;
	line-height:15px;
	background: #474040;
	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;
	width: 300px;
	width: auto;
	width: inherit;
	width: 300px;
	width: 490px;
	width: 490px;
}
.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 inherit; /* the auto margins (in conjunction with a width) center the page */
	border: 0 px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	color: #000000;
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.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;
}
.style1 {color: #FF0000}

a:link {
	color: #FF0000;}
a:visited {
	color: #473636;}
	a:active{
	color: #000000;
	}
	a:hover {
	color: #999966;}
.twoColFixLt #container #mainContent table tr td .style3 .style22 {
	font-size: 14px;
}
.twoColFixLt #container #mainContent table tr td .style3 .style22 {
	font-size: 12px;
}
