body {
	background-image: url("images/bg.jpg");
	background-color: #CCCCCC;
	background-repeat: repeat;
	background-position: top center;
	background-attachment: fixed;
	margin-top: 10px;
	margin-bottom: 15px;
	font: small/1.4 Georgia, sans-serif;
}

a, a:link, a:visited {
	color: #4B473B;
	text-decoration: underline;
}
a:hover {
	color: #1A3487;
}
.heavy{
	font-size: 1.1em;
	color: #4B473B
}
#content {
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: thin solid #383838;
	background: white url("images/contentbg.jpg");
}

#header {
	width: 100%;
	height: 84px;
	background: #383838 url("images/header.jpg");
	position: relative;
	margin: 0px;
	padding: 0px;
}
	#header a, #header a:link, #header a:visited {
		color: #E2E1E1;
	}
	#header a:hover {
		color: white;
	}
	#header h1{
		font:xx-large/1 Georgia, serif;
		padding-top: 58px;
		margin-left: 107px;
		margin-top: 0px;
		color: #E2E1E1;
	}
	#header p{
		font:x-small/1 Georgia, serif;
		margin-top: -14px;
		margin-left: 110px;
		color: #E2E1E1;
	}
#pagecontent_home {
	width: 100%;
	margin-right: 10px;
	padding-top: 20px;
	background: white url("images/contentbg_home.jpg");
	min-height: 200px;
}
#pagecontent {
	width: 100%;
	margin-right: 10px;
	padding-top: 20px;
	background: white url("images/contentbg.jpg");
	min-height: 200px;
}
	#pagecontent_home #menu {
		width: 98%;
		padding: 10px 0 25px 15px;
		font-size: small;
		color: #FFFFFF;
	}
	#pagecontent_home #menu a, #pagecontent_home #menu a:link, #pagecontent_home #menu a:visited{
		text-decoration: none;
		line-height: 1.6;
		color: #FFFFFF;
		font-size: 1em;
	}
	#pagecontent_home #menu a:hover{
		text-decoration: underline;
	}
	#pagecontent_home  #menu ul {
		margin: 1px 0 0 20px;
		padding-left: 0px;
		color: #FFFFFF;
	}
	#pagecontent #menu {
		width: 98%;
		padding: 10px 0 25px 15px;
		font-size: small;
		color: #FFFFFF;
	}
	#pagecontent #menu a, #pagecontent #menu a:link, #pagecontent #menu a:visited{
		text-decoration: none;
		line-height: 1.6;
		color: #FFFFFF;
		font-size: 1em;
	}
	#pagecontent #menu a:hover{
		text-decoration: underline;
	}
	#pagecontent #menu ul {
		margin: 1px 0 0 20px;
		padding-left: 0px;
		color: #FFFFFF;
	}

	.alignbottom {
		position: absolute;
		bottom: .1em;
	}
#leftcol {
	float:left;
	width: 24%;
	margin-top: 2em;
}
#rightcol {	
	margin-left: 26%;
	margin-right: 10px;
	min-height: 600px;
}
	#rightcol #heading {
		font-size: 1.5em;
		color: #1A3487;
		border-bottom: medium solid #1A3487;
		margin-bottom: .1em;
	}
	#rightcol #heading2 {
		border-bottom: thin solid #1A3487;
		font-size: 1.2em;
		color: #1A3487;
		margin-bottom: 10px;
		padding-bottom: 1px;
	}
	#rightcol #entry1 {
		color: #4D4D4D;
		border-top: thin solid #1A3487;
	}
	#rightcol #entry {
		margin: 0px 0 25px 0;
		color: #4D4D4D;
		background: red;
	}
	#rightcol #entry ul {
		margin: 2px 0 0 20px;
		padding-left: 0px;
	}
.active {
	color: #ddd6f8;
	font-style: italic;
}

#footer {
	background: white url("images/footer.jpg");
	height: 75px;
	width: 100%;
}

#footer p{
	font-size: .8em;
	margin-left: 200px;
	padding-top: 30px;
}
