/* Two Column - Side Menu Stylesheet
	Written by Katie Karpetz April 8th 2006 */
	
	
/* HTML Styles */

body{
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin:0px;
	padding:0px;
	background-color:#d2d6dc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}

/*
table,tr,td{
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}
*/

form {
	margin:0px;
	padding:0px;
	}

h1 {
	color:#333;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/Heading.jpg);
	background-repeat: no-repeat;
	width: 595px;
	padding-left: 4px;
	background-position: 1px;
	padding-top: 0px;
	height: 22px;
	}

h2 {
	color:#333;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/Heading.jpg);
	background-repeat: no-repeat;
/*	width: 595px; */
	padding-left: 4px;
	background-position: 1px;
	padding-top: 0px;
	height: 20px;
}

h3 {
	color:#333;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/Heading.jpg);
	background-repeat: no-repeat;
	width: 595px;
	padding-left: 4px;
	background-position: 1px;
	padding-top: 0px;
	height: 20px;
}

h4 {
	color:#333;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/Heading.jpg);
	background-repeat: no-repeat;
	width: 595px;
	padding-left: 4px;
	background-position: 1px;
	padding-top: 2px;
	height: 18px;
}
h5 {

	color:#333;
	font-size: 10px;
	font-weight: bold;
	background-image: url(../images/Heading.jpg);
	background-repeat: no-repeat;
	width: 595px;
	padding-left: 4px;
	background-position: 1px;
	padding-top: 3px;
	height: 17px;
}

h6 {
	color:#333;
	font-size: 8px;
	font-weight: bold;
	background-image: url(../images/Heading.jpg);
	background-repeat: no-repeat;
	width: 595px;
	padding-left: 4px;
	background-position: 1px;
	padding-top: 0px;
	height: 20px;
}
	
a:link {
	color:#7A7A7A;
	text-decoration:underline;
	}

a:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

a:visited {
	color:#7A7A7A;
	text-decoration:underline;
	}

a:visited:hover {
	color:#7A7A7A;
	text-decoration:none;
	}

textarea { 
	font-family: "trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	}

/* Layout Styles */

#container {
	margin:  0 auto;
	padding: 0;
	text-align: left;
	width:792px;
	background-image: url(../images/BottomTile.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
		}

#header {
	width:792px;
	height:153px;
	background-image: url(../images/Header.jpg);
	}

#navcontainer {
	padding: 70px 0px 0px 8px;
	border: none;
	}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navcontainer li {
	margin: 0;
	}

#navcontainer li a {
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	}

#navcontainer li a:hover {
	background-color: #d7dce2;
	color: #000;
	}

#active a:link, #active a:visited, #active a:hover, #active a:visited:hover {
	background-color: #d7dce2;
	color: #000;
	}

#sitemenu {
	width:124px;
	float:left;
	background-image: url(../images/NavImage.jpg);
	background-repeat: no-repeat;
	height: 460px;
	background-position: top;
	}

#content {
	padding:0px 40px 10px 25px;
	width: 603px;
	float:left;
	background-image: url(../images/content.jpg);
	background-repeat: no-repeat;
	}

#footer2 {
	color:#fff;
	text-align:right;
	vertical-align: top;
	float:left;
	width:792px;
	height: 39px;
	position:static;
	background-image: url(../images/BottomTile.jpg);
}

#footer {
	color:#fff;
	text-align:right;
	vertical-align: top;
	float:left;
	width:792px;
	height: 39px;
	position:static;
	background-image: url(../images/footer.jpg);
	}
	
