body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
 	background: #fff url(../img/bodybg5.jpg) repeat-x scroll 0px 0px;
}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
}

a{
	text-decoration: underline;
	color: #C1002B;
}

a:hover{
	text-decoration: none;
}
#active a:hover {
	text-decoration:underline;
}
#active a:visited {
	text-decoration:underline;
}

pre{
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
}

ul{
	margin: 0px;
}
	
hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ccc;
	color: #ccc;
}


/* image styles */

.entry img{
	border: 1px solid #ccc;
	padding: 4px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	margin: 0 0 2px 7px;
	padding: 4px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
	padding: 4px;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* end image styles */

#header{
	clear: both;
	margin: 30px auto 0;
	width: 860px;
	text-align: left;
}

#sublinks a{
	font-family: Futura, Verdana, Arial, Sans-Serif;
	font-size: 14px;
	}

#top-menu{
	clear: both;
	width: 100%;
	font-family: Futura, Verdana, Arial, Sans-Serif;
	margin-top: -28px;
}

#top-menu a{
	text-decoration: none;
	color: #C1002B;
}

#top-menu a:hover{
	text-decoration: underline;
}

#top-menu ul{
	margin: 0 auto;
	width: 868px;
	padding: 10px 0;
	text-align: right;
}

#top-menu ul li{
	display: inline;
	padding: 0 25px 0 0;
	font-size: 18px;
}

#container{
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
}

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 40px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 230px;
height: 140px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

.page{
	margin: 20px auto 0;
	width: 860px;
	text-align: left;
}

.input, textarea{
	font-size: 8pt;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid black;
	background-color: #FEFEFE;
}

.post{
	padding: 20px 21px 20px 0;
	line-height: 22px;
	min-height:400px;
  	height:auto !important;
  	height:200px;
}

.post h2{
	font-size: 20px;
	padding: 15px 0;
}

.post p{
	padding: 0;
}

#footer-wrap{
	float: left;
	width: 100%;
	color: #ccc;
}

#footer-wrap a{
	color: #ccc;
}

#footer{
	color: #ccc;
	margin: 0 auto;
	width: 623px;
	text-align: right;
}

