@charset "utf-8";

#masterpage {
	width: 800px;
	margin: 0 auto 0 auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	border: 1px solid #98012e;
}

	#header {
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		height: 200px;
	}
	
	#nav {
		height: 22px;
		background-color: #015289;
		padding: 3px 0 0 3px;
		font-weight: bold;
		text-align: center;
	}
	
		#nav a {
			color: #fdc02a;
		}
	
	#main {
		display: table;
		border-collapse: collapse;
	}
	
		#content {
			display: table-cell;
			padding: 5px;
			background-color: #ffffff;
			width: 790px;
		}
	
	#footer {
		height: 22px;
		background-color: #015289;
		color: #fdc02a;
		text-align: center;
		padding-top: 3px;
		font-weight: bold;
		font-size: 0.9em;
	}
	
		#footer a {
			color: #fdc02a;
		}
		
/* Bullet Columns */

	#bulletleft {
		display: table-cell;
		width: 415px;
	}
	
	#bulletright {
		display: table-cell;
		/*width: 380px;*/
	}

h1, h3, body {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	background-color: #cccccc;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
}

h1 {
	font-size: 1.5em;
	color: #98012e;
}

h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.25em;
	color: #98012e;
}

a {
	text-decoration: none;
	color: #015289;
}

a:hover, a:active {
	text-decoration: underline;
	color: #98012e;
}

#showcase {
	float: right;
	text-align: center;
}

	#showcase > p {
		margin-top: 5px;
	}

#picslideshow {
	margin-top: 15px;
}

	#picslideshow img, #keycoop img, #harms img {
		display: none;
	}
	
		#picslideshow img.start, #keycoop img.start, #harms img.start {
			display: block;
		}

.twocol {
	padding-top: 12px;
	width: 100%;
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

	.twocol h2 {
		padding-top: 0;
		margin-top: 0;
	}

.bold {font-weight: bold;}

.redtext {
	font-weight: bold;
	color: #98012e;
}

.rightpad {padding: 0 25px 5px 5px;}

.righttop {padding: 5px 5px 5px 5px;}

.tdpad {padding: 0 5px 5px 0;}

.name {
	font-size: 1.1em;
	font-weight: bold;
}

.padrtside {margin: 0 53px 5px 0;}

.bottomspace {margin-bottom: 5px;}