@charset "utf-8";
* {
}

#container {
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/Background.jpg);
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
}

h3{
	font-family: Arial, sans-serif;
	color: #f23200;
	text-align: center;
	font-weight: bold;
}

#headlines ul {
	list-style-type: none;
	font-size: 80%;
}
#headlines ul li {
	line-height: 25px;
}

#content{
	font-weight: normal;
	background-color: #FFF;
	margin-left: 165px;
	margin-right: 235px;
	padding: 10px;
	font-size: 80%;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #004363;
}


/*********** #sectionLinks styles ***********/

#sectionLinks {
	float:left;
	width:165px;
}
#sectionLinks a {
	display:block;
	/*font-weight:bold;*/
	color:#FFFFFF;
	background-color:#006799;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
	line-height:25px;
	font-size:90%;
}
#sectionLinks ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
/*#sectionLinks a:link {
	
	
	}*/

#sectionLinks a:visited
{
background-color:#004363;
font-weight:normal;
color:#FFF
/*font-style:italic;*/
}
#sectionLinks a:hover {
	/*background-color:#f23200;*/
	font-weight:bold;
}


/************** #headlines styles **************/

#headlines{
	color: #000;
	float: right;
	width: 225px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align:center;
}

/*#headlines p{
	padding: 5px 0px 5px 0px;
	color: #004363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
}*/

#masthead {
margin:0px;
}

#topmenu {
	/*margin:5;
	padding: 5;*/
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f2af00;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	
}

#topmenu a {
	font-size:70%;
	padding:5px;
}

#topmenu ul {
	margin: 0;
	padding: 3px;
}

#topmenu li {
	display:inline;
}

#topmenu a:link, a:visited {
	color:#006799;
	text-align:center;
	text-decoration:none;
	
}

#topmenu a:hover {
	/*background-color:#004363;*/
	color:#FFF;
}

#topmenu a:active {
	background-color:#004363;
}

#siteInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #f2af00;
	border-top: 2px solid #ccc;
}

#siteInfo a {
	color:#006799;
	font-size: 80%;
	text-decoration: none;
}
#siteInfo li {
	display: inline;
}
#siteInfo ul {
	text-align: center;
	padding: 2px;
	margin: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #f23200;
	text-align: center;
}
#container #content ol {
}
#container #content ol li #weblist {
	font-size: 80%;
}

#newsfeed {
margin:auto;
padding:0;
width: 200px;
	

}
#newsfeed p{
	font-size: 75%;
	padding-left: 5px;
	padding-right: 5px;
}

#newsfeed a:link {
	color:#006799;
}
#container #content .center {
	text-align: center;
}
.red {
	font-weight: bold;
	color: #F00;
}
#container #sectionLinks p {
	text-align: center;
}
#container #headlines p {
	font-size: 12px;
}
.red {
	font-weight: bold;
	color: #F00;
}
.box {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding:5px;
}

