﻿body{
	padding: 10px;
	background: #707883;
	color: #222;
	text-align: center; 
	font: 90% "Verdana","Trebuchet MS",Arial,sans-serif;
	}
h1,h2,h3,p{
	margin: 0;
	padding: 0 10px;
	font-weight:normal
	}
p{
	font: 90% "Verdana","Trebuchet MS",Arial,sans-serif;
	padding: 0 10px 15px
	}
h1{
	font-size: 250%;
	color: #FFF;
	letter-spacing: 1px
	}
h2{
	font-size: 200%;
	line-height:1;
	color:#002455 
	}
td{
	font: 90% "Trebuchet MS",Arial,sans-serif;
	}

div#container{
	width:890px !important; 
	/*width:900px; */
	margin: 0 auto;
	padding:5px;
	text-align:left;
	background:#FFF
	}
div#header{
	background: #BAC4DD;
	padding: 0px;
	text-align:center
	}
div#menu{
	background:white; 
	width:890px;
	padding:5px 0;
	margin:0px;
	}
div#content{
	float:left;
	width:600px;
	padding:10px 0;
	margin:5px 0; 
	background:  #F5F5F5 /*#778CCA */;  
	text-align:justify;
	}
div#contentlower{
	float:left;
	width:600px;
	padding:10px 0;
	margin:5px 0; 
	background:  #F5F5F5 /*#778CCA */;  
	text-align:justify;
	}
	
div#rightcolumn{
	float:right;
	width:260px;
	padding:0 10px 0 10px; 
	margin:5px 0;
	background: /*#FFD154 #FF9912 */ #FFA812;
	}
div#rightcolumn h2, h4{
	font-size: 120%;
	color: #002455; 
	margin:0; 
	padding:0; 
	}
div#footer{
	clear:both;
	width:890px;
	background: #263D93 /*#C4E786 */;
	padding:5px 0;
	font: 80% "Trebuchet MS",Arial,sans-serif;
	color:white;
	text-align:center;
	}
#footer	a:link { 
	color: White;
	text-decoration: underline;
	}
#footer a:visited { 
	color: White;
	text-decoration: underline;
	}
#footer a:hover { 
	color: #263D93;
	text-decoration: underline;
	background-color: white;
	text-decoration: none;
	}
#footer a:active { 
	color: White;
	text-decoration: underline;
	}

