#container{
	center: center;
	width: 800px; margin:0 auto;
	
}

#container a:link, a:visited {
	border: 0;
		
}

#sidebar{ 
	float: right;
	width: 10em;
	background-color: #fff;

}
	
#content {
	margin: 0 0em 0em 6em;
	
}

#footer {
	clear: both;
	background-color: #ffffff;
	font-size: 65%;
	padding: 0em 0 0em 52em;
	color:#999
	
}

#rightbar {
	float: left;
	width: 6em;
	background-color: #ffffff;
	padding: 8em 4em 0 1em;
	font-size: 85%;
	
}

#rightbar a:hover {
	
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#rightbar a:link, a:visited {
	color: #666;
	text-decoration: none;
	list-style-type: none;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-weight: bold --> */
	
}

#secondarynav a:link, a:visited {
	color: #666;
	text-decoration: none;
	list-style-type: none;
	line-height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-weight: bold; */
}
/* overrides decoration from previous rule for hovered links */

html,body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#content p {
	margin: 0; padding: 10px 10px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 20px;
	margin:0;
	padding-left:0px;
	background: #FFFFFF;
	color: #666;
	
}

li ul {
	display: none;
	margin: 0; 
	padding: 5px 20px 5px 20px;
	list-style-type: none;
	
} 
  
li:hover > ul {
	display: block;
	list-style-type: none;
	
} 

h1{
 	margin: 0; padding: 55px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	line-height: 50px;
	margin:0;
	padding-left:0px;
	background: #FFFFFF;
	color: #666666
	
}

h2{
	margin: 0; padding: 0px 0px 10px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	line-height: 50px;
	margin:0;
	padding-left:0px;
	background: #FFFFFF;
	color: #333333

}



/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 75%;
	color: #333333;
	margin-top: 0px;
	text-align: center;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #333333;
	border-top-style: solid;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	color: #FFFFFF;
	background-color: #6699CC;
	border-top: 0;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	line-height: 25px;
	border-bottom: 1px solid #EEE;
}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	font-size: 70%;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-color: #CCCCCC;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


