@charset "UTF-8";
/* CSS Document */
/*General Page Elements */
html {
 overflow-y: scroll;
}
body  {
	background-color: #6a805b;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 90%;
	color: #ebf2e6;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top left;
}
img {
	padding-top: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a { color: #3a4036; text-decoration: none;
}
a:hover { color: #ebf2e6; text-decoration: none;
}
h8 {
	font-size: 18px;
	font-weight: normal
}
h9 {
	font-weight: bold;
}
/* Page Framing */
.twoColFixRt #container {
	width: 760px;
	margin: 0 auto;
}
.twoColFixRt #containeri {
	width: 720px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: left;
}
.twoColFixRt #mainContent { 
	margin: 0 164px 0 0;
	padding: 0px;
}
/* Page Elements */
.twoColFixRt #logo {
	width: 720px;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.twoColFixRt #sidebar1 {
	float: right;
	width: 136px;
}
.twoColFixRt #menuA {
	background-image: url(images/menu_a.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 136px;
}
.twoColFixRt #menuB {
	background-image: url(images/menu_b.gif);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 39px;
}
.twoColFixRt #menuC {
	background-image: url(images/menu_c.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 136px;
}
.twoColFixRt #frameA {
	background-image: url(images/framea.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 556px;
	float: left;
}
.twoColFixRt #frameB {
	background-image: url(images/frameb.png);
	background-repeat: repeat-y;
	width: 478px;
	padding-top: 15px;
	padding-right: 39px;
	padding-bottom: 15px;
	padding-left: 39px;
	text-align: left;
	clear: left;
	float: left;
}
.twoColFixRt #frameC {
	background-image: url(images/framec.png);
	background-repeat: no-repeat;
	height: 17px;
	width: 556px;
	clear:left;
	float:left;
}
/* Formating ellements */
.menu {
	color: #ebf2e6;
}
.menu:hover {
	color:#3a4036;
}
.fl2{
	clear: left;
	float: left;
	margin-right: 8px;
	width: 229px;
}
.fl2A {
	clear: left;
	float: left;
	margin-right: 20px;
	width: 229px;
}
.fl2B {
	float: left;
	width: 229px;
}
.fl3{
	clear: left;
	float: left;
	margin-right: 8px;
	width: 146px;
}
.fl3A {
	clear: left;
	float: left;
	margin-right: 20px;
	width: 146px;
}
.fl3B {
	float: left;
	margin-right: 20px;
	width: 146px;
}
.fl3C {
	float: left;
	width: 146px;
}
.break {
	clear: left;
	height: 17px;
}
.copyright {
	font-size: 9px;
	text-align: center;
	padding-bottom: 21px;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

