/* CSS Style for Donahue Institute Civics Initiative */
/* created by John Owen clearpoint.info */


/* divs that hold content */
#banner {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:802px; 
	height:139px; 
	z-index:1
	}
	
#titleBar {
	position:absolute; 
	left:0px; 
	top:139px; 
	width:802px; 
	height:43px; 
	z-index:4;
	}
	
#sideNav {
	position:absolute; 
	left:0px; 
	top:182px; 
	width:180px; 
	height:248px; 
	z-index:2; 
	background-color: #333333; 
	layer-background-color: #333333; 
	border: 1px none #000000;
	}

#content {
	 position:absolute; 
	 left:192px; 
	 top:191px; 
	 width:613px; 
	 height:197px; 
	 z-index:3;
 	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: small;
	 line-height: 140%;
	 }
	 
#contact {
	position:absolute; 
	left:0px; 
	top:438px; 
	width:178px; 
	height:248px; 
	z-index:2; 
	background-color: #999999; 
	border: 1px none #000000;
	}
	
/* basic type styles */

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
	}
h1, h2, h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #990000;
	}
h1 {
	font-size: 14px;
	}
h2	{
	font-size: 12px;
	margin-bottom:-10px;
	}
h3 	{
	font-size: 12px;
	font-style:italic;	
	margin-bottom:-10px;
	}

/* contact info styles */

h1.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	}

p.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 20px;
	}
a {
	color: #333333;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}
.footer {
	border-top: 1px solid #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}
ul {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 140%;
}