/* CSS Document */
#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border: 3px solid #87987F;
	overflow: hidden;
}
#adminWrapper {
	margin-right: 50px;
	margin-left: 50px;
	padding: 10px;
	border: 3px solid #87987F;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
.green {
	color: #86977E;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	color: #475F7D;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#topButton {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	float: right;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-top: -11px;
	background-color: #87987E;
	margin-right: 70px;
}
#header {
	margin-top: 10px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.leftBar {
	float: left;
	width: 218px;
	text-align: right;
}
.leftBar img {
	display: block;
}

.topContent {
	width: 680px;
	float: left;
	margin-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.4em;
}
.topContent  p {
	margin-top: 0px;
}


a:link, a:active, a:visited {
	font-weight: bold;
	color: #475F7D;
	text-decoration: none;
}
.blue {
	color: #475F7D;
}
#topButton a {
	color: #FFF;
	margin-right: 30px;
	margin-left: 30px;
}

a:hover {
	text-decoration: underline;
}

.imageLeft {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.imageRight {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

.imageLeftBordered {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

.imageRightBordered{
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 3px double #000;
}

#performancesTable th {
	font-weight: bold;
	color: #EFF4E1;
	background-color: #475F7D;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#performancesTable td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
/*
#footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 5px;
	background-image: url(images/bottomBar.jpg);
	background-repeat: no-repeat;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-position: 0px 10px;
}

#footer #caption {
	font-size: 9px;
}
#footer #caption a {
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
#caption {
	margin-top: 5px;
}
#topNav {
	text-align: center;
	background-color: #000;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#topNav a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#topNav a {
	text-decoration: underline;
}*/#bottomContent {
	background-color: #EFF4E1;
	clear: both;
	overflow: hidden;
	padding-top: 10px;
}
.bordered {
	border: 3px double #000;
}
#topButton a:hover {
	color: #475F7D;
	text-decoration: none;
}

