@charset "utf-8";
/* CSS Document */

* {
	margin: 0;}
	
body {
	background:#d5d3c0;}
	
p {
	color:#333;
	padding:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
	text-align:justify;}
	
h1 {
	padding:5px;
	color:#333;
	font-family:nevis, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.9em;}
h2 {
	padding:5px;
	color:#fff;
	font-family:nevis, Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;}

a:link {
	color:#4F9FD0;
	text-decoration:none;}
a:hover {
	color:#317BD7;
	text-decoration:none;}
	
a:visited {
	color:#2492FF;
	text-decoration:none;}
	
img{border:none;}

.download{font-size:12px;color:#06C;}

div.figure {
  float: right;
  border: thin silver solid;
  margin:0 10px;
  padding: 5px;}

div.figure p {
  background:#DEEBEF;
  text-align: center;
  font-size: 10px;
  text-indent: 0;}
	
#page {
	width:900px;
	margin: auto;}
/* Header */

#header {
	margin-top:0;
    width:900px;
	height:235px;
	background:url(../images/header.png) no-repeat;}

#logo {
	width:363px;
	float:left;}	
/* Menu */

#menu {
    float:right;
	margin-right:78px;
	margin-top:20px;
	width: 440px;
	height: 55px;}

#menu ul {
	margin:0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 110px;
	height: 42px;
	padding: 15px 0 0 0;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#fff;
}

#menu a:hover {
	color:#DFF;}

#menu .active a {
	color:#fff;}
	

.submenu{
    width:440px;height:100px;
	float:right;
	margin-right:78px;
	margin-top:5px;}	
#slogan{
	width:750px;
	margin:15px auto;
	clear:both;}
	
#news{
	width:900px;
	height:300px;
	background:#eaf7fd;
	overflow:hidden;clear:both;}
	
.newsRight{
	width:280px;
	padding:10px;
	float:right;}	

#main{
	width:900px;
	background:#fff;
	border-top: 2px solid #90c6fb;}

#boxes{
	width:900px;
	height:190px;
	color:#fff;
	background:url(../images/box_bg.gif) repeat-x;
	border-top:2px solid #114579;}
	
#boxes p{
	color:#fff;
	padding: 2px 8px;
	text-align:center;}
	
.boxlinks {
	position:absolute;
	bottom:14em;}
			
#litebox{
    width:225px;
	height:170px;
	float:left;
	background:#0081ff;}
	
#darkbox{
    width:224px;
	height:170px;
	float:left;
	background:#0054a6;
	border-left:1px solid #fff;}
	
#content{
	margin:0;
	padding:0 15px;
	widht:900px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1.5em;
	color:#333;
	clear:both;}
			
.purpose{
	float:left;
	width:415px;
	padding:10px;}
	
.upcoming{
	float:right;
	width:415px;
	padding:10px;
	background:#fcfcd5;}
	
#footer{
	width:900px;
	height:125px;
	background:#172534;}

#footer p {
	width:800px;
	margin: auto;
	padding:15px;
	color:#ECFFFF;}
