html, body, table, tr, td, input, textarea, select, option, button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

body {
	margin: 0px;
	background: #94191C url(layout/bkgd_tile.jpg) repeat-y fixed center;
	overflow-x: hidden;
	overflow: -moz-scrollbars-vertical;
}

a:link { text-decoration: none; }

a:visited { text-decoration: none; }

a:hover {
	text-decoration: none;
	color: 333333;
}

.clear { clear: both; }

#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 849px;
}

#logo {
	width: 598px;
	text-align: right;
	float: left;
}

#logoPadding { padding: 10px 30px 10px 10px; }

#nav {
	float: right;
	width: 249px;
	font-size: 10pt;
}

#navPadding { padding: 10px 10px 10px 20px; }

#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#nav a {
	display: block;
	width: 100%;
}

#nav a:link { color: #FFF; }

#nav a:visited { color: #FFF; }

#nav a:hover { color: #333333; }

#content {
	position: relative;
	padding-top: 1px;
}
#leftWave {
	position: absolute;
	max-width: 351px;
	top: 1px;
	left: -351px;
	height: 321px;
	background: url(layout/left_waves.jpg) no-repeat right top;
	width: 351px;
}
#rightWave {
	position: absolute;
	top: 1px;
	right: -350px;
	height: 321px;
	background: url(layout/right_waves.jpg) no-repeat left top;
	width: 350px;
}
*   html   #rightWave {
	right: -351px;
}

#contentLeftColumn {
	width: 598px;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
}

#contentLeftColumnPadding { padding: 2px 30px 2px 10px; }

#contentRightColumn {
	float: right;
	width: 249px;
	font-size: 10pt;
	color: #FFF;
	padding-top: 1px;
	padding-bottom: 1px;
}

#contentRightColumnPadding {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h3 {
	font-size: 12pt;
	font-weight: normal;
}
