@charset "UTF-8";
/* CSS Document */

#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;
		/*color: #fdc02a;*/
		padding: 3px 0 0 3px;
		font-weight: bold;
		text-align: center;
	}
	
		#nav a {
			color: #fdc02a;
		}
	
		/*#nav ul {
			list-style: none;
			margin: 0 auto 0 auto;
			width: 550px;
			padding: 0;
			clear: both;
			text-align: left;
		}
		
			#nav li
			{
				width: 110px;
				padding-left: 0;
				float: left;
			}*/
	
	#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: auto 0 0 0;
	padding: inherit 0 0 0;
	font-size: 1.1em;
	color: #98012e;
}

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

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

.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 90px 5px 0;
}

.bottomspace {
	margin-bottom: 5px;
}
