 /*
-------------------------------------

	The Vestcor Companies
	Print Style Sheet
	http://www.vestcor.com
	
	author: nGen Works
	http://ngenworks.com

-------------------------------------- */

* {
	margin: 0;
	padding: 0;
	}

body {
	font: small/1.75em georgia, times, serif;
	text-align: center;
	color: #000;
	}

#skip {
	display: none;
	}
	
#container {
	margin: 0;
	font-size: 90%;
	text-align: left;
	}
	
#sidebar {
	/*  display: none; */
	}

	
#footer {
	font-size: 85%;
	text-align: center;
	border-top: 1px solid #000;
	}
	
/* links
-------------------------------------- */

a:link {
	color: #666;
	}
	
a:visited {
	color: #999;
	}
	
a:hover, a:active {
	color: #666;
	}
	
/* images
-------------------------------------- */

#content img {
	float: left;
	margin: 0 15px 15px 0;
	border: 1px solid #000;
	}


/* typography & titles
-------------------------------------- */

h1, h2, h3, h4, h5 {
	margin: 0 0 20px 0;
	color: #999;
	}

h1 {
	font-family: lucida grande, arial, helvetica, sans-serif;
	font-size: 150%;
	}

h2 {
	font-family: lucida grande, arial, helvetica, sans-serif;
	font-size: 220%;
	}
	
#content h2 {
	font-size: 200%
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	}

h3 {
	font-size: 160%;
	font-weight: normal;
	}

h4 {
	font-size: 140%;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	}

h5 {
	font-size: 120%;
	}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
	}

p {
	margin: 0 0 15px 0;
	}
	

/* lists
-------------------------------------- */

ul, ol {
	margin: 0 0 10px 0;
	padding: 0;
	}

#content ul {
	margin: 0 0 10px 15px;
	list-style-type: square;
	}
	
#content ol {
	margin: 0 0 10px 15px;
	}


/* nav
-------------------------------------- */

#nav {	
	display: none;
	}
	
	
/* utility
-------------------------------------- */

#utility {	
	display: none;
	}
	

/* gallery
-------------------------------------- */

div.gallery {	
	display: none;
	}