body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #b3d334;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 12px;
}
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 10px 0 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #sidebar1 {

	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* 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; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px;
	vertical-align: bottom;
	margin-top: 20px;
}
.twoColFixRtHdr #mainContent { 
   
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/logoback.jpg) repeat-x top;
	margin-top: 20px;
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #8695b6 url(images/footer.jpg) repeat-x; 
	text-align: center;
	font-size: 10px;
} 
.twoColFixRtHdr #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 */
}
.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;
}

.h1 {
	font-family: sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #8695b6;
}

.h2 {
	font-family: sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #8695b6;
}
.h3 {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #8695b6;
}
.li {
	list-style: none outside;
	list-style-type: none;
	list-style-position: outside;
	font-family: sans-serif;
	font-size: 12px;
	color: Black;
	list-style-image: url(images/listicon.jpg);
	vertical-align: 3;
	line-height: 18px;
	text-indent: 0px;
	text-align: left;
	letter-spacing: 0px;
	word-spacing: 0px;
	display: list-item;
	white-space: normal;
	}
.twoColFixRtHdr #address {
	top: 1px;
	left: 632px;
	width: 249px;
	height: 148px;
	margin: 0;
	padding-top: 15px;
}
.twoColFixRtHdr #logo {
	width:310 px;
	text-align: left;
	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 */
}
.oneColFixRtHdr #mainContentsingle { 
	text-align: left;
	width:600 px;
	margin: 20px 20px 20px 20px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/logoback.jpg) repeat-x center;
	margin-top: 50px;
} 
.table {
	border: thin solid #b3d334;
	border-bottom: thin solid #b3d334;
	border-color: #b3d334 #b3d334 #b3d334 #b3d334;
	background: #EAF2C6 url(images/tableback.jpg) repeat-x center;
}
.cell1{
	background: #b3d334;
	border-color: White White White White;
	border-bottom: thin solid White;
	border-left-width: thin;
	border-right-width: thin;
	border-style: solid solid solid solid;
	border-top-width: thin;
	border-width: thin thin thin;
	text-align: center; 
	font-weight: bold;
}
.cell2{
	background: #D7E78D;
	border-color: White White White White;
	border-bottom: thin solid White;
	border-left-width: thin;
	border-right-width: thin;
	border-style: solid solid solid solid;
	border-top-width: thin;
	border-width: thin thin thin;
	text-align: center;
	font-weight: bold;
	color: Black;
}
.fusionmenu{

	font: bold 13px Arial;
	width: 700px; /*leave this value as is in most cases*/
	overflow: hidden;
	margin-left: 30px;
	height: 50px;
}

.fusionmenu ul{
padding: 0;
float: left;
width: 95%; /*width of menu*/
border: 1px solid #b3d334; /*Green border*/
border-width: 1px 0;
background: black url(images/fusionbg.gif) repeat-x center center;
}

.fusionmenu ul li{
display: inline;
}

.fusionmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #b3d334; /*dark purple divider between menu items*/
}

.fusionmenu ul li a:visited{
color: #000000;
}

.fusionmenu ul li a:hover, .fusionmenu ul li .current{
color: #8695b6; !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/fusionbg2.gif) repeat-x center center;
}
