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

#masterpage {
	width: 95%;
	margin: 0 auto 0 auto;
}

	#header {
		height: 132px;
		text-align: center;
	}
	
	#main {
		padding-top: 5px;
		display: table;
		border-collapse: collapse;
	}
	
		#nav {
			display: table-cell;
			width: 299px;
		}
		
		#content {
			display: table-cell;
			padding-left: 5px;
			vertical-align: top;
		}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

img {
	border: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 2em;
	font-family: Papyrus, Verdana, Arial, sans-serif;
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.bigtext {
	font-size: 1.1em;
}

.volTable {
	border: 0;	
}

tr.alt {
	background-color: #cccccc;
}

/* Form layout */

#masterform {
	width: 100%;
	display: table;
	border-collapse: collapse;
}

	#leftcolumn {
		display: table-cell;
		width: 50%;
	}
	
	#rightcolumn {
		display: table-cell;
		width: 50%;
		padding-left: 5px;
	}
	
	#fullspan {
		display: table-row;
		width: 100%;
	}
