* {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	
}

html {
	background-color: #5C5645;
	height: 100%;
}

body {
	height: 100%;
	font-family: Arial, Helvetica, Verdana, Tahoma, Georgia, sans-serif;
	color: #333333;
	font-size: 14px;
	line-height: 17px;
	min-width: 810px;
}

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #003399;
}

p {
	padding-bottom: 10px;
	text-align: left;
}

h2 {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

#container {
	background-image: url(../images/content_back.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 810px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#page {
	background-image: url(../images/content_back.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	width: 810px;
	position: relative;
}

#leftShadow {
	background-image: url(../images/page_shadow_left.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	width: 5px;
	float: left;
}

#white {
	background-color: #FFFFFF;
	height: 100%;
	width: 800px;
	float: left;
	position: relative;
}

#content {
	background: none;
	width: 780px;
	position: relative;
}

#leftColumn {
	background: none;
	float: left;
	width: 550px;
	text-align: left;
}

#rightColumn {
	background: none;
	float: right;
	width: 210px;
	text-align: right;
}

.spacer19 {
	background: none;
	height: 19px;
}

.spacer35 {
	background: none;
	height: 35px;
}

.imageHolder {
	background: none;
	text-align: right;
	padding-bottom: 10px;
}

#rightShadow {
	background-image: url(../images/page_shadow_right.gif);
	background-position: center;
	background-repeat: repeat-y;
	height: 100%;
	width: 5px;
	float: left;
}

#header {
	background-image: url(../images/header_back.jpg);
	background-position: center;
	background-repeat: none;
	height: 113px;
	width: 800px;
}