body {
	font-family: verdana, arial, sans-serif;
	behavior: url(css/csshover.htc);
	background-image: url(images/header.jpg);
	background-repeat: repeat-x;
	text-align:center;
	font-size: 1em;
}

* {
	margin:0;
	padding:0;
}


div#wrapper{
width: 900px;
margin-left: auto;
margin-right:auto;
}

div#header{
	text-align:left;
	color: #33CC33;
	font-size: 130%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* the horizontal menu starts here */
div#listmenu {
	width:100%; /* makes the div full width */
	float:left;
	border-top:1px solid #cccccc;	/* draws line on top edge of div */
	border-bottom:1px solid #cccccc;	 /* draws line on bottom edge of div */
	font-size:80%;	/* SET FONT-SIZE HERE */
	background-color:#FFA; /* colors the div */
	font-weight: bold;
	margin-top:20px; 
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;


	}
div#listmenu ul {
	margin:0 0 0 0px;/* indents ul from edge of container - NOTE: diff value for IE in hacks below */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#FFA; /*sets the background of the menu items */
	border-right:1px solid #cccccc; /* creates dividing lines between the li elements */
	}
div#listmenu li:first-child {
	border-left:1px solid #cccccc; /*the first vertical line on the menu */
	
	}

div#listmenu li:hover { 
	background-color:#FFF; /*sets the background of the menu items */
	}
div#listmenu a {
display:block;
	padding:4px 6px; /*creates space each side of menu item's text changed to 6 from 1*********/
	text-decoration:none;	 /* removes the underlining of the link */
	color:#0099CC;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#F33;
	}
/* the menu ends here */

/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; 
	z-index:10; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:10em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	border-right:0; /* stops SCBs drops having two right borders - they inherit the border, IE doesn't */
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {padding:0;
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #cccccc; /*  three sides of each drop-down item */
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;}
div#listmenu ul li ul li a {padding:1px .5em;}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #cccccc; /*the top edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */




/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #069;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  } 
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
} 

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:100px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */




/*************************************************************************************/
a{text-decoration: none;color: #0000FF;}

a:hover{color: #FF0000;}




ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	
ul.borderedlist li a{
		display: block;
		padding:3px 0 0 2px;
	
		color: #42423b;
	}
	
ul.borderedlist li a:hover{background: #E5E5E4;color: #42423b;}


	
	
	
/* main area layout */
#main{padding:24px 0 20px 0;
	text-align:left}
	
#leftcolumn{float: left;width:193px;}
#center{float: left;width:380px;padding: 0 11px ;}
#rightcolumn{float: left;width:287px;}
	
/* for regular pages  - using 2 columns */
#major {float: left; width: 650px; padding: 0 20px;}	
	

#major h2{color: #5699A7; font-size:90%;margin:10px 0;}
	
#major p{padding-bottom:10px;font-size:80%;}
	
#major img{
	float: left;
	padding: 10px 10px 10px 10px;
}
.rightside img{
	float: right;
	padding: 10px 10px 10px 10px;
}

#major table{
	font-size: 80%;
}
.large {
	
	clear: both;	
}


/* content - the content styles */

/* left column */
.leftbox{background: #eeeded;padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}
	
h3.leftbox{font-size:80%;color: #666666; background: #eaffd6  0 0 repeat-x;padding:5px 0 10px 23px;}
	
h3.header_small{font-size:80%;font-weight: bold;background: #eaffd6;padding:0 23px 5px 23px;}
	
ul.leftbox{font-size: 80%;}

.features{
	padding-top:15px;
	font:90% Arial, Helvetica, sans-serif;
	font-style: italic;
}
	
#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:80%}	
	
/* center column */
.article_wrapper h2{color: #5699A7; font-size:90%;margin:10px 0;}
	
.article_wrapper p{padding-bottom:10px;font-size:80%;}
	
.article_wrapper img{
	float: left;
	padding: 10px 10px 10px 10px;
}
.article_wrapper {
	padding: 0px 0px 20px 0px;
}
		
/* right column */
.rightbox_wrapper{
		background: #eeeded;
		padding:5px;
		margin-bottom: 20px;
		width:277px;
		overflow: hidden;
		font-size:90%;
		line-height: 18px;
		color: #58584D;
}

.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
	
.rt_wrapper img{ float: left; padding: 10px 10px 5px 10px;}
	
.rt_wrapper h4{
	font-size:80%;
	color: #483F3D;
	font-weight: bold;
	padding-top:10px;
	padding-left: 5px;
}
	
.rt_wrapper p{font-size:80%; padding: 0px 5px 5px 5px;}
	
#footer {
	font-size: 60%;
	padding: 20px 0px 25px 0px;
	clear: both;
}