@charset "UTF-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}


td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 100;
	color: #666666;
	background-image: url(images/tab.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	height: 28px;
	clear: left;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background-color: #336799;
	text-indent: 5px;
	height: 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #336799;
	margin: 0px;
	padding: 0px;
	
}


#wrapper {
	position: relative;
	width: 1000px;
	margin:0 auto;
	background-color: #FFFFFF;
	border: thin solid #FFFFFF;
}


#header {
	background-image: url(images/fam_top.jpg);
	background-repeat: no-repeat;
	height: 128px;
	width: 1000px;
}

#content {
	position: relative;
	float: left;
	width: 770px;
	padding: 10px;
	top: 20px;
}

#sidebar {
	position: relative;
	float: left;
	width: 200px;
	top: 20px;
}
#footer {
	position: relative;
	width: 980px;
	clear: left;
	text-align: center;
	color: #336699;
	font-size: 13px;
	line-height: 14px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#nav {
	position: absolute;
	height: 20px;
	width: 1000px;
	top: 128px;
}

.feature {
	background-image: url(images/sidebarheaders.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	display: block;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.featurebox {
	padding: 10px;
	width: 180px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.products {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.products li {
	float: left;
	height: 300px;
	width: 175px;
	padding: 5px;
}

a {
color: #336799;
}

a:hover {
	color: #333366;
}

.edutitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 800;
	text-decoration: none;
}

.edusub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}