/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}
#mainnav {
	padding: 0px;
	height: auto;
	width: 300px;
	float: left;
	text-align: center;

}
#maincontent {
	padding: 10px 5%;
	float: left;
	height: auto;
	width: 40%;
	text-align: center;

}
#subnav {
	clear: left;
	float: left;
	height: 35px;
	width: 100%;
	padding-bottom: 5px;
}
#footer {
	clear: left;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 10px;

}
#mainnav ul {
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 300px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

a:link {
	text-decoration: none;
	color: #000000;
	padding-top: 25px;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
#subnav ul {
	list-style-type: none;
}
#subnav li {
	display: inline;
	margin-right: 20px;
	margin-left: 20px;

}
img {
	border: medium double #FFFFFF;
}
#mainnav li {
	width: 300px;
	height: 75px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	margin: 0px;
	padding: 0px;
}
.redyellow a:hover {
	background-image: url(../images/decor/jfa_bg_redYel.jpg);
	background-repeat: repeat-y;
	background-position: center top;



}
.orngpurple a:hover {
	background-image: url(../images/decor/jfa_bg_orngPurp.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.blue a:hover {
	background-image: url(../images/decor/jfa_bg_blue.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.purple a:hover {
	background-image: url(../images/decor/jfa_bg_purple.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainnav a {
	padding: 0px;
	width: 300px;
	margin: 0px;
	display: block;
	color: #000000;
}

#subnav a:hover {
	text-decoration: underline;
}
#portheader {
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 800px;
}
#staticcontent {
	height: auto;
	width: 500px;
	margin-left: 150px;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: left;
	background-image: url(../images/decor/static_content_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.imgleft {
	padding: 3px;
	float: left;
}
.imgright {
	padding: 3px;
	float: right;
}
.wrapper {
	height: 25px;
	width: 800px;
	margin-top: 10px;
}
#staticcontent a {
	text-decoration: underline;
	color: #000000;
}
<!--
#staticcontent li {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.pageSlug {
	width: 300px;
	height: 34px;
}h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	padding-top: 0px;
}
#staticcontent ul {
	text-decoration: none;
	list-style-type: none;
}
