body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
	padding: 0px;
	margin-left: 0px;
	background-color: #000066;
	/* Internet Explorer workaround for centering the wrapper */
	text-align: center;
	/* End of Internet Explorer workaround */
}
table {	width: 80%; }
hr { text-align: center; width: 50%; }

a:link {
	color: #0000CC;
	text-decoration: underline;
}
a:visited {
	color: #660099;
	text-decoration: underline;
}
a:hover {
	color: #0066FF;
	text-decoration: none;
}
a:active {	color: #FF0000;	text-decoration: underline; }

#wrapper {
	padding: 0px;
	width: 724px;
	background-color:#fff;
	/* centered wrapper */
	margin: 0px auto;
	/* end centered wrapper */
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #660000;
	border-left-width: medium;
	border-left-style: groove;
	border-left-color: #660000;
	/* disinherit the Internet Explorer workaround for everything in the wrapper, for safety, put this in all ID's */
	text-align: left;
	/* end disinherit */
}
#header {
	background-color: #000066;
	/* Center the header, not necessary because inherited from wrapper, but a safeguard, leave commented */	
	/* margin: 0px auto; */
	/* end of Center the header */
	padding: 0px;
	text-align: left;
}
#header p {	margin: 0px;	padding: 0px; }
#colorbar {
	color: #FFFFFF;
	font-size: small;
	background-color: #660000;
	margin: 0px;
	padding: 0px;
	border-top-width: medium;
	border-bottom-width: thin;
	border-top-style: groove;
	border-bottom-style: groove;
	border-top-color: #660066;
	border-bottom-color: #660066;
	font-weight: bold;
	text-align: left;
}
#colorbar p { margin: 0px; padding: 0px; text-align: left;	}

#navbar {
	/* Keep navigation menu always visible in viewport, not supported by Internet Explorer, but viewable in it */
	/* position: fixed; */
	/* End fixed position, leaving it commented because some of our boxes are too small to contain a fixed vertical navbar, will fix later */
	font-weight: bolder;
	font-size: small;
	float: left;
	width: 160px;
	padding: 10px 0px 0px;
	text-align: right;
	margin: 0px;
	}
	
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navbar li {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #000066;
	border-bottom-color: #844142;
	padding-right: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 160%
}
#navbar li a:link {
	color: #000066;
	text-decoration: none;
	display: block;
	width: 100%;
}
#navbar li a:visited {
	color: #000099;
	text-decoration: none;
	display: block;
	width: 100%;
}

#navbar li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000066;
	display: block;
	width: 100%;
}
#navbar li a:active { 
  color: #FF0000; 
 text-decoration: underline; 
 display: block; }

#pic {
	float: left;
	width: 150px;
	margin: 0px;
}

#content {
	margin-left: 180px;
	margin-right: 10px;
}

#footer {
	clear: both;
	background-color: #660000;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #660066;
	font-size: x-small;
	text-align: center;
}
#footer p { padding: 0px; margin: 0px; }

.center { text-align: center; }
.left {
	float: left;
}
.right {
	float: right;
}
.border {
	border: medium ridge #660066;
}

.color {
	background-color: #FFF7EF;
	text-align: center; font-weight: bold;
}

.address {
	font-family: "Comic Sans MS", Georgia, Arial, sans-serif;
	text-align: center;
	font-size: x-small;
	font-weight: bolder;
}
.copy{ font-size: x-small; text-align: center;  }
.indent {
	margin-left: 15px;
}
h3 {
	color: #FFFFFF;
	background-color: #000066;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
td {
	vertical-align: top;
	border: thin solid #000066;
}
table {
}
