body{
	
	background-color: #CAC0D8;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 75px;	

}

#container{
	width: 800px;	
	background-color: white;
	padding: 15px;
	margin: -2.5em auto 2em auto;	
}


#upperheader{
	background-color: #FFFFFF;
	height: 100px;
}

#logo{
	width: 1000px;
	float: left;
}

#navigation{
	width: 550px;
	text-align: right;
	float: right;
}

.navigation{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	padding-left: 5px;
	padding-right: 5px;	
}

.navigation:hover{
	color: red;
}


#header{
	background-color: #000084;
	height: 200px;
	color: #FFFFFF;
}

#header-left{
	background-color: #000084;
	width: 230px;
	height: 180px;
	float: left;
	font-size: small;
	padding: 10px;
	text-align: center;
}

#header-right{
	background-image: url(images/header.gif);
	width: 550px;
	height: 200px;
	float: right;
}


#content{
	background-color: #FFFFFF;	
	width: 800px;

}

#content-left{
	background-color: #DEDEDE;
	width: 250px;
	height: 99%;
	float: left;
}

#content-right{
	background-color: #FFFFFF;
	width: 510px;

	float: right;
	padding: 20px;
	text-align: justify;
   font-size: small;
}

.content{
	text-decoration: none;
	color: #000000;
}

.content:hover{
	text-decoration: underline;
	color: black;
}


#footer{
	background-color: #000084;
	height: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: x-small;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

.footer{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

.footer:hover{
	text-decoration: underline;
	color: red;
}
