h1, h2, h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 18px 0 0;
}
a, a:link {
color: black; 
font:bold;
background-color: tan;
text-decoration: none;
border: 2px solid black; 
}

a:visited, a:active {
color: black; 
font:bold;
background-color: tan;
text-decoration: none;
border: 2px solid black; 
}

a:hover {
color: black; 
background-color: tan;
font:bold;
text-decoration: none;
border: 2px solid black; 

}
a img {
	border: 0;
}
#mainWrapper {
	width: 1000px;
	position: relative;
	padding-bottom: 20px;
}
#header {
	width: 960px;
	height: 194px;
}
#headerCap {
	position: absolute;
	background: transparent url(../images/header_cap.gif) top left;
	top: 193px;
	left: 0px;
	width: 170px;
	height: 29px;
}
#header_flashcontent {
	background: url(images/header_preview.jpg) no-repeat;
}
#header_flashcontent span {
	display: none;
}
#nav { 
	text-align: right; 
	margin-right: 50px;
	margin-top: 10px;
}
#content {
	position: relative;
	width: 960px;
	text-align: center;
}
/* CSS for Homepage */
#customParts {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#customParts ul {
	list-style-type: none;
}
#customParts ul li span {
	display: none;
}
#customParts ul li {
	width: 600px;
	height: 175px;
}
#customParts a {
	width: 100%;
	height: 100%;
	display: block;
}
#customParts a:hover {
	background-position: 0px -175px;
}

/* End CSS for Homepage */
.Header div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.Header td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.HeaderText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
}
