@charset "utf-8";
/* CSS Document */

img,a {border: 0 ; }

a img{
border: 0 ;
} 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #fffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position:bottom;
font-family:"Trebuchet MS";
		font:"Trebuchet MS";
		font-size:13px;
}
 #container { 
	width: 900px;  
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;

} 
 #header { 

	padding: 0 ;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:177px;
	width:900px;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	min-height:300px;

}
 #mainContent { 
	margin: 0 0 0 190px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height:500px;
	width:648px;

} 
 #footer { 
	padding: 0 ; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background-image:url(images/footer.jpg);
	height:17px;
} 
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}
.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;
}

h1,h2 {
padding: 0 ; margin: 0 ;
font-size:17px; font-weight:bold;
color:#990000; letter-spacing:1px;
}

h2 {font-size:15px; }

a { color:#333333; border-bottom:1px dotted; text-decoration:none;  }
a:hover {text-decoration:none; color:#CCCCCC; }

span.this {color:#c2080d; font-weight:bold; 
display: block;
margin: 0px 0px 0px 0px;
padding-top:4px;
padding-bottom:4px;
padding-left:20px; 
text-decoration:none;
font-weight:bold;
text-decoration: none;
letter-spacing:2px;
border: 0 ;
background-image:url(images/select.gif);
background-repeat:no-repeat;
background-position:left;


}
ul.nav
{
margin: 0 ;
margin-left:15px; ; 
padding: 0 ;
list-style-type: none;
font-size:12px;

}

li.nav {background-image:url(images/navbg.gif);
background-position:bottom left;
background-repeat:no-repeat; }

a.nav
{
display: block;
color:#565656;
margin: 0px 0px 0px 0px;
padding-top:4px;
padding-bottom:4px; 
text-decoration:none;
font-weight:bold;
letter-spacing:2px;
border: 0 ;
padding-left:20px;

}

a.nav:hover
{
background-image:url(images/select.gif);
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
}



img.right {float:right; margin-left:15px; }

img.left {float:left; margin-right:15px; }

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto }
