@charset "utf-8";
body  {
	font: .8em Tahoma, "Trebuchet MS", Tahoma, sans-serif;
	line-height: 1.6em;
	color: #8E8E91;
	text-align: center;
	background-color: #898989;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	height: 72px;
	padding-top: 0;
	padding-right: 22px;
	padding-bottom: 0;
	padding-left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
.twoColFixLtHdr #header a {
	color: #666;
}
.twoColFixLtHdr #header a:hover {
	text-decoration: none;
	color: #000;
}
.twoColFixLtHdr #flash {
	background-color: #FFF;
	height: 177px;
	padding-left: 22px;
}
.twoColFixLtHdr #title {
	height: 38px;
	padding-right: 0px;
	padding-left: 40px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px; /* 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: #ffffff;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	margin: 0px;
	padding-top: 30px;
}
.twoColFixLtHdr #menu   {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding: 0px;
}

.twoColFixLtHdr #sidebar1 li {
	display: inline;
}

.twoColFixLtHdr #sidebar1 a {
	display: block;
	color: #666;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0px;
}
.twoColFixLtHdr #sidebar1 a:hover, #menu .active a {
	text-decoration: none;
	font-weight: normal;
	color: #66666;
	background-image: url(images/bg_menu.jpg);
	background-position: 31px 7px;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent {
	margin-top: 30px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
} 
.twoColFixLtHdr #sidebarbox {
}
.twoColFixLtHdr #sidebarbox a {
	color: #3699E4;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.twoColFixLtHdr #sidebarbox a:hover {
	margin: 0px;
	padding: 0px;
	color: #666;
}

.twoColFixLtHdr #mainContent a {
	color: #3699E4;
}
.twoColFixLtHdr #mainContent a:hover {
	text-decoration: none;
	color: #333;
}
.twoColFixLtHdr h1 {
	font: normal 1.7em Georgia, "Times New Roman", Arial;
	color: #333;
	border-bottom: 1px solid #eee;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.textbckgr {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	color: #666;
}

.twoColFixLtHdr h2 {
	font: normal 1.4em Georgia, "Times New Roman", Arial;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
/* form elements */
form {
	border: 1px solid #f2f2f2;
	background-color: #E0E0E0;
	padding-left: 10px;
}
label {
	display:block;
	line-height: 2.3em;
	margin: 5px;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:500px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;	
}
.twoColFixLtHdr .imgleft {
	padding: 5px;
	float: left;
	margin-right: 12px;
	border: 1px solid #CCC;
	margin-top: 4px;
}

.twoColFixLtHdr #footer {
	background:#DDDDDD;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 
.twoColFixLtHdr #footer p {
	font-family: Verdana, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform: normal;
    letter-spacing: normal;
    line-height: 1.6em;
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	text-align: right;
}
.twoColFixLtHdr #footer a {
	color: #666;
}
.twoColFixLtHdr #footer a:hover {
	text-decoration: none;
	color: #000;
}
.data {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	background-color: #FEE5AD;
	padding: 5px;
}

.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;
}
img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.rowA {
	background-color: #FEE5AD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #666;
	text-align: center;
}
.rowB {
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #666;
	text-align: center;
}
.rowACopy {
	background-color: #6CA7CE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #FFF;
	text-align: center;
}
.center {
	text-align: center;
}
.rowBCopy {
	background-color: #EAEAEA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #666;
	border-bottom-color: #FC0;
	width: 368px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FC0;
}
