/* every page CSS file - necessary for all pages */ 

html{
	padding:0px;
	margin: 0px;
	text-align:center;
} 
body {
	background-color: #FFFAEE;
	background-attachment: scroll;
	background-image: url(/images/Page_Bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
p {
	margin-bottom: 7px;
}
/* container, no borders, no padding */ 
#container{
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
/* header, no borders, no padding */ 

#headertop{
	position:relative;
	height:65px;
	width:950px;
	background-image: url(/images/HeaderTop.png);
	background-repeat: no-repeat;
	margin-top: 2px;
}
#headerbot{
	position:relative;
	height:194px;
	width:950px;
	background-image: url(/images/HeaderBot.jpg);
	background-repeat: no-repeat;
}
#headerflash {
	position: absolute;
	bottom: 17px;
	left: 158px;
	height:176px;
	width:366px;
	overflow:hidden;
} 
#top_bar {
	margin-top: 10px;
}
/* footer, no borders, no padding */ 
#footer{
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 34px;
	width: 950px;
} 
div#footer p {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 7px;
	text-align: left;
	margin-left: 20px;
} 
div#footer p a {
	color: #CCCCCC;
	text-decoration: none;
}
div#footer p a:visited {
	color: #999999;
	text-decoration: none;
}
div#footer p a:hover {
	color: #FFFF99;
	text-decoration: none;
}
#sub_nav {
	width: 950px;
}
#sub_nav dl {
	margin: 0;
	padding: 10px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
#sub_nav dt {
	font-size: 12px;
	font-weight: bold;
}
#sub_nav dd {
	font-size: 10px;
}
#sub_nav a:link, #sub_nav a:visited {
	color: #666666;
	text-decoration: none;
}
#sub_nav a:hover {
	color: #CCCCCC;
}
img#rss {
	margin-top: 10px;
	margin-left: 6px;
}
img#cf {
	margin-top: 5px;
	vertical-align: top;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 1.25em;
	padding-left: 1.25em;
	}
a:visited {
	color: blue;
}