@charset "utf-8";
/*
====================================================================
Mantis Vision Print CSS 
	Version 1.0
	Date: 08/14/08

	Author: Lauren Egan, lredesigns: http://laurenegan.net
		***for***
	Ross Graphic Design http://rossgd.com
	
	Color Palette:
	Lt.Green:#8EBF42
	MidGreen:#95C03D
	TypeGrn: #9AC13C
	Green:	 #51731C
	Purple:  #230039
	PaleGrn: #F8FBF2
	Dk.Gray: #231F20

====================================================================
*/
	
/*
====================================================================
Main Styles
====================================================================
*/

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	opacity: 0.99;
	color: #333;
	font-size: 0.95em;
	}

#wrapper {
	width: 100%;
	margin: 1em;
	border-bottom: #230039 solid 5px;
	}

/*
====================================================================
Header Styles
====================================================================
*/

#top {
	display: none;
	}

#top img {
	display: none;
	}
	
#nav {
	display: none;
	}	

/*
====================================================================
Content Styles
====================================================================
*/	

.timeline {
	display: none;
	}
	
#footer {
	margin-left: 1em;
	padding: 1.5em 0;
	font-size: 0.7em;
	text-align: right;
	}
/*
====================================================================
Type Styles
====================================================================
*/

h3 {
	font-weight: bold;
	font-size: 1em;
	}
	
p {
	font-size: 0.8em;
	line-height: 1.65em;
	}
	
p.intralinks {
	display: none
	}
	
a:link, a:visited {
	text-decoration: none;
	color: #9AC13C;
	font-weight: bold;
	}
		
ul li, dl dd {
	font-size: 0.8em;
	line-height: 1.5em;
	}
	
/*
====================================================================
Image Styles
====================================================================
*/

.headers {
	padding-bottom: 0.25em;
	color: #9AC13C;
	border-bottom: #ccc solid 2px;
	}







