 body
{
	font-family: Arial, Verdana,  sans serif;
	font-size: 13px;
	line-height: 16px;
	color: #333;
	background-color: #669;	
}
ul, li 
{
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0px; 
	padding: 0px;
	font-weight: normal;
}

h1
{
	font-size: 18px;
	padding: 35px 35px;
	letter-spacing: 1px;	
}

h2
{
	font-size: 16px;
	
	text-transform: capitalize;
	padding: 5px 0px 4px 0px;
	letter-spacing: 1px;
	text-align: center;
}

h3
{
	font-size: 14px;
	color: #33C;
	text-transform: capitalize;
	text-align: center;
	margin: 30px 0px 20px 0px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	border-bottom: 1px solid #6F3;	
}

h4
{
	font-size: 14px;
	color: #ffffdd;
	text-transform: capitalize;
	padding-top: 30px;
	letter-spacing: 1px;
	background-color: #2c2c2c;	
}

h5
{
	font-size: 16px;
	font-weight: bold;
	color: #900;
	text-transform: capitalize;
	text-align: center;
	margin: 30px 0px 20px 0px;
	padding-bottom: 2px;
	letter-spacing: 1px;
	border-bottom: 1px solid #333;	
}
#wrapper
{
	position: relative;
	width: 900px;
		background-image: url(../img/circle-ltyellow.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	margin: auto;
	background-color: white;
	padding-bottom: 50px;
}

#wrapper.home 
{ 
	background-image: url(../img/splash.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom;
	height: 600px; 
}
#wrapper.plain2 
{ 
	background-image: url(../img/circle-ltyellow.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	height: 600px; 
}
#wrapper.plain 
{ 
	background-image: url(../img/circle-yellow.gif); 
	background-repeat: no-repeat; 
	background-position: bottom;
	height: 600px; 
}
#wrapper.picture3
{ 
	background-image: url(../img/splash.jpg); 
	background-repeat: no-repeat; 
	background-position: bottom;
	height: 600px; 
}

#masthead
{
	position: relative;
	height: 150px;
	width: 900px;
	background-color: #053476;
}

#masthead img {margin: 50px 0px 0px 50px; }

#maincontent
{
	position: relative;
	top: 20px;
	left: 300px;
	width: 500px;
	
	
	
}

#navcontainer
{
	position: absolute;
	width: 212px;
	top: 200px;
	left: 30px;
	bottom: 25px;
	padding:  0px 10px 10px 0px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;

	display: block;
	
}


#navcontainer ul {list-style-type: none;}
#navcontainer li { margin: 2px; border border: 1px grey solid;}
#navcontainer a:link, #navcontainer a:visited, #navcontainer a:active {color: #009;text-decoration: none; padding-right: 12px;}
#navcontainer a:hover 
{
	position: relative;
	color: #06C; 
	background-image: url(../img/bullet.jpg); 
	background-position: right;
	background-repeat: no-repeat;
}

.quotebox { border-bottom: 1px dotted grey; margin-bottom: 20px; padding-bottom: 10px;}
.quote 
{
font-style: italic; 
color: #336; 
text-align: right;
margin-top: 3px;
}


.highlightbox
{

	line-height: 18px;
	font-weight: bold;
	color: #000;
	
}
.highlightbox ul 
{  margin-left: 40px; width: 400px; list-style-type: disc;}
.highlightbox ul li {margin-left: 20px;}

.imgright {float: right; margin: 20px;}
.imgleft {float: left; margin: 10px 20px;}
.imgcentered {text-align: center; margin: 20px;}
.clear {clear: both;}