body {
	font-family:Arial, Helvetica, sans-serif;
  font-size:75%;
  background-color:#FFFFFF;
  color:#4E4E4E;
  
}
a {
  color:#005591;
}
a:hover {
  color:#037FD7;
}

h1, h2, h3 {
  color:#1E1E1E;
  font-family:'Times New Roman';
  font-weight:normal !important;
}
h1 {
  font-size:30px;
}
h2 {
  font-size:22px;
  font-weight:normal;
}
h3 {
  font-size:18px;
}


#page {
	margin-top: 10px;
	
}

#header {
  margin:0 auto;
  width:960px;
  background-image:url(../images/header.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  height:117px;
	
}

#header-inner {
	position: relative;
}

#logo {
	left:40px;
  	position:relative;
  	top:30px;
}

#logo a {
background-image:url(../images/logo.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:0 !important;
  overflow:hidden;
  padding-top:67px;
  width:202px;
}


#main {
		 margin:0 auto;
  width:960px;
}

#content {
	background-color: #FFFFFF !important;
	padding: 20px 0;
}

#splash-intro {
	width: 600px;
	margin: 0 auto;
	font-size: 16px;
	padding: 80px 0;
	text-align: justify;
	
}



#footer {
	 margin:0 auto;
  width:960px;
  background-color: #333;
  background-position:-20px 0;
  background-repeat:no-repeat no-repeat;
  height:100px;
  padding:5px 0;
}

#footer, #footer a {
  color:#B8B8B8;
  font-size:11px;
}
#footer a:hover {
  text-decoration:underline;
}
#footer-inner {
  position:relative;
}
#footer-custom {
  margin-right:100px;
  padding: 0 10px;
}
#footer-system {
  position:absolute;
  right:0;
  top:0;
}

