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

body {
	background: #ffffff;
	margin: 0;
	padding: 0;
}
#container {
	width: 850px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
#header {
	padding: 0px;
	width: 850px;
	background-color: #666666;
}
#header h1 {
	margin: 0;
	color: #FFFFFF;
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size:140%;
	font-weight:bold;
	letter-spacing:1px;
	padding-top: 138px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#maincontent {
	padding: 0;
	background: #FFFFFF;
}
#footer {
	padding: 0px;
	width: 850px;
	margin-bottom: 20px;
	background-color: #666666;
}

body {
	text-align: center;
	color: #292929;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 82%;
	line-height: 130%;
}
a {
	outline: none;
	color:#104A91;
}
a {
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #E21019;
	outline: none;
}

p, h1, h2, h3, h4, h4 {
	margin: 0px;
	line-height:125%;
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 125%;
}

h3 { 
   font-size: 110%;
}

h4 {
	font-size:  100%;
}
#mainContent h2 {
	color:#FFCC00;
	font-family:"Arial Narrow",Arial,sans-serif;
	font-size:140%;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:uppercase;
}
#content-wrapper {
	padding: 0px;
	width: 830px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-image: url(../images/div-nav.png);
	background-repeat: no-repeat;
	background-position: 468px 0px;
}
#footer-message {
	font-size:90%;
	margin:0;
	padding:1em;
	text-align:center;
	color: #FFFFFF;
}
#footer-message a {
  font-weight:bold;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

