/* reset all defaults */
body,h1,h2,h3,h4,h5,h6,p,div,hr,ul,ol
	{
	margin:0;
	padding:0;
	}


/* GLOBAL STYLES */

body
	{
	background-color:#ffde8c;
	}
	

#layout
	{
	width:760px;
	margin:0 auto;
	}

h1,h2,h3,h4,h5,h6,p,ol,ul
	{
	font-family:"Lucida Sans",arial,helvetica,sans-serif;
	}


h1
	{
	margin:20px 0 20px 0;
	}

h2
	{
	margin:20px 0 20px 0;
	border-bottom:1px dotted #996600;
	padding:0 0 5px 0;
	color:#996600;
	}

h3
	{
	margin:20px 0 20px 0;
	font-size:10pt;
	text-transform:uppercase;
	letter-spacing:.1em;
	border-bottom:1px dotted #000000;
	padding:0 0 3px 0;
	}

h4
	{
	margin:20px 0 20px 0;
	}
	
h5
	{
	margin:20px 0 20px 0;
	}

h6
	{
	margin:20px 0 20px 0;
	}

p
	{
	margin-bottom:15px;
	font-size:10pt;
	line-height:14pt;
	}
	
a
	{
	color:#660000;
	}

a:hover
	{
	color:#666666;
	}


hr
	{
	border:0;
	height:1px;
	color:#000000;
	background-color:#000000;
	margin:10px 0 20px 0;
	}

table
	{
	margin:10px auto 20px auto;
	font-family:"Lucida Grande",arial,helvetica,sans-serif;
	font-size:10pt;
	border-spacing:1px;
	background-color:#000;
	}

table th
	{
	background-color:#630;
	color:#fff;
	padding:3px;
	}

table td
	{
	vertical-align:top;
	padding:10px;
	background-color:#fff;
	}
	
	
/* DIV COLUMNS AND CLEARS */

div.leftcolumn
	{
	float:left;
	width:45%;
	margin-right:20px;
	}

div.rightcolumn
	{
	float:left;
	width:50%;
	}

div.clear
	{
	clear:both;
	}



/* FLOATING IMAGE AND CAPTION DIVS */

div.imageright, div.imageleft
	{
	font-family:"Lucida Grande",arial,helvetica,sans-serif;
	font-size:9pt;
	color:#666;
	text-align:center;
	width:170px;
	}
	
div.imageright img, div.imageleft img
	{
	border:1px solid #999;
	margin-bottom: 5px;
	}
	
div.imageright
	{
	float:right;
	padding:10px 0 15px 15px;
	}

div.imageleft
	{
	float:left;
	padding:10px 15px 15px 0;
	}
	

/* HEADER AND NAVIGATION */

#header
	{
	background-color:#ffffff;
	}

#homenav
	{
	background-color:#444444;
	height:20px;
	line-height:21px;
	text-align:right;
	padding-right:10px;
	font-family:"Lucida Sans",arial,helvetica,sans-serif;
	font-size:9pt;
	color:#eeeeee;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:2px solid #999999;
	}

#homenav a
	{
	text-decoration:none;
	color:#ffffff;
	}

#homenav a:hover
	{
	color:#cccccc;
	}

#banner
	{
	height:83px;
	background-image:url(/outreach/images/headerbackground.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

#banner h1
	{
	margin-left:-9999px;
	margin-top:0;
	}

#nav
	{
	background-color:#000;
	height:20px;
	line-height:21px;
	font-family:"Lucida Sans",arial,helvetica,sans-serif;
	font-size:8pt;
	color:#cccccc;
	text-transform:uppercase;
	font-weight:bold;
	border-bottom:2px solid #999999;
	}
	

#nav ul
	{
	list-style-type:none;	
	}

#nav ul li
	{
	display:inline;
	padding-left:15px;
	}

#nav ul li a
	{
	color:#ffffff;
	text-decoration:none;
	}

#nav a:hover
	{
	color:#cccccc;
	}
	


/* MAIN CONTENT CELL */

#main
	{
	padding:10px;
	}

#main ol, #main ul
	{
	font-size:10pt;
	line-height:14pt;
	padding-left:10px;
	margin:0 0 20px 10px;
	}

#main ul
	{
	list-style-type:square;
	}

/* FOOTER */

#footer
	{
	font-family:"Lucida Grande",arial,helvetica,sans-serif;
	font-size:8pt;
	height:120px;
	background-color:#999999;
	color:#eeeeee;
	padding:20px 20px 0 10px;
	margin:20px 0 20px 0;
	border-top:2px solid #cccccc;
	}