
/* 2010-08-18 jgPM -- code cleanup */

body {  /* general properties for the entire page */
	font-family: "Trebuchet MS", Verdana, serif;
	color: #2A0055;	/* dark blue */
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 100.01%;
	background: #FAFAFA;
}

p,  ul,  li {
	font-size: 100%;
}

ul {
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
	list-style-type: circle;
}

li {
	margin-bottom: 0.25em;
	margin-left: 0;
	padding-left: 0;
}

h2 {
	font-size: 100%;
	color: #ffcc00;
	border: solid 1px #004;
	border-left: none;
	border-right: none;
	background-color: #0066FF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 25px;
}

a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

a:hover, a:focus{
	text-decoration: underline;
}

h3 {
	font-size: 100%;
}

h4 {
	margin-top: 0;
}

 #main {
	background-color: #fff;
}

#leftcolumn h2 {
	font-size: 100%;
	color: #ffcc00;
	border: solid 1px #ffcc00;
	border-left: none;
	border-right: none;
	background-color: #0066FF;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 25px;	
}

#leftcolumn h3 a {
	font-size: 90%;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}

#leftcolumn p {
	font-size: 100%;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}

/* layout stuff */
#leftcolumn {
	width: 20%;
	float: left;
	padding: 8px 10px 8px 10px;
	background-color: #0066FF;
	height: 1%;
	padding-bottom: 100px;
}

#leftcolumn a:link {
	color: #FFF;
	text-decoration: none;
}

#leftcolumn a:visited {
	color: #FFF;
	text-decoration: none;
}

#leftcolumn a:hover, #leftcolumn a:focus {
	text-decoration: underline;
}

#centercolumn {
	width: 50%;
	float: left;
	margin-left: 4%;
	padding: 8px 0 8px 0;
	background:#FAFAFA;
	height: 1%;
}

#centercolumn p{
	margin-bottom: 4px;
	margin-top: 4px;
}

#centercolumn h3 {
	font-size: 110%;
	padding: 0;
	margin-bottom: 4px;
}

#centercolumn ul {
	margin-left: 40px;
}

#centercolumn a:link {
	color: #0033FF;
	text-decoration: none;
}

#centercolumn a:visited {
	color: #0033FF;
	text-decoration: none;
}

#centercolumn a:hover, #centercolumn a:focus {
	text-decoration: underline;
}

#rightcolumn {
	width: 20%;
	float: right;
	padding: 8px 6px 8px 1%;
	background: #FAFAFA;
	height: 1%;
}

#rightcolumn a:link {
	color: #0033FF;
	text-decoration: none;
}

#rightcolumn a:visited {
	color: #0033FF;
	text-decoration: none;
}

#rightcolumn a:hover, #rightcolumn a:focus {
	text-decoration: underline;
}

#banner {  /* the div goes over the top of the 3 boxes; holds the banner images */
	background-color: #333366;
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(../Images/Home.jpg);
	/* border-top: 1px solid #2A0055; */
	border-bottom: 3px solid #2A0055;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 166px;
}	

#bannernav, #bottomnav {
	background-color: #CC9933;
	font-weight: bold;
	border-bottom: 2px solid #6370b5;
	padding-left: 150px;
}

#bannernav ul, #bottomnav ul {
	text-align: left;
	padding: 0 0 0 2em;
	margin: 0 0 0 2em;
}

#bannernav li, #bottomnav li {  /* defines styles for the nav div within in the bannernav div */
	display: inline;
	list-style-type: none;
	padding: 0 2em 0 0;
	font-size: 80%;
}

#bannernav a, #bottomnav a {
	text-decoration: none;
}

#bannernav a:link, #bannernav a:visited, #bottomnav a:link, #bottomnav a:visited {
	color: #009;
}		

#bannernav a:hover, #bannernav a:focus {
	color: #FFFF00;
}

.nowrap {
	white-space: nowrap;
}
