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


body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #4175a8 url(images/background.gif) center repeat-y;
	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: #fff;
}

a {color:#f87e3e;
text-decoration: none}

p {
line-height: 20px}

a:hover {
color:#ffea00;
text-decoration: underline}

.oneColFixCtr #container {
	width: 951px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
margin-top: 260px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #nav-menu {
text-align: right;
padding-top:8px;
font-size: 14px;
}

.oneColFixCtr #nav-menu a {
text-decoration:none;
margin-right:10px;
color: #FFFFFF;
}


.oneColFixCtr #nav-menu a:hover, .oneColFixCtr #nav-menu .selected {
text-decoration:none;
color: #f87e3e;
}

#printheader {
display:none}

#footer {
margin-top: 100px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 90%;
	text-align: center;
	margin-bottom: 30px
}

h1, h2, h3, h4, h5 {
font-weight: normal;
letter-spacing: 5px}

h1 {
font-size: 180%}

h2 {
font-size: 160%}

h3 {
font-size: 140%}

h4 {
font-size: 120%}

h5 {
font-size: 180%}


#newsletter {
width:200px;
background-color:#142A4C;
float:right;
padding:10px;
margin-left:20px}

