body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #000000;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 54em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	color: #333333;
}
#header {
	padding: 1em 0 0 2em;
	background-color: #110022;
	height: 8em;
} 
#header h1 {
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 225%;
	color: #FFFFFF;
	margin-bottom: 0.25em;
}
#mainContent {
	padding: 0 20px;
	background-color: #FFFFFF;
}
#footer {
	margin: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	color: #000033;
	font-style: italic;
	background-color: #666666;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
.smaller {
	font-size: 85%;
}
.bigbold {
	font-size: 150%;
	font-weight: bold;
	color: #000033;
}
#mainContent a {
	font-size: 100%;
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
#mainContent a:hover {
	text-decoration: underline;
}
#menu {
	padding: 0px;
	font-size: 70%;
}
#menu ul {
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-left: 0px;
}
#menu li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin-top: 1em;
	border: 1px solid #110022;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0em;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
#menu a {
	color: #CCCCCC;
	text-decoration: none;
	padding-left: 0.5em;
	border-left-style: solid;
	border-left-width: 1em;
	border-left-color: #CCCCCC;
}
#menu a:hover {
	color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.alert {
	font-weight: bold;
	color: #FF0000;
}
.pictopright {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}
#mainContent .table1 th {
	color: #FFF;
	background-color: #16032D;
	text-align: left;
}
#mainContent .table1 td {
	vertical-align: top;
	background-color: #DAEBFE;
}
dt {
	margin-bottom: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	margin-top: 1em;
}
dd {
	margin-left: 2em;
}
dl {
	margin-left: 2em;
	margin-right: 6em;
}
