@charset "UTF-8";

body  {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	bottom: 0px;
	top: 0px;
	text-align: right;
}

a:visited {
	color: #666; 
	text-decoration:none;
}
a {
	color: #900;
	text-decoration:none;
}

#header {
	position: relative;
	background-image: url(../img/topBg.gif);
	background-repeat: repeat-x;
	height: 108px;
}

#headerContent {
	margin: 0px;
	padding: 0px;
	height: 108px;
	width: 950px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
}

#headerContent #logo {
	height: 97px;
	position: absolute;
	bottom: 0px;
	width: 287px;
	left: 0px;
}
#headerContent img {
	right: 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	position: absolute;
}
#navPos {
	margin: 0px 250px 0px 0px;
	float: right;
	width: 450px;
}
.nav    {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../img/navBtnBg.gif);
	color: #666666;
	line-height: 1.2em;
	margin-right: 0.5em;
	padding-top: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-left-color: #d0d0d0;
	margin-top: 78px;
	background-repeat: repeat-x;
	padding-right: 1.5em;
	float: left;
}

.nav_down    {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
	color: #666666;
	line-height: 1.2em;
	margin-right: 0.5em;
	padding-top: 0.6em;
	padding-right: 1.5em;
	padding-bottom: 0.4em;
	padding-left: 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-left-color: #d0d0d0;
	margin-top: 78px;
	float: left;
}


.nav:hover {
	text-decoration: none;
	color: #900;
	cursor: hand;
}
#headerContent   #banner  img {
	margin-top: 5px;
}
#mainContent {
	width: 950px;
	border: 0px solid #FFFFFF;
	font-size: 11pt;
	text-align: left;
	margin: 30px auto 30px auto;
}

.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;
}
.tab-feedback {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #990000;
	width: 32px;
	height: 110px;
	position: fixed;
	z-index: 10001;
	top: 35%;
	background-repeat: no-repeat;
}
.tab-about {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCC;
	width: 21px;
	height: 66px;
	position: fixed;
	z-index: 10001;
	top: 22%;
	right: 0px;
	cursor:hand;
	background-repeat: no-repeat;
}

a .tab-about:hover {
	background-color: #000000;
	border: outset 1px #06c;
	border-right: none;
	cursor: hand;
}
#tab-feedback {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #CCC;
	width: 21px;
	height: 86px;
	position: fixed;
	z-index: 10001;
	top: 25%;
	right: 0px;
}
#about a{
	color: #900;
	text-decoration: underline;
}
#mainContent {
	font-size: 0.75em;
}
#tab-feedback  a:hover {
	cursor: hand;
}
.leftPanel {
	width: 600px;
	position: relative;
	text-align: left;
	background-color: #F0F0F0;
	padding: 10px 10px 10px 20px;
	margin: 0px 0px 20px 0px;
}
#leftDemo {
	width: 300px;
	margin: 1px 1px 1px 1px;
}
#rightDemo {
	width: 275px;
	text-align: left;
	float: right;
	font-size: 12px;
	padding: 0px 10px 0px 0px;
}
#mlLeft   {
	text-align: right;
	width: 297px;
	float: left;
}
#mlCenter {
	width: 288px;
	margin: 0px 0px 0px 297px;
}
#mlright {
	width: 364px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
}
#tab-feedback img {
	border: 0px 0px 0px 0px;
}

.tag-tab {
color:#E0E4CC;
cursor:pointer;
font-size:18px;
margin-bottom:1px;
padding:15px;
text-align:right;
}


#sidebar1 {
	width: 140px;
	margin-top: 100px;
	position: relative;
	margin-bottom: 10px;
	float: left;
	height: 300px;
}
#sidebar1  a {
	color: #FFFFFF;
}
.wordNav {
	margin: 8px 0px 0px 0px;
	font-size: 16px;
	text-align: right;
	padding: 3px 15px 3px 0px;
}
#footer {
	background-image: url(../img/bottomBg.gif);
	background-repeat: repeat-x;
	height: 112px;
	position: relative;
	margin: 0px auto 0px auto;
}
#footerContent {
	height: 112px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
#footer #footerContent ul {
}

#footer #footerContent li{
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #666;
	line-height: 1.2em;
	margin-right: 0.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	border-top-width: 1px;
	margin: 0px 0px 0px 0px;
}
#footerContent li a:link, #footerContent li a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
#copyright {
	font-size: 10px;
	margin: 5px auto 0px auto;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#mlLeftFb {
	text-align: right;
	width: 222px;
	float: left;
}
#mlCenterFb {
	width: 267px;
	margin: 0px 0px 0px 222px;
}
#mlrightFb {
	width: 267px;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 0px;
}
#mainContentFb {
	width: 760px;
	border: 0px solid #FFFFFF;
	font-size: 10pt;
	text-align: left;
	margin: 30px auto 30px auto;
}

