@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
  line-height: 140%;	
}
a { color: #341E88; white-space: nowrap; }
a:hover { color: #000; background-color: #EBE3FD; }
.oneColFixCtr #container {
	width: 900px;
	margin: 25px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	background-color: #000000;
	padding: 0px;
}
#header {
	text-align: center;
	background-color: #000000;
	margin-bottom: 0px;
}
.oneColFixCtr #mainContent {
	padding: 2em 20px 1em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #888888;
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	background-image: url(assets/bkg-1.jpg);
	background-repeat: repeat-y;
	margin: 0px;
}
p {
	font-size: 14px;
	margin: 0.5em 0 1em;
}
p a {
	font-size: 11px;
}
h1 {
	font-size: 30px;
	margin-top: 0px;
}
h2 {
	font-size: 24px;
}
h3 {
}
#footer {
	font-size: 12px;
	background-image: url(assets/bkg-1.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding: 8px 0px 0px;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	border-top: 1px solid #444444;
	border-right: 0px none #444444;
	border-bottom: 0px none #444444;
	border-left: 0px none #444444;
	height: 25px;
	vertical-align: middle;
	color: #341E88;
}
#footer a {
	text-decoration: none;
}
.img-left {
	text-align: left;
	margin-right: 5px;
}
.img-right {
	text-align: right;
	margin-left: 5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
.style12 {
	font-size: 11px;
	color: #DDDDDD;
	text-decoration: none;
  line-height: 140%;	
}
.style13 {
	margin-left: 1em;
}