img { border:0;padding:0;}
  
	div#siteshift {
		position:relative;
		top:-10px;
	}
	
	div#headercontainer {
		margin:auto;
		width:100%;
		text-align:center;
		padding:0;
		background-color:#700000;
		background-image: url('/images/header_backg.png');
		background-repeat: repeat-x;
		background-position: top right;
	}
		
		div#headercontent{
			margin:auto;
			width:950px;
			height:150px;
			text-align: left;
		}		
		div#leftheader{
			float:left;
			padding-top:10px;
			padding-bottom:0px;
		}
		div#rightheader{
			float:right;
			text-align:center;
		}
		div#loginbox{
			float:right;
			margin-top:9px;
		}
		
		div#headerbackg{
			margin:auto;
			width:960px;
			background-image: url('/images/header_backg_logo.png');
			background-repeat: no-repeat;
			background-position: top right;	
			text-align:right;
		}
		
		
	div#navcontainer {
		width:960px;
		margin:auto;
		text-align: center;
		color:white;
		padding:0;
		}
		
	div#linkcontainer{
		margin:auto;
		text-align:left;
		color:white;
		width:950px;
		z-index:2000;
		}	
		
	div#dropshadowheader{
	
	}
	
	#maincontainer {
		width:950px;
		margin: auto;
		text-align: center;
		background-color:white;
		background-image: url('/images/drop_shadow_top_to_bottom_dark.png');
		background-repeat: repeat-x;
		background-position: 0 0;
		border-left:10px solid #e7e7e7;
		border-right:10px solid #e7e7e7;
	}
	
		div#contentcontainer {
			margin: auto;
			width:930px;
			text-align: left;
			padding:10px;
		}

			div#content{
				text-align:left;
			}
		  
				div#centeredcontent{
					width:300px;
					margin:auto;
				}
				
				#columnleft{
					float:left;
					width:180px;
					margin-right:10px;
				}
				
				#columnmiddle{
					float: left;
					width:515px;
					padding-left:10px;
					padding-right:10px;
				}
				
				#twocolmiddle{
					float:left;
					width:700px;
					padding-left:10px;
					padding-right:10px;
				}
				
				#columnright{
					float: right;
					width: 200px;
				}
		

	div#siteborderfooter {
		margin: auto;
		width:960px;
		height:25px;
		text-align: right;
    }
		
	div#footercontainer {
		margin: auto;
		width:942px;
		padding:4px;
		padding-top:6px;
		font-size: 0.7em;
		color: gray;
		text-align: left;
		background-color:white;
		border-left:10px solid #e7e7e7;
		border-right:10px solid #e7e7e7;
		border-bottom:10px solid #e7e7e7;
    }

		div#footercontent{
			margin:auto;
			line-height:2em;
			width:930px;
		}
		
		div#footercontent img{
			position:relative;
			top:2px;
		}
	
	div#recaptchacontainer{
		padding:5px;
	}
		div#recaptchacontainer:after{
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
		#recaptcha_image{
			float:left;
			width:300px;
			height:57px;
			border:1px solid gray;
		}
		#recaptchamenu{
			float:left;
			font-size:0.8em;
			padding-left:5px;
			line-height:1.5em;
		}
	
	.info_box{
		font-size:0.95em;
		margin-bottom:10px;
		clear:both;
		display:block;
		border:1px solid #c0c0c0;
		padding:0;
	}
		.info_boxtitle
		{	
			color:#fff;
			font-size:1.1em;
			font-weight:bold;
			text-align:center;
			padding:5px;
			background-image: url('/images/red_fade_60px.png');
			background-repeat: repeat-x;
			background-position: top left;
			background-color:#700000;
			border-bottom:1px solid black;
		}
			.info_boxtitletext{
				z-index:2;
				position:relative;
			}
		.info_boxcontent{
			line-height:1.5em;
			padding-right:15px;
			padding-left:15px;
			padding-top:5px;
			padding-bottom:10px;
			color:black;
			background-image: url('/images/drop_shadow_top_to_bottom_dark.png');
			background-repeat: repeat-x;
			background-position: top left;
			background-color:#e7e7e7;
			font-size:0.9em;
		}
			.info_box a:visited, .info_box a:link, .info_box a:hover{
			
			}
		.info_boxfooter{
			display:none;
			background-color:white;
			font-size:0.1em;
		}
	
	.news_story{
		border:1px solid #d0d0d0;
		background:transparent;
		margin-bottom:10px;
		clear:both;
		font-size:0.9em;
		margin-top:1em;
		margin-bottom:1em;
	}
		.news_storytitle
		{	
			color:#700000;
			font-size:1.1em;
			line-height:1.5em;
			font-weight:bold;
			text-align:left;
			padding:3px;
			padding-left:6px;
			padding-right:6px;
			background-color:#d0d0d0;
			background-image: url('/images/drop_shadow_top_to_bottom_w.png');
			background-repeat: repeat-x;
			background-position: top left;
			clear:both;
		}
		
		.news_storytitletext{
			float:left;
		}

		.news_storycontent{
			padding:8px;
			line-height:1.4em;
						background-image: url('/images/drop_shadow_top_to_bottom_dark.png');
			background-repeat: repeat-x;
			background-position: top left;
		}
		.news_storyfooter{
			color:#909090;
			font-size:0.8em;
			padding:2px;
			padding-left:6px;
		}
			
		.blank_box{
			padding:0;
			margin:0;
			margin-bottom:5px;
		}
			.blank_boxcontent{
				padding:0;
				margin:0;
				font-size:1px;
			}
			.blank_boxtitle{
				display:none;
				padding:0;
				margin:0;
			}
			.blank_boxtitletext{
				display:none;
				padding:0;
				margin:0;
				
			}
			.blank_boxfooter{
				display:none;
				font-size:1px;
			}
	.edititembox
	{
		float:right;
		margin:0px 5px 1px 5px;
		font-size:10px;
		font-weight:normal;
		position:relative;
		z-index:3;
	}
	
	.rssbox
	{
		float:right;
		background-color:transparent;
		background-image: url('/adm/images/icons/rss_icon_small.png');
		background-repeat: no-repeat;
		background-position: top right;
		margin:0;
		width:20px;
		height:20px;
	}

	.rssbox a
	{
		height:20px;
		width:20px;
		display:block;
	}
	
	div#sitebreadcrumbs{
		font-size:0.8em;
		color:gray;
		font-style:italic;
		padding-bottom:5px;
	}
	
	
	.box{
		border:1px solid silver;
		margin:5px;
	}
		.boxtitle{	
			color:white;
			font-size:1em;
			font-weight:bold;
			padding:5px;
			background: #700000 url('/images/grad_button.png') repeat-x top left;
		}
			.boxtitle a:link, .boxtitle a:visited, .boxtitle a:hover{
				color:white;
			}

		.boxcontent{
			padding:15px;
		}