

/*BODY*/
body {
	background-color:#A5BDD2;
	font-family:"trebuchet ms" , arial, sans-serif;
	color:#325878;
	}
	
a {
	color:#325878;
	text-decoration:none;
	}
	
a:hover {
	color:#C2DFF3;
	}

#main {
	width:860px;
	margin:auto;
	}
	
#header {
	background-image: url(images/header2011.jpg);
	width:100%;
	height:132px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	}

#description {	
	width:195px;
	border:1px #325878 solid;
	margin:0px 5px 5px 0px;
}

#left {
	width:205px;
	float:left;
	margin-top:20px;
	}
	
#right {
	width:860px;
	margin:auto;
	margin-top:20px;
	border:1px #325878 solid;
	}
	
#search {
	width:205px;
	border:1px #325878 solid;
	margin:5px 0px 0px 0px;
	text-align:right;
	}
	
#copyright {
	width:100%;
	border:1px #325878 solid;
	margin:5px 0px 0px 0px;
	text-align:center;
	}
	

h1 {
	color:#C2DFF3;
	font-size:35px;
	padding-right:5px;
	}
	
h2 {
	font-size:24px;
	padding-left:5px;
	margin:0px;
	}
	
p {
	margin:2px 0 0 5px;
	}
	
.description_text {
	padding:5px;
	text-align:justify;
	}
	
.content {
	padding:0px 5px 0px 5px;
	text-align:justify;
	color:#000000;
	}
	
.copy {	
	font-size:10px;
	}

#navbuttons {
	width:860px;
	height:28px;
	background-color:#517193;
	text-align:center;
	}

#navbuttons ul {
	display:inline;  
	list-style:none;
	}

#navbuttons li {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
	display:inline;
	background-color:#517193; 
	list-style:none;
	float:left;
	border-left:1px #325878 solid;
	padding:0px 10px 0px 10px;
	line-height:28px;
}
	
#navbuttons li a {
	color:#88A4C0;
	text-decoration:none;
	font-size: 9pt;
	}
#navbuttons li a:hover {
	color:#C2DFF3;
	}

#navbuttons li.first {
	border-left:none;
	}

#navbuttons li.last {
	border-right:1px solid #325878;
	}
