﻿html {
	height: 95%;
}
body {
	background-color: #EDF0F4;
	background-image: url('images/page_background.png');
	background-repeat: repeat-x;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 95%;
}
h1 {
	font-size: 18px;
	font-weight:700;
	font-style:italic;
	color:#073A6E;
	border-bottom: 1px #1F4D7D dashed;
}
#wrapper {
	width: 700px;
	background-color: white;
	border: 1px black solid;
	margin: 10px auto 10px auto;
}
#wrapper td {
	padding: 20px;	
	font-size: 12px;
	text-align: left;
}
#buttons {
	width: 100%;
	height: 70px;
	background-image: url('images/button_background.png');
	background-repeat: repeat-x;
	border-collapse: collapse;

}

#buttons td {
	text-align: center;
	padding: 0px;
}

#buttons .button_content {
width: 	110px;
}

#buttons .button_left {
	width: 2px;
	background-image: url('images/button_left.png');
	background-repeat: no-repeat;
}
#buttons .button_right {
	width: 2px;
	background-image: url('images/button_right.png');
	background-repeat: no-repeat;
}
#buttons .button_spacer {
	width: 7px;
	background-image: url('images/button_spacer.png');
	background-repeat: no-repeat;
}
#buttons a {
	color: white;
	text-decoration: none;
	font-weight: 700;
}
#buttons a:hover {
	text-decoration: underline;
}
#content {
	margin-top: 5px;
}
#content_left {
	width: 440px;
	float: left;
}
#content_right {
	width: 220px;
	float: right;
}
#footer {
	font-size: 11px;
	margin: 0px auto 20px auto;
}
#footer a {
	color: navy;
}

