@charset "utf-8";
.titleMiddle {
	background-image: url(../../images/title_middle.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #09456e;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #033;
}
h3 {
	color: #09456e;
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}
h2 {
	color: #09456e;
	font-size: 16px;
}
#leftpane {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#rightpane {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #09456e;
}
#footer {
	font-weight: bold;
	color: #FFF;
	background-color: #dd143a;
	width: 960px;
}
#footer a:link {
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0;
	text-decoration: none;
}
#footer a:active {
	color: #FFF;
	text-decoration: none;
}
.box {
	border: 1px solid #00F;
}
#adminBar {
	background-color: #F00;
	text-align: center;
	width: 960px;
	height: 20px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: middle;
}
#adminMenu {
	background-color: #b9e2fc;
}
.error {
	font-weight: bold;
	color: #F00;
}
