@charset "utf-8";
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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #af314a;
	background-image: url(images/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.main #container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/copybg.gif);
	background-repeat: repeat-y;
} 
.main #top {
	background-image: url(images/top1.gif);
	height: 29px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.main #toptext {
	float: right;
	padding-right: 35px;
	padding-top: 3px;
	color: #af314a;
	font-weight: bold;
}
.main #header {
	background-image: url(images/header.jpg);
	height: 432px;
}
.main #slideholder {
	float: right;
	padding-top: 57px;
	padding-right: 82px;
}
.main #title {
	background-image: url(images/titlebg.jpg);
	height: 60px;

}
.main #titlebox {
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #004a8d;
}
.main #header1 { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;
} 
.main #header h1 {
	margin: 0; 
	padding: 10px 0;
}
.main #sidebar1 {
	float: left;
	width: 180px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 80px;
}
.main #mainContent {
	margin: 0 0 0 250px; /* 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: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #f69a86;
}
.main .copyholder {
	padding-right: 60px;
} 
.main #footer {
	background-image: url(images/footer.gif);
	height: 72px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.main #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;
}
#navcontainer {
width: 150px;
}
#navlist
{
padding-left: 0;
margin-left: 0;
width: 150px;
}
#navlist li {
list-style: none;
margin: 0;
padding: 0.5em;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #f37154;
}
#navlist li a { 
text-decoration: none;
font-weight: bold;
color:#f37154; 
}
#navlist  a:link, .navlist2 a:visited {
font-weight: bold;
color: #f37154;
}
#navlist a:hover {
color: #f45937;
font-weight: bold;
text-decoration: none;
}
.bklink {
	color: #000000;
	text-decoration: underline;
}
.pinki {
	color: #f37154;
	font-size: 12px;
}
.pinkilinki {
color: #f37154;
text-decoration: underline;
}
.liltext {
font-size:10px;
}