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





#container
{
	padding:20px;
	width:1000px;
	color:#333;
	position:relative;
	float:left;
	margin-left:10px;
	overflow:hidden;
	margin-top: 20px;
}

#container .transparency
{
	opacity:0.75;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	background-color:#FFF;
	width:1000px;
	height:1200px;
	position:absolute;
	top:20px;
	left:100px;
	z-index:-1;
}

.content
{
	position:relative;
	width:950px;
	text-align: left;
}



body {
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

#img.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

a:link {
	color: #333;
	text-decoration: none;
}

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

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

h1 {
	font-size: 1em;
	text-align: left;
	color: #8C8675;
}

h2 {
	font-size: 0.75em;
	font-style:italic;
}

h3 {font-size: 0.75em;
	color: #930;
}

h4 {font-size: 1.75em;
	color: #930;
}
h5 {
	font-size: 0.75em;

}

table, td {
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
	border: none;
}


#img.image-source {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#navcontainer ul
{
	padding-left: 0;
	margin-left: 100px;
	color: 333;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
color: 333;
text-decoration: none;
float: left;
border-right: 1px dotted #333;
}

#navcontainer ul li a:hover
{
background-color: #666;
color: #fff;
}

#subnavcontainer
{
	background: #f0e7d7;
	width: 90%;
	text-align: left;
	text-transform: lowercase;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 1em;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 2em;
border-width: 1px;
color: #777;
text-decoration: none;
}

#subnavcontainer>ul#subnavlist li a { width: auto; }

ul#subnavlist li#active a
{
background: #f0e7d7;
color: #333;
}

ul#subnavlist li a:hover, ul#subnavlist li#active a:hover
{
color: #000;
background: transparent;
}

#tableA td{
	padding-top: 15px;
	padding-right: 5px;
}

#tableA .logoBox{
	background-color: #FFF;
}




#header {
	height: 50px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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 */
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 80px;
}

#sidebar1 a{
	font-style: normal;
	font-weight: bold;
}

#mainContent {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 280px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 



#footer {
	margin-left: 100px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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 */
	font-size: .8em;

}

#footer a {
	font-size: 1em;
}

.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;
}

