body  {
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
}
#sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a hover {
	color: #FFCC66;
}
h3 {
	color: #056060;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color: #CC0000;
	font-weight: normal;
}
h5 {
	font-style: normal;
	color: #666666;
	font-weight: normal;
	font-size: 20px;
}

#sidebar2 h2 {
	color: #FFFF99;
	font-size: 24px;
}
h6 {
	font-size: 12px;
	font-style: normal;
	color: #000000;
}


#container {
	width: 1140px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
} 
#footer2 {
	font-size: 14px;
	color: #FFFFFF;
}
#header { 
	background: #ffffff; 

} 
#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: 0px 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: 150px; /* padding keeps the content of the div away from the edges */
	background-color: #43B1B1;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar1 a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
#sidebar1 a hover {
	color: #990000;
}

#sidebar2 {
	float: right;
	width: 195px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #056060;
	height: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #CCCCCC;
	font-style: normal;
}
#sidebar2 a {
	color: #CCCCCC;
	text-decoration: underline;
}

#insidecontainer1 {
	float: left; 
	width: 940px; 
	background: #ffffff;
	
}
#mainContent {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer {
	background-color: #FFFFFF;
	background-image: url(images/footer3.jpg);
	height: 80px;
	padding-top: 20;
	padding-right: 0;
	padding-bottom: 20;
	padding-left: 0;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	font-size: 18pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
} 

#footer2  p {
	margin: 0;
	padding: 10px 0;
	color: #000000;
	font-size: 14px;
	vertical-align: bottom;
}
#footer2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 30px;
}

#footer h3 {
	color: #666666;
	line-height: 18px;
}
#footer2  a {
	color: #000000;
	vertical-align: text-bottom;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	color: #FFFFFF;
	font-size: 12px;
}
a {
	color: #000000;
	text-decoration: none;
}

