body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	background-color: #999999;
	padding: 0;
	margin-top: 50px;
}

#pagewrapper{
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	width: 775px;
	border-top: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	border-left: 1px solid #555555;
}
/*Sets all table cells to align their content to the top.*/
td {vertical-align: top;}

/*Homecontent includes styles for the new section of the home page.*/
#homecontent {
	padding: 0px 0px;
	background-color: #FFFFFF;
}
#homecontent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CC0000;
	margin-left: 17px;
	margin-top: 14px;
	font-weight: bold;
}
#homecontent h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc0000;
	margin-left: 12px;
	margin-top: 5px;
	font-weight: bold;
}
#homecontent p {
	font-family: Verdana, Arial, sans-serif;
	margin: 8px 0 0 14px;
	font-size: 10px;
	line-height: 13px;
}
#homecontent a:link {
	color: #555555;	
	text-decoration: none;
}
#homecontent a:visited {
	color: #555555;
	text-decoration: none;
}
#homecontent a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: underline;
}

/*Homepromo includes styles for the three promo sections on the home page.*/
#homepromo {
	padding: 0px 0px;
	background-color: #FFFFFF;
}
#homepromo h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	margin-left: 17px;
	margin-top: 19px;
	font-weight: bold;
}
#homepromo h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin-left: 5px;
	margin-top: 12px;
	font-weight: bold;
}
#homepromo p {
	font-family: Verdana, Arial, sans-serif;
	margin: 5px 0 0 5px;
	font-size: 10px;
	line-height: 11px;
}
#homepromo a:link {
	color: #CC0000;	
	text-decoration: none;
}
#homepromo a:visited {
	color: #CC0000;
	text-decoration: none;
}
#homepromo a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: underline;
}

/*Sidebar1 is the left navigation table cell.*/
#sidebar1 {
	font-size: 10px;
	width: 200px;
	padding: 10px;
	border-left: 1px solid #666666;
	background-color: #DDDDDD;
}
#sidebar1 h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC0000;
	margin: 5px 0 0 6px;
	font-weight: bold;
}
#sidebar1 p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	margin: 8px 0 0 6px;
	line-height: 12px;
}
#sidebar1 a:link {
	color: #555555;	
	text-decoration: none;
}
#sidebar1 a:visited {
	color: #555555;
	text-decoration: none;
}
#sidebar1 a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: underline;
}


/*Maincontent is the center content table cell in the interior pages. The background
image creates a dashed vertical rule between maincontent and sidebar1.*/
#maincontent {
	font-size: 11px;
	background-image: url(../images/fs_vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px 20px;
	background-color: #FFFFFF;
	line-height: 13px;
	width: 100%;
}

#maincontent h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	margin: 14px 0 0 0;
	font-weight: bold;
}
#maincontent h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7E886F;
	margin: 10px 0 0 0;
	font-weight: bold;
}
#maincontent h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7E886F;
	margin: 10px 0 0 0;
	font-weight: bold;
}

#maincontent p {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin: 7px 0 0 0;
	color: #333333;
}
#maincontent td {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin: 7px 0 0 0;
	color: #333333;
}
#maincontent li{
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
	margin: 7px 0 0 0;
	color: #333333;
}
#maincontent a:link {
	color: #990000;	
	text-decoration: none;
	font-weight: bold;
}
#maincontent a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
#maincontent a:hover, a:active, a:focus {
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
#required {
	color: #FF0000;
}

#tablehead {
	color: #FFFFFF;
	font-weight: bold;
}
#small p{
	color: #ff0000;
	font-size: 10px;
}

/*Sidebar2 is the right sidebar table cell. We assign a background
image to create a dashed vertical rule between sidebar 2 and maincontent.*/
#sidebar2 {
	font-size: 9px;
	line-height: 12px;
	background-image: url(../images/fs_vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 10px;
	border-right: 1px solid #666666;
	background-color: #FFFFFF;
}
#sidebar2 p {
	font-family: Verdana, Arial, sans-serif;
	margin: 10px 0 0 0;
	color: #666666;
}
#sidebar2 li {
	font-family: Verdana, Arial, sans-serif;
	margin: 10px 0 0 0;
	color: #666666;
}
#sidebar2 h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 14px;
	color: #CC0000;
	margin-top: 14px;
	font-weight: bold;
}
#sidebar2 h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #CC0000;
	margin-top: 14px;
	font-weight: bold;
}
/*Footer styles
/*Copyrightnotice style.*/
#copyrightnotice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	padding: 5px 0 5px 12px;
}
#footerphone{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	padding: 5px 12px 5px 0;
	font-weight: bold;
}

/*Heading Styles*/
h1, h2, h3 {
	margin: 0px;
	font-size: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: left;
	line-height: normal;
	font-weight: normal;
}
h2, h3 {
	margin: 20px 0 0 0;
	font-size: 1.4em;
	color: #7E886F;
}
h3 {
	font-size: 1.3em;
}
/*the top class is applied to headings at the top of a DIV when we want
those heading to be flush with the top of the DIV. This class can be
assigned to any element to set its margin to zero.*/
.top {margin: 0;}

/*Link Styles. Applies to links except
those that are in the main menubar.*/
a:link {
	color: #7E886F;
}
a:visited {
	color: #7E886F;
}
a:hover, a:active, a:focus {
	color: #111111;
}
#sidecontent a:link {
	color: #837C50;
}
#sidecontent a:visited {
	color: #9D9660;
}
#sidecontent a:hover, #sidecontent a:active, #sidecontent a:focus {
	color: #333333;
}
/*Calendar is the center content table cell in the interior pages. The background
image creates a dashed vertical rule between maincontent and sidebar1.*/
#calendar {
	font-size: 11px;
	/*background-image: url(../images/fs_vrule.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	padding: 10px 10px;
	background-color: #FFFFFF;
	line-height: 13px;
}

#calendar h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	margin: 14px 0 0 15px;
	font-weight: bold;
}
.stories-title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 0px;
	vertical-align: middle;
}
.stories-catagory{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
	margin-left: 3px;
	margin-bottom: 5px;
}
.stories-text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 3px;
	height: 90px;
}
.stories-link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 3px;
}
.stories-link a:link, a:hover, a:active, a:focus{
	color: #CC0000;
}
#container {
	height: 31px;
	line-height: 31px;
}
.homedivider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 0px;
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-right: 1px;
	margin-bottom: 2px;
	margin-left: 0px;
}
