div, form, h1, h2, h3, h4, h5, h6, img
{
	padding: 0;
	margin: 0;
}

ul
{
	padding: 0;
	margin-left: 25px;
	list-style-type: disc;
}

li
{
}

body
{
text-align:center;
}

a { color: #000080; text-decoration: none; font-weight : bold;}
a:visited { color: #000080; text-decoration: none; font-weight : bold;}
a:hover { text-decoration: none; font-weight : bold;}

img { border: none; }

/* layout */

#frame
{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#toprow
{
	display: block;

}

#logo
{
	float: left;
	width: 150px;
	padding-right: 30px;
}

#sloganrow1
{
	clear: both;
	display: block;
	background: #0080C0;
	text-align:left;
	
	margin-top: 5px;
}

#sloganrow2
{
	display: block;
	background: #FF8040;
	text-align:left;
}

#nav
{
	background: #FFF;
	float: right;
	width: 620px;
	
	margin-top: 35px;
}

#nav ul {
	margin:0;
	padding: 0;
	list-style:none;
}

#nav li {
	float:left;
	
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	
	margin-right: 7px; 
	margin-left: 7px; 	
}

#nav a {
	display:block;

	padding-top: 5px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 5px;

	font: 1em/1.5 Verdana, Arial, Helvetica;
	word-spacing: 0.1em;	
	font-size : 10pt;
	font-style : normal;
	color : #000080;
	font-weight : bold;
	line-height : 12pt;

}

#nav #current a {
	background: #EEEEEE;

	font: 1em/1.5 Verdana, Arial, Helvetica;
	word-spacing: 0.1em;	
	font-size : 10pt;
	font-style : normal;
	color : #333333;
	font-weight : bold;
	line-height : 12pt;

}

#nav-border {

	clear: both;

	border-bottom: #CCCCCC 1px solid;
	margin-top: 0px; 
	margin-bottom: 2px; 

}

#content-frame
{
	width: 800px;
	display: block;
}

#leftnav
{
	background: #FFF;
	padding-top: 8px;
	padding-left: 5px;
	
	float: left;
	width: 125px;
	text-align:left;
	
	font: 1em/1.5 Verdana, Arial, Helvetica;
	word-spacing: 0.1em;	
	font-size : 10pt;
	font-style : normal;
	color : #333333;
	font-weight : normal;
	line-height : 12pt;

}

#content
{
    background:#FFF;
	text-align:left;
	width: 645px;
	float: right;

	font: 1em/1.5 Verdana, Arial, Helvetica;
	word-spacing: 0.1em;	
	font-size : 10pt;
	font-style : normal;
	color : #333333;
	font-weight : normal;
	line-height : 11pt;

	border-left: #CCCCCC 1px solid;
	padding-left: 15px;
	margin-top: 10px;
	
}

#content-home
{
    background:#FFF;
	width: 640px;
	float: right;

	font: 1em/1.5 Verdana, Arial, Helvetica;
	word-spacing: 0.1em;	
	font-size : 10pt;
	font-style : normal;
	color : #333333;
	font-weight : normal;
	line-height : 11pt;

}

#bottomnav
{
	clear: right;
	font-family : Verdana, Arial, Helvetica;	
	font-size : 10pt;
	font-style : normal;
	color : #333333;
	font-weight : normal;
	line-height : 11pt;

	padding-top: 30px;

}

/* home page formatting */

#photo-home
{
	background-image: url(../images/homephoto.jpg);
	border: #000000 1px solid;
	float: right;
	width: 576px;
	margin: 0px;
	padding-top: 245px;
}

#photo-home-caption
{
	background: #2D4676;
	border-bottom: #000000 1px solid;
	border-right: #000000 1px solid;
	border-left: #000000 1px solid;
	float: right;
	width: 640px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;

	font-family : Arial Narrow, Helvetica;	
	font-size : 15pt;
	font-style : oblique;
	color : #FFFFFF;
	font-weight : bold;
	line-height : 11pt;


}

#text-home
{
	margin-left: 180px;
	margin-right: 60px;
	
	font-family : Verdana, Arial, Helvetica;	
	font-size : 10pt;
	font-style : normal;
	color : #333333;
	font-weight : normal;
	line-height : 11pt;

	text-align: left;
}

/* content page formatting */

#title
{

	font-family : Verdana, Arial, Helvetica;	
	font-size : 12pt;
	font-style : oblique;
	color : #FF0000;
	font-weight : bold;
	line-height : 11pt;

	padding-top: 5px;

}

#photo-content
{
	border: #000000 1px solid;
	margin-left: 10px;
	float: right;
}

#map
{
	margin-left: 8px;
}