body	{
	margin: 0;
	background-color: #6d6002;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	color: #333;
	}
	
/* whitespace resets */

ul, li	{
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3	{
	margin: 0;
	}
	
img	{
	border: 0;
	}

/* end whitespace resets */

/* float clears */

.clearBoth	{
	clear: both;
	}
	
div.clearR	{
	clear: right;
	}
	
div.clearL	{
	clear: left;
	}
	
a:link	{
	color: #11096c;
	text-decoration: none;
	}
	
a:visited	{
	color: #11096c;
	text-decoration: none;
	}
	
a:hover	{
	color: #263d99;
	text-decoration: underline;
	}
	
#container	{
	width: 950px;
	margin: 0 auto;
	background-color: #fff;
	}
	
#site_header	{
	width: 950px;
	height: 94px;
	margin: 0 auto;
	}
	
#login, #logout	{
	margin: 0;
	padding: 0;
	text-align: right;
	}
	
#footer	{
	margin: 0 auto;
	width: 800px;
	padding-top: 2em;
	padding-left: 5em;
	font-size: 12px;
	color: #fff;
	}
	
.header	{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #11096c;
	}
	
.headerblack	{
	font: bold 14px Arial, Helvetica, sans-serif;
	}

	
.subheader	{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #11096c;
	}
	
.subheaderblack	{
	font-size: 12px;
	font-weight: bold;
	}
	
table.content	{
	clear: left;
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	}
	
/*table.content td	{
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	}*/
	
table.content td.left	{
	vertical-align: top;
	width: 550px;
	padding-right: 10px;
	}
	
table.content td.right	{
	vertical-align: top;
	border-left: 1px dotted #ccc;
	padding-left: 10px;
	}
	
td.right ul	{
	margin: 0 0 20px 50px;		/* this style is used on homepage and is modified by workshops.css and articles.css */
	}
	
table.schedule td	{
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	font-size: 10px;
	padding: 5px;
	}
	
table.schedule td.caption	{
	font-size: 10px;
	font-weight: bold;
	color: #666;
	padding-bottom: 0;
	}
	
table.schedule a	{
	font-weight: normal;
	font-size: 10px;
	}
	
/* menu styles */	
div#nav	{
	height: 27px;
	background-color: #3a75c4;
	margin-bottom: 20px;
	}
	
div.menu	{
	width: 950px;
	margin: 0 auto;
	text-align: center;
	}
	
div#nav #donate div	{
	margin: 0 auto;
	*margin-top: -5px; /* for IE7 */
	width: 925px;
	text-align: right;
	}

#nav, #nav ul	{			/* all lists */
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li	{
	float: left;
	height: 21px;
	padding: 6px 16px 0 0;
	margin: 0;
	font-size: 13px;
	}
	
#nav li.first	{
	padding-left: 23px;
	}
	
#nav li.last	{
	padding-right: 0;
	}
	
#nav li ul	{	/* second level lists */
	position: absolute;
	left: -999em;
	font-size: 11px;
	width: 240px;
	background-color: #3a75c4;
	border: 1px solid #002654;
	text-align: left;
	}
	
#nav li:hover ul, #nav li.sfhover ul	{	/* lists nested under hovered list items */
	position: absolute;
	left: auto;
	}
	
#nav li ul li	{
	clear: left;
	padding: 5px 3px 3px 5px;
	width: 232px;
	font-size: 11px;
	height: auto;
	}
	
#nav li ul li:hover	{
	background: #4891f3;
	}
	
#nav ul li a, #nav li ul li a	{
	color: #fff;
	text-decoration: none;
	}
	
#nav li:hover, #nav li.hover	{
	position: static;
	}

.type	{
	text-transform: uppercase;
	font-weight: bold;
	}
	
#nav li ul li.core	{
	padding-left: 15px;
	width: 222px;
	}
	
#nav li ul li.border	{
	border-top: 1px solid #11096c;
	border-bottom: 1px solid #11096c;
	}
	
/* end menu styles */

/* bottom menu styles */

div#bottom_nav	{
	width: 700px;
	margin: 0 auto;
	}

ul.footer	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
ul.footer li	{
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #fff;
	}
	
ul.footer li.first	{
	border-left: none;
	}
	
ul.footer li a	{
	display: block;
	width: 110px;
	padding: 0 10px;
	}
	
ul.footer li a:link, ul.footer li a:visited	{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	}
	
ul.footer li a:hover	{
	text-decoration: underline;
	}

/* end bottom menu styles */

div#services_key	{
	margin-top: 20px;
	width: 300px;
	color: #7c7c7c;
	}
	
div#services_key h2	{
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #7c7c7c;
	}
	
div#services_key dt	{
	float: left;
	}
	
div#services_key dd	{
	margin-left: 4em;
	padding-bottom: 5px;
	}
	
dl.languages	{
	margin-top: 0;
	margin-left: 5px;
	}

dl.languages dt	{
	float: left;
	clear: left;
	width: 30px;
	padding-top: 3px;
	}
	
dl.languages dd	{
	margin-left: 40px;
	padding-top: 0;
	padding-bottom: 7px;
	}
