	body {
		margin: 0;
		background-color: #fafcf8;
		background-image: url(images/background.gif);
		background-repeat: repeat-x;
		font-family: tahoma;
		font-size: 9pt;
		color: black;
	}
	
	p,td,tr {
		font-size: 9pt;
		font-family: tahoma;
	}
	
	a:link {
		text-decoration: underline;
		color: blue;
	}
	
	a:visited {
		text-decoration: underline;
		color: blue;
	}	
	
	a:hover {
		text-decoration: none;
		color: blue;
	}	
	
	.left_gutter {
		background-image: url(images/left_gutter_background.gif);
		background-repeat: repeat-y;
	}
	
	.right_gutter {
		background-image: url(images/right_gutter_background.gif);
		background-repeat: repeat-y;
	}
	
	.masthead {
		background-image: url(images/masthead.png);
		background-repeat: no-repeat;
	}
	
	.masthead p {
		text-align: right;
		padding-right: 20px;
		font-size: 8pt;
	}
	
	.left_column {
		background-color: #99bbff;
		text-align: left;
	}
	
#navcontainer {
	font-size: 10pt; 
	width: 160px; 
}

#navcontainer ul {
margin-left: 10;
margin-top: 20;
padding-left: 0;
list-style-type: none;
/*	border: 1px solid black;*/
}

#navcontainer a {
display: block;
padding: 3px;
width: 160px;
/*background-color: #c7d9ff;
border-bottom: 1px solid black;*/
}

#navcontainer a:link, #navlist a:visited {
color: blue;
text-decoration: underline;
}

#navcontainer a:hover {
background-color: #c7d9ff;
color: black;
}
	
	.main {
		background-color: white;
		background-image: url(images/main_left_drop_shadow.gif);
		background-repeat: repeat-y;
	}
	
	.main p {
		padding-left: 30px;
		padding-right: 20px;
		font-size: 10pt;
		line-height: 1.6em;
	}
	
	.main li {
		font-size: 10pt;
		padding-left: 30px;
		padding-right: 30px;
		list-style: inside;
		line-height: 1.6em;		
	}
	
	.main ol li {
		font-size: 10pt;
		padding-left: 30px;
		padding-right: 20px;
		list-style: inside;
		line-height: 1.6em;		
	}	
	
	.footer {
		background-color: white;
		background-image: url(images/main_left_drop_shadow.gif);
		background-repeat: repeat-y;
		text-align: right;
		padding-right: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 8pt;
		color: silver;
	}	
	
	.footer a:link {
		color: silver;
		text-decoration: underline;
	}
	
	.footer a:visited {
		color: silver;
		text-decoration: underline;
	}	
	
	.footer a:hover {
		color: silver;
		text-decoration: none;
	}	
	
	.interior {
		background-image: url(images/interior_top_curve.gif);
		background-repeat: no-repeat;
		min-height:310px;
		height:auto !important;
		height:310px;
	}
	
	.interior h1 {
		padding: 40 40 40 120;
		font-size: 18pt;
		font-weight: bold;
	}
	
.sub {
	font-weight: normal;
	border: 0;
	padding: 2 0 2 0;
}

.sub a, .sub a:link {
	color: black;
	text-decoration: none;
	background-color: none;
}

.sub a:visited {
	color: black;
	text-decoration: none;
	background-color: none;	
}

.sub a:hover {
	color: black;
	text-decoration: underline;
	background-color: none;
}	

.rFeatures p {
	line-height: 1em;
	padding-left: 0;
}
	


