body {
	background-color:#333333;
	color:#333333;
	font-family:Arial;
	font-size:12px;
	text-align:center;
	margin:0;
	padding:0;
}

#page {
	background-image:url('../images/template_2/page.png');
	background-repeat:repeat-y;
	width:900px;
	margin:auto;
	padding:auto;
	text-align:left;
}

#header {
	width:875px;
	height:77px;
	background-image:url('../images/template_2/header.png');
	background-position:bottom center;
	clear:both;
	padding-top:25px;
	padding-left:25px;
}

#menulinks {
	width:875px;
	height:55px;
	background-image:url('../images/template_2/menulinks.png');
	clear:both;
	padding-left:25px;
}

* html #menulinks a { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

* html #menulinks a span { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }
  
#menulinks a {
	padding-left:14px;
	height:50px;
    background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	font-size:14px;
	font-weight:bold;
  }

#menulinks a span {
	padding-left:16px;
	padding-right:30px;
	padding-top:17px;
	height:35px;
	display:block;
   background-image:none;
	text-decoration:none;
	cursor:pointer;
  }
  
  
#menulinks a:hover, #menulinks a.active {
	background-image:url('../images/template_2/menulinks_left.png');
	background-position:top left;
	text-decoration:none;
	color:#333333;
}

#menulinks a:hover span, #menulinks a.active span {
   background: url('../images/template_2/menuhover.png') right top no-repeat;
	text-decoration:none;
}


.menulines {
	width:2px;
	height:53px;
	float:left;
	display:block;
	background-image:url('../images/template_2/menuline.png');
}

.newsdate {
	padding-bottom:4px;
	color:#555555;
	font-weight:bold;
}

a {
	text-decoration:none;
	color:#555555;
}

a:hover {
	text-decoration:underline;
}

#mainarea {
	padding-top:10px;
}

#contentarea {
	padding-left:45px;
	width:530px;
	padding-right:27px;
	line-height:18px;
	float:left;
	padding-bottom:15px;
}

.content {
	padding-bottom:15px;
}

#sidebar {
	width:260px;
	float:left;
	line-height:18px;
}

.sidebarheader {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#333333;
	border-bottom:1px solid #CCCCCC;
}


h1 {
	font-size:30px;
	font-weight:bold;
	margin:0;
	color:#FFFFFF;
}

.description {
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-left:5px;
	color:#e5ecf9;
}

#footer {
	width:900px;
	padding-top:27px;
	height:40px;
	color:#FFFFFF;
	font-size:12px;
	line-height:16px;
	clear:both;
	background-image:url('../images/template_2/footer.png');
}

#footerleft {
	float:left;
	padding-left:35px;
}

#footerright {
	float:right;
	padding-right:35px;
}

#footer a {
	color:#FFFFFF;
}

h2 {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
	margin-bottom:7px;
	color:#333333;
	border-bottom:1px solid #CCCCCC;
}

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	padding-bottom: 20px;
}
/*--Window/Masking Styles--*/
.window {
	height: 300px;
	width: 500px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url('../images/template_2/paging_bg2.png') no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}

/*--User Added Styles--*/

ul#grid li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	font-size: 50px;
	text-align: center;
}
ul#grid li img {
	width: 72px;
	height: 72px;
	vertical-align: middle;
}

.form_error {
	padding: 5px;
	margin: 10px 0px;
	border: 1px solid #D09C45;
	background-color: #EFBD55;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-box-shadow: 5px 5px 7px #888;
   -webkit-box-shadow: 5px 5px 7px #888;
}

ul#pagination-digg li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
}

#pagination-digg a{
	border:solid 1px #A8C972;
	margin-right:2px;
}

#pagination-digg .next a,
#pagination-digg .previous a {
	font-weight:bold;
}

#pagination-digg .active{
	background:#75AF20;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}

#pagination-digg a:link,
#pagination-digg a:visited {
	color:#5F7F2F;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination-digg a:hover{
	border:solid 1px #5F7F2F;
}