/* Global Styles */

#Wrapper {
	width:800px;
	z-index:1;
	margin: 0px auto;
	text-align: left;
	height: auto;
	position: relative;
	top: 0px;
}

body {
	margin:0px;
	font-family: "Century Gothic";
	background-color: #DDDDDD;
	font-size: 15px;
	color: #000000;
	}
/*
td {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
*/	
.bodyText {
	line-height:22px;
	color:#26354A;
	letter-spacing:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

/* Layer styles */

#Logo {
	position:relative;
	left:0px;
	top:0px;
	width:800px;
	z-index:1;
	background-color: #E5E9F2;
}
#Navbar {
	position:relative;
	left:0px;
	top:5px;
	width:600px;
	z-index:2;
	background-color: #E5E9F2;
	margin: 0px;
	padding: 5px 0px 0px 200px;
	height: 2em;
	font-weight: bold;
	font-size: 14px;
}

#Navbar a, #Navbar a:visited {
	text-decoration: none;
	width: auto;
	/*	height: 2em; */
	color: #666666;
	background-color: #E5E9F2;
	padding-top: 0px;
	margin-top: 5px;
	font-size: 1.1em;
}
/*
* html #topmenu li a, #topmenu li a:visited {
	width: 5em;
	w\idth: 5em;
/* hack for IE5.5 
} */
/*#topmenu li a {
	text-decoration: none;
	width: auto;
}*/
#Navbar a:hover {
/*	border: 0;
	width: auto; */
	background-color: #9D9CC8;
	color: #DDE4EC;
}
/*
#Navbar a {
	color: #000099;
	font-weight:normal;
	text-decoration:none;
	background-color: #E5E9F2;
	text-indent: 10px;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 10px;
}

#Navbar a:hover {
	color: #005177;
	background-color: #6E97B7;
}

#Navbar td {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #0E5F8A;
	border-right-color: #0E5F8A;
	border-bottom-color: #0E5F8A;
	border-left-color: #0E5F8A;
}
*/
.paraheader {
	font-size: 1.4em;
	font-weight: bold;
	color: #00527A;
	margin-bottom: 5px;
	margin-top: 0px;
}

.paratext {
	line-height: 1.3em;
}

.address {
	background-color: #00FF00;
	width: 120px;
}

.smalllink {font-size: small}
.emptylink {
font-size: 14px
}
#Footer {
	position:relative;
	left:0px;
	top:15px;
	z-index:4;
	background-color: #E5E9F2;
	clear: both;
	float: left;
	vertical-align: text-top;
	padding: 5px;
	width: 790px;
	font-size: 14px;
}
h2 {
	color: #003366;
	text-align: center;
}
h3 {
	color: #6D6C98;
	text-align: left;
	padding-left: 10px;
	margin-top: 10px;
}
h4 {
	color: #0B5E88;
	text-align: center;
}
.floatright {
	float: right;
	padding-right: 10px;
}
.bluetext {
	color: #0B5E88;
}

h5 {
	color: #0B5E88;
	text-align: left;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.floatrightup {
	float: right;
	padding-right: 10px;
	position: relative;
	top: -2.5em;
	text-decoration: none;
}
#maintext {
	top: 10px;
	position: relative;
	background-color: #FFFFFF;
	width: 595px;
	float: left;
	height: 450px;
}
#maintext p {
	margin: 8px 10px 10px;
}
#photos {
	float: right;
	position: relative;
	width: 200px;
	padding: 0px;
	top: 10px;
	background-color: #FFFFFF;
	height: 450px;
}
#photos img {
	padding-bottom: 0px;
}
#maintext tr:hover { background-color: #FFFF99; }
th { background-color: #668D88; }

