/* Body & Divs */

body {
	background-color: #8686ff;
	background-image: url(../images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000099;
}

#container {
	width: 800px;
	margin: 0px auto;
	border: #000099 solid 1px;
	background-color: #ffffff;
}

#header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 123px;
}

#menu {
	height: 63px;
	border-bottom: #ffffff solid 1px;
	line-height: 0px;
}

#content {
	padding: 3px 7px;
	min-height: 330px;
}

#footer {
	clear: both;
	padding-bottom: 10px;
	width: 800px;
	font-size: 0.8em;
	border-top: #ffffff solid 1px;
	background-color: #000066;
	color: #ccccff;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2 {
	margin: 0px;
	margin-bottom: 5px;
	height: 35px;
	background-repeat: no-repeat;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
}

td p {
	line-height: 15px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #;
	font-weight: bold;
}

.panel {
	margin: 4px;
	padding: 4px;
}

.panel2 {
	margin: 4px;
	padding: 4px;
	background-color: #eeeeff;
	border: #9999cc solid 1px;
}

.contactInfo {
	word-spacing: 15px;
	line-height: 15px;
}

.normal {
	word-spacing: normal;
}

.captioned {
	width: 360px;
	text-align: center; 
	font-size: 0.8em;
}
