/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#dddda7;
}

#container{
	border:3px #FFFFFF solid;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	background:#FFFFFF;
}

#header{
	color:#FFFFFF;
	background-color:#125439;
}

#logo{
	margin-left:20px;
	float:right;
}

#details{
	color:#FFFFFF;
	background-color:#4e987a;
	padding:5px;
	border-bottom:3px solid #fff;
	border-top:3px solid #fff;
}

#content{
	background:#fff;
	color:#125439;
}

#leftContent{
	width:276px;
	color:#FFFFFF;
	float:left;
}

.linkImg{
	margin-bottom:1px;
}

#rightContent{
	color:#125439;
	padding:16px;
	float:left;
	width:460px;
}

#footer{
	clear:both;
	width:750px;
	color:#125439;
	background:#f3f3e4;
	text-align:center;
	padding:10px;
}

.table{
	color:#FFFFFF;
}
/***** Links *****/

#rightContent a{color:#125439; text-decoration:none;}
#rightContent a{color:#125439; text-decoration:underline;}

#footer a{color:#125439; text-decoration:none;}
#footer a:hover{color:#125439; text-decoration:underline;}
