/* style.css- quick design for AGPS Constant Contact email event info listings.
					(c) 2007 Techanswered/F. Davis
					www.techanswered.com
					
*/


p {font-family: sans-serif;
	size:0.8em;}

body {
		width:100%;
		margin:0;
		background-image:
		url('./bg.png'); 		
		}
		
div {
		margin:0;
		padding:0;
		}

#container {
		position:absolute;
		top:0px;
		left:15%;		
		width:70%;
		background-color:#e5e5e2;
		border-left: thin solid white;
		border-right: thin solid white;		
		margin:0;
		padding:0;		
		} 
		
#header {
		position:relative;
		top:0px;
		left:0px;
		height:105px;
		width:100%;
		font-family: Trebuchet MS,Verdana,Helvetica,sans-serif;		
		color:#333333;
		background-color:white;		
		margin:0;
		padding:0; 		
		border-top: thin solid gray;
		border-bottom: thin solid gray;				
		}		

#content_holder {
		position:relative;
		left:0px;
		top:0px;
		width:100%;
		height:100%;		
		}


#content {
		position:relative;		
		float:left;
		height:auto;		
		width:75%;
		left:0px;		
		margin-top:10px;		
		margin-left:10px;		
		background-color:white;
		font-family: Trebuchet MS,Verdana,Helvetica,sans-serif;		
		color:#333333;		
		border-top: medium solid #999999;
		border-right: medium solid #666666;		
		height:100%;		
		}

#sidebar {	
		margin-top:10px;		
		margin-right:10px;		
		width:21%;		
		background-color:white;
		font-family: Trebuchet MS,Verdana,Helvetica,sans-serif;		
		color:#333333;		
		float:right;		
		border-top: medium solid #999999;
		border-right: medium solid #666666;		
		}


#footer_holder {
	width:100%;
	}
	
#footer {
	position:relative;
	left:33%;
	width:40%;
	text-align:center;	
	}	
		

h2, h3 {
	padding-left:10pt;
	margin-bottom:.5em;
	margin-top:.5em;	
	} 		

p.header {
	padding-left:10pt;
	font-size:10pt;
	font-weight: bold; 	
	padding-bottom:0px;
	margin:0px;	
	}	
	
p.content {
	padding-left:10pt;
	font-size:10pt;
	}	

li {
	font-size:11pt;
	padding-bottom:0.7em;
	}	
	
	
.italic {
	font-style:italic;
	}	
	
.bold {
	font-weight:bold;
	}	

.underline {
	text-decoration:underline;
	}	
	
A:link {text-decoration: underline; color:#003399;}
A:visited {text-decoration: underline; color:#003399;}
A:active {text-decoration: underline; color:#fc3;}
A:hover {text-decoration: underline; color: #fc3;}



html, body {						/*hack for IE min-height to work- leave at bottom of doc */
height: 100%;
min-height: 100%;
}