body {
	padding-bottom: 20px;
	color: #6699cc;
	background-color: #122a62;
	margin: 0px;
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: center;
}

body a {
	color: #3366cc;
}

#header {
	color: #ffccff;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	height: 60px;
	background-image: url(header_background.jpg);
}

#header h1 {
	margin: 0px;
	font-size: 30px;
	font-weight: normal;
}

#header h2 {
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
}

#navigation {
	padding-top: 5px;
	padding-bottom: 5px;
	height: 17px;
	background-repeat: repeat-x;
	background-image: url(navigation_background.jpg);
}

#navigation_content {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#navigation_content #selected_item {
	padding-right: 50px;
	font-size: 15px;
	font-weight: bold;
	color: #ffccff;
}

#navigation_content a {
	padding-right: 50px;
	font-size: 12px;
	color: #ffccff;
}

#navigation_shadow {
	height: 30px;
	background-repeat: repeat-x;
	background-image: url(navigation_shadow.png);
}

#content {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: left; /* Hack To Keep IE5 Windows Happy */
}

#content h1
{
	margin: 0px;
	font-size:25px;
	font-weight: normal;
}

#content h2
{
	margin: 0px;
	font-size:20px;
	font-weight: normal;
}

#content h3
{
	margin: 0px;
	font-size:12px;
	font-weight: normal;
}

#content .image_box {
	border-color: #990000;
	border-width: 5px;
	border-style: solid;
}

#content .image_box img {
	margin: 5px;
}

#content .box {
	padding-left: 5px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-top: 2px;
	color: #3366cc;
	background-color: #003366;
}

#footer {
	width: 680px;
	margin: 0px auto; /* Right And Left Margin Widths To Auto */
	text-align: right;
	font-size: 11px;
	color: #ffccff;
}

#footer a {
	color: #ffccff;
}