body {
	background: #e1e1e1 url("images/dbody_span.gif") repeat-y center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	height: 100%;
}

img {
	border: 0;
}

a {
	color: #4970b4;
}

a:hover {
	color: #1a24a5;
}

/* frees up the body tag to have another background image */
#tile {
	height: 100%;
	background:  url("images/back_span.gif") repeat-x;
}

/* this is just for horizontal alignment */
#container { 
	width: 990px;
	text-align: left;
	margin: auto auto;
}

#header {
	padding: 0px 0 0 0;
	height: 60px;
	width: 970px;
	border-bottom: 1px solid #000;
	background: url("images/header_span.gif") no-repeat bottom right;
}

	#logo {
		position: absolute;
		display: block;
		height: 60px;
		width: 330px;
		text-indent: -3000px;
		background: #1a4da5 url("images/logo.gif") no-repeat 0px 8px;
		padding: 0;
		margin: 0;
	}
	
	#header ul {
		list-style: none;
		float: right;
		margin: 0;
		height: 53px;
		padding: 7px 0 0 0px;
	}
	
	#header li {
		display: block;
		float: left;
		z-index: 100;
		border-left: 1px solid #fff;
		height: 12px;
		font: 12px Arial, Helvetica, sans-serif;
		padding: 0 6px 2px 6px;
	}
	
	#header li.first {
		border-left: 0;
	}
	
	#header li a {
		color: #fff;
		text-decoration: none;
	}
	
	#header li a:hover {
		text-decoration: underline;
	}
	
#main_image {
	/*padding: 0 5px 0 0;
	margin: 0;
	width: 975px;*/
	
	width: 965px;
	padding: 0 5px 0 10px;
	background: url("images/main_image_span_r.gif") no-repeat top right;
	
}

	#main_image img {
		/*padding-left: 10px;*/
		/*background: url("images/main_image_span_l.gif") no-repeat top left;*/
	}
	
	#corner {
		position: absolute;
		top: 0;
		left: 0px;
		float: left;
		border: 0 !important;
	}

#content_container {
	background: #e1e1e1 url("images/content_span.gif") repeat-x;
	padding: 0 0 0 0px;
	width: 970px;
	margin: 0 0 0 10px;
	position: relative;
}

#content {
	
	padding: 5px 10px 5px 13px;
	width: 698px;
	background: #fff;
	float: left;
	margin-top: 10px;
}

	#content img {
		border: 1px solid #000;
	}

	#content h1 {
		font-size: 18px;
		color: #1a4da5;
	}
	
	#content h2 {
		font-size: 15px;
		color: #1a4da5;
		margin:0;
	}
	
	#content h3 {
		font-size: 13px;
		color: #1a4da5;
		font-weight: normal;
		margin-bottom:0;
	}
	
	#content ul {
		padding-left: 25px;
		margin-left: 20px;
	}
	
	#content .left {
		float: left;
		margin: 0px 7px 0px 0;
	}
	
	#content .right {
		float: right;
		margin: 0px 0 0px 7px;
	}
	
	#content label, #content textarea {
		display: block;
		margin: 3px 0 3px 0;
	}
	
	.chart {
		border-collapse:collapse;
	}
	.chart td {
		border:1px solid #ccc;
		padding:4px;
	}

#sidebar {
	float: right;
	width: 239px;
	padding: 15px 0 10px 10px;
	clear: right;
	background: #e1e1e1 url("images/sidebar_span.gif") no-repeat top right;
	font-weight:bold;
	font-size:13px;
}

	#sidebar ul {
		list-style: none;
		padding-left: 7px;
		margin: 0 0 0 0;
	}
	
	#sidebar ul li {
		margin: 3px 0 3px 0;
		font-weight: bold;
	}
	
	#sidebar ul ul li {
		margin:  3px 0 3px 30px;
		padding-left: 0px;
		list-style: disc;
		font-weight: normal;
	}
	
	#sidebar a { 
		color: #000;
		text-decoration: none;
	}
	
	#sidebar a:hover {
		color: #1a24a5;
		text-decoration: underline;
	}
	
	#sidebar .pusher {
		font-weight: normal;
		font-size:12px;
		margin:15px 20px 0 8px;
		padding:7px;
		border:1px solid #666;
		background:#EEE;
	}
	#sidebar .pusher a{
		color:blue;
		text-decoration:underline;
	}
	#sidebar .pusher strong{
		color:#1a4da5;
		font-size:14px
	}

#footer {
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #e1e1e1;
	color: #8a8a8a;
	clear: both;
}

#social {
	margin:0px 0 20px 10px;
	padding:7px 0 0 0;
	clear:left;
	text-align:center;
	width:718px;
}
	#social img{
		margin:0px 4px 0px 0px;
	}
	
	
.widget { display:block;
	margin-left:8px;
}