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

#masterpage {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
}

	#header {
		height: auto;
		text-align: center;
		background-color: #0c2f99;
		color: #999;
		font-size: 1.5em;
		padding: 3px 0 3px 110px;
	}
	
	#main {
		display: table;
		border-collapse: collapse;
	}
	
		#nav {
			display: table-cell;
			background-color: #0c2f99;
			vertical-align: top;
			width: 100px;
			padding: 15px 5px 15px 5px;
			text-align: center;
			color: #999;
		}
		
			#nav a {
				text-decoration: none;
				color: #999;
				border: solid 5px #0c2f99;
				background-color: #0c2f99;
			}
			
			#nav a:hover {
				text-decoration: none;
				color: #0c2f99;
				border: solid 5px #999;
				background-color: #999;
			}
		
		#content {
			display: table-cell;
			padding: 15px 5px 15px 5px;
		}

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

a {
	text-decoration: none;
	color: #0c2f99;
	font-weight: bold;
}

a:hover {
	color: #999;
}

h1 {
	color: #0c2f99;
	font-size: 1.2em;
}

h2 {
	color: #0c2f99;
	font-size: 1em;
}

img {
	border: none;
}

.hidden {
	position: absolute;
	margin: -999em;
}

.imgright {
	float: right;
	padding: 5px 0 5px 5px;
}

.imgleft {
	float: left;
	padding: 5px 5px 5px 0;
}
