@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
	background-image: url(images/sidebarback.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-attachment: scroll;
} 
#sidebar1 p {
	color: #A4A4A4;
}
h1 {
	color: #666;
}

#header {
	text-align: center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.head p.first {
	background-image: url(images/hd_top2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.head p.last {
	background-image: url(images/hd_bottom2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.foot {
	background-image: url(images/hd_mid.gif);
	background-repeat: repeat-y;
	width: 780px;
}
.foot p.last {
	background-image: url(images/hd_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.foot p.first {
	background-image: url(images/hd_top.gif);
	margin: 0px;
	width: 780px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}

.head {
	background-image: url(images/hd_mid2.gif);
	background-repeat: repeat-y;
	width: 780px;
}

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px;
	background-color: #9D0035;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(images/sidebarback.jpg);
	background-repeat: repeat-y;
	height: 100%;
}
#sidebar1 a {
	text-decoration: none;
}
.sidebar a {
	text-decoration: none;
}



#mainContent {
	/* [disabled]background-image: url(images/mainback3.jpg); */
	height: 100%;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 280px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004B85;
	font-size: 11pt;
	font-weight: bold;
}
.red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #9d0035;
	font-size: 12pt;
}

.quote {
	background-image: url(images/Red_bg.gif);
	background-repeat: repeat-y;
}
.quote p.first {
	background-image: url(images/Red_bg_Top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.quote p.last {
	background-image: url(images/Red_bg_Bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}


#footer {
	background-image: url(images/footer.jpg);
	clear: both;

} 
#footer ul li a {
	font-size: 18px;
	color: #E1E1E1;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}

#footer ul {
	list-style-type: none;
	text-align: right;
	margin: 25px;
	padding: 25px;
}
#footer ul li {
	display: inline;
	padding-right: 30px;
	padding-left: 20px;
}


#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;
}
#footer ul li a:hover {
	color: #668DAA;
}

