/* Layout Stylesheet */

body {
	margin:0 0 0 0;
	color: #333333;
	text-align:center;
	padding:0 0 0 0; margin:0 0 0 0;
 	background-image: url(tile_bg.jpg);
	background-repeat: repeat-x;
	background-color: #21244E;
	
 }



#links a:link, #links a:active, #links a:visited {
	color: white;
	text-align: left;
	text-decoration: none;

 }

#links a:hover {
	color: #FFFFFF;
	text-align: left;
	text-decoration: underline;
 }

#title {
	clear:right;
	text-align: right;
	font-size: 22px;
}



.floatright { float:right; }

.floatleft { float:left; margin-right:6px; }

.clearfloat { clear:right; }

.clearleft { clear:left; }


