/* CSS Document */
body {
	background-color: #666666;
	background-image: url(../images/bkgnd.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h1 {
	font-size: 98%;
	color: #130912;
}
h2 {
	font-size: 96%;
	color: #130912;
}
h3 {
	font-size: 94%;
	color: #669966;
}

p {
	font-size: .85em;
	line-height: 1.5em;
}
li {
	color: #669966;
	font-size: 90%;
	padding-top: 4px;
}
a, a:visited {
	color: #3472A1;
}
a:hover {
	color: #99CC00;
}
#container {
	width: 805px;
	margin: 33px auto auto;
	background-image: url(../images/container_background.jpg);
	background-repeat: repeat-y;
	height: auto;
	padding: 0px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#logo {
	margin-left: 78px;
	padding-top: 21px;
	padding-bottom: 21px;
	width: 200px;
}
#menu {
	float: right;
	padding-right: 60px;
	font-size: 90%;
	font-weight: bold;
	width: auto;
	padding-top: 20px;
	margin: 0px;
}
#infobar {
	color: #4D7FB2;
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 290px;
	width: auto;
}
.infocontent {
	float: left;
	width: 150px;
}
#content {
	margin-left: 80px;
	margin-right: 80px;
	clear: both;
	padding-top: 20px;
}
#footer {
	text-align: center;
	font-size: x-small;
	font-weight: bold;
	padding: 10px;
	color: #4D7FB2;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 72px;
	background-color: #666666;
}
#callout {
	padding: 10px;
	float: right;
	width: 200px;
	background-color: #EAEEF1;
	margin: 8px 0px 8px 8px;
	border-top: 3px solid #6699CC;
	border-right: 1px solid #6699CC;
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
}

