/* Grassroots and Groundwork, 2008
Print Styles
by Dan Moriarty, wwww.danmoriarty.com
Copyright 2008, All Rights Reserved */



/*BASE RULES */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	}


a:link {
	color:#990000;
	text-decoration:underline;
	}





h1.siteheader { /*this is top type header*/
		color:#000;
}
	
h1.siteheader a:link, h1.siteheader a:visited, h1.siteheader a:hover {
	height:123px;
	background:#B32F26;
	color:#000;
	}
	

#wrapper {
	margin:10px auto;
	width:790px;
	border:1px solid #999;
	background:#fff;
	padding:5px;
	text-align:left;
	font-size:90%;
	}


#top {
	width:790px;
	}


#content {
	width:790px;
	clear:both;
	background: url(../images/bg-content.gif) repeat-y;
	}


	
#maincol {
	float:right;
	width:560px;
	padding:6px;
	height:auto;
	overflow:auto;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;	
	}
	

#sitenav {
	clear:both;
	float:left;
	width:210px;
	padding-top:6px;
	}

	
#bottom {
	float:right;
	width:566px;
	clear:right;
	}
		
#footer {
	text-align:center;
	font-size:90%;
	margin:10px auto;
	width:790px;
	clear:both;
	}

#animation {
display:none;
	}

/* MAIN NAVIGATION */

ul#mainnav {
	list-style:none;
	margin:0;
	padding:0;
	}

#mainnav li {
	margin:10px 0;
	padding:0;
	color:#fff;
	font-weight:bold;
	}


#mainnav li a {
	}

#mainnav li a:link {
	font-weight:bold;
	color:#00546d;
	}
	
#mainnav li a:visited {
	color:#033442;
	}

