@media print
	{
	body 
	{
	font-family: "times new roman", "palatino", serif;
	font-size: 12pt;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 16pt;
	text-align: left;
	}

	fieldset.test, fieldset.search,.navbar,.footer
	{
	display: none;	
	}

	.menu
	{
	display: none;
	}

	a
	{
	color: #000;
	}

	img
	{
	border: none;
	float: left;
	margin-right: 65px;
	}

	a
	{
	text-decoration: none;
	}

	
	.printmessage
	{
	clear: both;
	height: 140px;
	border-bottom: solid 1px #999
	}
}

@media screen
{

/* 
LINKS
*/

#logo		
		{		
		border-bottom: none;
		text-decoration: none;
		background: transparent;
		}	
	
a.img:link 	{
		text-decoration: none;
	       	border: none;
		}
		
a.img:active 	{
		text-decoration: none; 
		border: none; 
		background: transparent;
		}
		
a.img:hover 	{
		text-decoration: none; 
		border: none; 
		background: transparent;
		}
		
a.img:visited 	{
		text-decoration: none; 
		border: none;
		background: transparent;
		}

a.img:hover:visited		
		{
		text-decoration: none; 
		border: none;
		background: transparent;
		}	

.menu 		{
		letter-spacing: .09em; 
		line-height: 1.4em;
		margin-left: 0px;
		padding-left: 10px;
		margin-right: 20px;
		margin-top: 10px;
		margin-bottom: 1px;
		text-align: left;
		}
	
.menu a:visited	{
		text-decoration: none; 
		}

.menu a:hover
span		{
		text-decoration: none;
		background: #fff;
		color: #000;
		border-bottom: dotted 1px #999;
		cursor: pointer; 
		margin-bottom: 0px;
		}

/*
HEADERS
*/
		

.printmessage
		{
		display: none;
		}
	
h1		{
		font-size: 200%;
	       	color:#000;
		text-decoration: none;
		font-weight: bold;
		}
	
h1#title	{
		font-size: 100%; 
		color: #000;
		font-weight: 300;
		line-height: 1.3em;
		text-align: left;
		padding-top: 10px;
		line-height: 1.8em;
		}

h2		{
		font-size: 150%; 
		color:#000;
		text-decoration: none;
		font-weight: bold;
		text-align: left;
		}
		
h3		{
		font-size: 120%;
		font-weight: bold; 
		color:#888;
		margin-bottom: 0;
		text-decoration: none;
		text-align: left
		}
		
h4		{
		font-size: 90%;
		color:#888;
		text-decoration: none;
		font-weight: bold
		}
		
h5		{
		font-size: 80%; 
	       	color: #99CC66; 
		font-weight: bold
		}
		
.subheading 	{
		font-size: 130%; 
		width: 100%;
		text-align: left; 
	 	color: #99CC66;
	 	font-weight: 900}

.featureheader	{
		color: #99CC66;
		font-weight: 900;
		font-size: 130%
		}

/*
BODY
*/
		
.styleswitch 	{
		font-size: 80%;
		background: #ffc;
		border-left: solid 20px #aaa;
		padding-left: 20px;
		width: 150px;
	       	}

body 		{
		background: #fff;
	       	text-align: justify;
		font-size: 74%;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000;
		line-height: 1.6em;
		}

fieldset.test	{
		clear: both;
		padding-left: 10px;
		padding-right: 10px;
		width: 300px;
		}

fieldset.search {
		border: none;
		margin-bottom: 30px
		}	
		
.navbar		{
		color: #000; 
		border: none;
	       	margin: 5px  0px 0px 5px;
	       	padding: 5px  0px 0px 5px;
	       	text-align: left;
	       	line-height: 1.8em;
		font-weight: 400;
		}

.navlinks 	{
		float: left;
		margin-left: 20px;
		margin-top: 40px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		margin-bottom: 0px;
		width: 420px;
		line-height: 1.8em;
		}

.content	{
		float: left;
		width: 60%;
		margin-left: 20px;
		padding: 20px;
		margin-right: 20px;
		background: transparent;
		border: solid 1px #888;	
		}
		
		
.footer		{
		background: transparent;
 		clear: both;		
		text-align: right;
		border-top: solid 1px #888; 
		margin-top: 10px;
		padding: 10px  60px 10px 0px;
		}
		
strong		{
		color:#999;
		}
		
strong.underline
		{
		border-bottom: dotted 1px #999;			
		}	
	
.contentcontainer
		{
		background: transparent;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		}
		
acronym		{
		cursor: help;
		}
		
#companylogo
		{
		position: relative; 
		left: 20px;
	       	top: 45px;
	       	margin-left: 0px;
	       	margin-right: 20px;
		margin-bottom: 20px;
       		float: left;
	       	background: transparent;
		width: 25%;
		}
		
.featuredtext 	{
		margin: 10px;
	       	padding: 20px; 
		clear: both;	
		border: 1px solid #99CC66;
		background: transparent;
		}

p.right		{text-align: left;
		margin-bottom: 30px;
		}
		
.spacer 	{
		clear: both
		}

/*
IMAGES
*/
img		{
		border:none;
		margin: 10px;
		}
		
img.left 	{
		border:none;
	       	vertical-align: text-top;
		float: left;
		padding-bottom: .5em;
		margin-bottom: .5em;
		margin-right: 1em;
		padding-right: 1em
		}
		
img.right	{
		border:none;
	        vertical-align: text-top;
		float: right;
		margin-left: 10px;
		padding-left: 10px;
		padding-bottom: 20px;
		margin-bottom: 20px;
		}
		
img.nomargin	{
		margin: 0px;
		border: none;
		vertical-align: text-bottom;
		}	


/*
LISTS
*/
ul.bullets	{
		list-style-type: circle; 
		}
		
ul.nopoint 	{
		list-style: none;
		font-size: 110%;
		margin-left: 0px;
		padding-left: 0px; 
		line-height: 1.5em
		}
		
	}
