.box { 
	background:transparent;
	width: 690px;
	text-align:left;
	margin:10px auto;
 }
 
 
.boxtop { 
	background: url(../images/top.png) no-repeat;
	width: 100%;
	height: 25px;
 }

 
.boxbottom {
	background: url(../images/bottom.png) no-repeat;
	width: 100%;
	height: 25px;
 }


.content 
{
	width:690px;
	margin: 0 auto;
	background:#FFFFFF;
 }

.header
{
	margin-left:0px;
	margin-right:0px;
	background-color:#84b1d9;
	height:102px;
}

.navigation
{
	margin:20px 0px 20px 0px;
	font-size: 1em;
	line-height:20px;
}

.navigation a:link {
	color: #000000;
	text-decoration: none;
}

.navigation a:visited {
	color: #000000;
	text-decoration: none;
}

.navigation a:hover{
	color: #66CCFF;
	text-decoration: none;
}

.navigation a:active {
	color: #000000;
	text-decoration: none;
}

.logoimg {
	margin-left:20px;
	width:100px;
	float:left;
	display: inline;
}

.logo { 
	display: inline;
	font-size: 55px;
	color:#FFFFFF;
	margin-left:80px;
	line-height:90px;
} 

.sidebar {
	width:95px;
	float:left;
	margin: 5px;
	display:inline;
	font-size:12px;
}

.main {
	width:580px;
	margin-left:113px;
	margin-right:0px;
	padding-top:5px;
	font-size: 1em;
}


.main h1 {
	font-size: 1.5em; 
}

body {
	background: url(../images/background_pattern.jpg);
	background-repeat:repeat;
	background-color:#66CCFF;
	text-align:center; 
	font-size: 1em; 
	font-family: Tahoma,Verdana, Helvetica, Arial;
}
	
.footer {
	font-size: .8em; 
	text-align:center; 
	width:690px;
	color: #CCC;
	
}
.footer a:link {
	color: #CCC;
	text-decoration: none;
}

.footer a:visited {
	color: #CCC;
	text-decoration: none;
}

.footer a:hover{
	color: #66CCFF;
	text-decoration: none;
}

.footer a:active {
	color: #CCC;
	text-decoration: none;
}

.clear {
	float: none;
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
}
