@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;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color: #d6ebeb;
	background-image: url(images/header.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited{
	color: #669999;
	text-decoration: underline;
}
.twoColFixLtHdr #container { 
	position: relative;
	text-align: left;
	width: 905px;   
 	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}	
.twoColFixLtHdr #header {
	height: 185px;
	padding: 0 10px 0 10px;
	background-image: url(images/content_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
} 
/* used to position logo in the header */
#logo {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 287px;
	height: 85px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

#address {
position: absolute;
top: 25px;
left: 775px;
color: #333399;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
}

.twoColFixLtHdr #header ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 105px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	} 

img {
border:0;
}
/* middle section to of the site that holds content */
#content {
	font-size: 95%;
	color:#000000;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px;
	width: 905px;
}

/* Column1 is used for secondary navigation if needed */
#column1{
	width: 180px;
	margin-left: 20px;
	margin-top: 0px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 150%;
	position: relative;
	float: left; }

#column1 ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	margin-left: -15px;
	border: none;
	}

#column1 li {
	list-style: none;
	list-style-image: none;

}

#column1 .heading_Small{
	color: #fff;
	padding-bottom: 3px;
	border-bottom: #006699 solid 1px;
	}

#column1 li a:link, #column1 li a:visited {
	display: block;
	width: 170px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 15px;
	color: #ffffff;
	}

#column1 li a:hover {
	background-color: #333399;
	}

#column1 li a {
	float: left;
	width: auto;
	}
/* column2 holds the main content if template is not 3 column */
#column2 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 245px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 20px;
	line-height: 150%;
}
/* column3 holds the secondary content */
#column3{
	width: 195px;
	margin-top: 10px;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #663300;
}
#column3 a:link, #column3 a:visited{
	color: #fff;
	text-decoration: underline;
	}
/* column 4 holdes the main content if the template is a 3 column */
#column4{
	width: 550px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 20px;
}
/* used if page title needs to be above other columns */
#pageTitle{
	right: auto;
	left: auto;
	width: 905px;
	border-bottom: #999999 dashed 1px;
	font-weight: bold;
	color: #005FD4;
	font-size: 190%;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	padding-top: 35px;
}


#header ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
		text-align: center;
}

#header ul li {
	list-style: none;
	display: inline;
	font-size: 100%;
	margin-right: 0px;
	margin-left: -4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	/* used to give bevel effect - delete if not needed */
	border-right: #333399 solid 1px;
	border-left: #BCDEF4 solid 1px;
}

#header ul li.first{
	border-left: none;
}
#header ul li.last{
	border-right: none;
}

#header ul a:link, #header a:visited{

	color:#FFF;
}

#header ul a:hover{
	color:#333399;
	background: none;
}
/* bottom section of the site */
#footer {
	position: relative;
	margin: 0 auto;
	width: 905px;
	padding-top: 25px;
	padding-bottom: 10px;
	clear: both;
	bottom: 0;
	color: #999;
	font-size: 85%;
	text-align: center;
	background-image: url(images/content_bot.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
	}

#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 2px;
	padding-right: 6px;
	border-right: #999 solid 1px;
}

#footer ul li.last{
	padding:0 0 0 2px;
	border-right: none;
}

#footer a:link, #footer a:visited{
	color:#999;
}

#footer a:hover{
	color:#333399;
	background:none;
}
