body { 
     background-color: #CD853F;
     background-image: url(../images/background_rd.gif); 
     background-repeat: repeat; 
     background-position: top left; 
     color: #fff; 
     font-family: Verdana, Arial, Helvetica, sans-serif; 
     font-size: 0px; 
     margin: 0 0 0px 0; } 
 
div#container { 
	 background-color: #1C4E88; 
     margin: auto; 
     width: 900px; }

div#left {
	float: left;
	width: 900px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: justify; }

div#right {
	float: right;
	width: 0px;
	padding-top: 0px;
	padding-right: 0px; }

div#footer1 {
	background-color: #2B59AF;
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding: 8px;
	margin-top: 15px; }

div#footer2 {
	background-color: #00308A;
	color: #fff;
	font-size: 9px;
	text-align: center;
	padding: 4px; }

div.title {
	background-color: #005ba8;
	padding: 0px 3px 3px 5px;
	margin-bottom: 8px;
	margin-top: 15px; }

div.title a {
	color: #ffde00;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none; }

div.title a:hover {
	text-decoration: underline; }

img {
	border: 0px; }


	
A.link {
	color: #FFD800;
	text-decoration: none;
	font-weight: bold;
}

A.link:Hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

