@charset "utf-8";
/* CSS Document */

body {
	background-image: url(/images/backgrounds/bkg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #234f6f;
	text-decoration: underline;
}
a:visited {
	color: #234f6f;
	text-decoration: underline;
}
a:hover {
	color: #234f6f;
	text-decoration: none;
}
a:active {
	color: #234f6f;
	text-decoration: none;
}

.boldLink a:link {
	color: #234f6f;
	text-decoration: none;
}
.boldLink a:visited {
	color: #234f6f;
	text-decoration: none;
}
.boldLink a:hover {
	color: #234f6f;
	font-weight: bold;
	text-decoration: none;
}
.boldLink a:active {
	color: #234f6f;
	font-weight: bold;
	text-decoration: none;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #367bb2;
}

.searchField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #367bb2;
}

.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.standard {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.side img {
	margin-bottom: 8px;
}
.side a:link {
	color: #565656;
	text-decoration: underline;
}
.side a:visited {
	color: #565656;
	text-decoration: underline;
}
.side a:hover {
	color: #565656;
	text-decoration: none;
}
.side a:active {
	color: #565656;
	text-decoration: none;
}

.bSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.bSide img {
	margin-bottom: 8px;
}
.bSide a:link {
	color: #565656;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.bSide a:visited {
	color: #565656;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.bSide a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.bSide a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	list-style-type: square;
}
li {
	margin-bottom: 5px;
}
.arialBold {
	color: #FFFFFF;
	font-weight: bold;
}