/* CSS Document */

body {
	background-color: #14214E;
	margin-top: 30px;
}
.headerbg {
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	height: 125px;
	background-position: center center;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	font-size: 1em;
}.menubg {
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	height: 28px;
	background-position: center center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #DE3122;
	text-align: center;
	font-size: 0.8em;
}
.contentbg {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding: 15px 20px 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #14214E;
	font-size: 0.8em;
	background-color: #A2A6AD;
	text-align: justify;
}
h2 {
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 1.5em;
}
.menulinks {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 105%;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.menulinks:hover {
	color: #DE3825;
}h1 {
	font-weight: lighter;
	margin: 0px;
	font-size: 150%;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.smallertxt {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #75181D;
}
hr {
	height: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #14214E;
}
a:hover {
	color: #CD271B;
}
.blacktxt {
	color: #000000;
}
