body {
	background: url(images/bg.png) repeat;
	font-size: 13px;
}
a:hover {
	text-decoration: underline !important;
}
#page {
	position: absolute;
	left: 50%;
	width: 731px;
	margin: 0px -365px;
}
#header {
	height: 76px;
	background: url(images/header.png) no-repeat bottom left;
}
	#header #menu {
		position: absolute;
		left: 50%;
		top: 20px;
		margin: 0px 0px 0px 194px;
		list-style-type: none;
		padding: 0px;
		letter-spacing: 2px;
	}
	#header #menu a {
		color: black;
		text-decoration: none;
	}
	#header #print{
		display: block;
		position: absolute;
		top: 15px;
		left: 50%;
		margin: 0px 0px 0px 266px;
	}
	#header #print span {
		visibility: hidden;
		display: block;
		width: 40px;
		height: 50px;
	}
	
	
	#header h1 {
		margin: 0px;
		padding: 40px 0px 0px 60px;
		/*text-align: center;*/
	}
	#header h3 {
		color: #ccc;
		position: absolute;
		top: 64px;
		left: 50%;
		margin: 0px;
		padding: 0px;
		margin-left: -160px;
		font-size: 24px;
		font-weight: normal;
		font-style: italic;
	}
	
hr {
	margin: 4px -14px 4px -15px;
}

* html hr {
	margin-top: -20px;
	margin-bottom: -20px;
}
p {
	margin: 12px 0px;
}
	
#main {
	background: url(images/mainbg.png) repeat-y left;
	padding: 1px 30px;
}

		#main table, #main td, #main th {
			font-size: 12px;
		}
		#main table {
			margin: 0px -14px 0px -15px;
			width: 700px;
		}
		#main th {
			padding-left: 14px;
		}
		#main td {
			padding-right: 14px;
		}

		h1 {
			font-size: 30px;
			margin:0px;
			font-weight: bold;
			padding: 10px 0px;
		}
		#main h2 {
			font-size: 20px;
			margin:0px;
			font-weight: bold;
			padding: 10px 0px;
		}
		#main h3 {
			font-size: 16px;
			font-weight: normal;
			font-style: italic;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h4 {
			font-size: 14px;
			font-weight: bold;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h5 {
			font-size: 14px;
			font-weight: normal;
			font-style: italic;
			margin: 6px 0px;
			padding: 0px;
		}
		#main h6 {
			font-size: 13px;
			font-weight: bold;
			margin: 3px 0px;
			padding: 0px;
		}
		
		#main em {
			text-decoration: underline;
		}

#foot {
	text-align: center;
	color: #4457a6;
}
#foot a {
	color: #4457a6;
	text-decoration: none;
}

#footer {
	height: 29px;
	background: url(images/footer.png) no-repeat top left;
}

.printable {
	display: none;
}