@charset "UTF-8";
/* CSS Document */

body{padding: 20px;background-image:url(images/textureLOOPS_pale.jpg);text-align: center; font: 89% "Trebuchet MS",Arial,sans-serif}
h1,h2,h3, p{margin: 0;padding: 0 10px;font-weight:normal}
p{padding: 10px 10px 15px}
h1{font-size: 250%;color: #FFF;letter-spacing: 1px}
h2{font-size: 150%;line-height:1;color:#002455 }
h3 {font-size:120%; font-weight:bold; color: #000}
td {color:#000; padding:5px;  font: 105% "Trebuchet MS",Arial,sans-serif;line-height:1}
div#container{width:1024px; margin: 0 auto;padding:5px;text-align:left;background: #8C3503}
div#leftcolumn{float:left; width:320px; margin:0px 10px 0px 0px; background: #FFF}
div#header{background: #DD9900;width: 1004px;background-image:url(images/header.jpg); background-repeat:no-repeat;padding: 10px;}
div#content{width:794px;padding:10px 10px 10px 10px; margin:5px 0;background:#dd7e2a}
div#content a:link {color: #003366}
div#content a:visited {color: #003366}
div#content a:hover {color:#DD9900}
div#nav{float:right;width:207px;background: #411F12; margin:5px 0}
div#nav h2{font-size: 200%;color: #9E4A24}
div#nav p {color:#FFF; font: "Trebuchet MS",Arial,sans-serif;font-weight:lighter}
div#nav a:link, a:visited {color: #DD9900}
div#footer{clear:both;width:1024px;background: #800000;padding:5px 0;text-align:center}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}