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

 
body  {
	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;
	font-family: "Lucida Grande", Arial, Helvetica, "sans serif";
	font-size: 100%;
}

.container  {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
}

.maincontent, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow { background-color: #ccc; }

.maincontent {
	background-color: #FFFFFF;
	color: #880000;
	padding: 10px;
	font-family: "Lucida Grande";
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #AAAAAA;
}

 
.header {
	height: 27px;
	background-image: url(images/header_bg.png);
	font-family: "Lucida Grande";
	font-size: 22px;
	line-height: 25px;
	font-variant: small-caps;
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	width: 100%;
} 


 
.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 {
	font-family: "Lucida Grande", Arial;
	font-size: 28px;
	color: #444444;
	line-height: 34px;
	margin-top: 40px;
}

A:link {
text-decoration: none;
color: #FFFFFF;
}
A:visited {text-decoration: none;
color: #FFFFFF;
}
A:active {text-decoration: none;
color: #FFFFFF;
}
A:hover {text-decoration: none;
color: #660000;
}


.maincontent A:link {
text-decoration: none;
color: #770000;
}
.maincontent A:visited {text-decoration: none;
color: #770000;
}
.maincontent A:active {text-decoration: none;
color: #770000;
}
.maincontent A:hover {text-decoration: none;
color:#555555;
}





[if IE 6]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }
#mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it may need to avoid several bugs */
</style>
-[endif]

