@charset "UTF-8";
@import url("elements.css");

body, html {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 20px;
	color: #000000;
	text-align: center;
	background-image: url(../images/bckgrnd.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #CCCCCC;
}
a img, :link img, :visited img {
	border: 0;
}
ol, ul {
	list-style: none;
}
#wrapper {
	width: 930px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#masthead {
	margin-top: 0px;
	margin-bottom: 10px;
	height: 100px;
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	border: 1px solid #0099CC;
}
#content {
	min-height: 400px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content #main {
	width: 640px;
	min-height: 400px;
	height: auto !important; /* ie6 min-height hack */
	height: 400px;	/* ie6 min-height hack */
}
#content p {
	text-align: justify;
	line-height: 20px;
	background-color: #CFD9BB;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#imagebar {
	padding: 10px;
	float: right;
	min-height: 250px;
	width: 260px;
	border: 1px solid #0099CC;
	background-color: #CFD9BB;
	text-align: center;
}
#footer {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 15px;
	text-align: center;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333333;
}
a:link {
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
}
a:visited {
	color: #333333;
	padding-right: 2px;
	padding-left: 2px;
}
a:hover {
	color: #0099CC;
	padding-right: 2px;
	padding-left: 2px;
	text-decoration: none;
}
#navigate {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 1px solid #0099CC;
	font-size: 1.1em;
	background-image: url(../images/navigatebckgrnd.gif);
	background-repeat: repeat-x;
}
#navigate ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigate li {
	display: inline;
	padding-right: 5px;
}
#navigate a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#navigate a:hover {
	color: #0099CC;
}
#navigate li#currentpage a {
	color: #0099CC;
}
