html, body {
	background: url(../images/design/background.gif) top left repeat;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
}

a, a:visited {
	color: #dd539b;
}

a:hover {
	background: #dd539b;
	color: #fff;
}

em {
	font-style: italic;
}

h1 {
	margin: auto;
	width: 934px;
}

h1 a {
	display: block;
	height: 110px;
	margin-left: 10px;
	position: absolute;
	top: 35px;
	width: 335px;
	z-index: 2;
}

h1 a:hover {
	background: transparent;
}

h1 a span {
	display: none;
}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

h3 {
	font-size: 16px;
	margin-bottom: 8px;
}

strong {
	font-weight: bold;
}

form.styled-form legend {
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

form.styled-form fieldset ol li input, form.styled-form fieldset ol li textarea {
	border: 2px solid #ccc;
	padding: 0px;
}

form.styled-form input.button {
	background: #ae5da2;
	color: #fff;
}

div#container {
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	width: 934px;
}

div#header {
	background: url(../images/design/header.gif) top left no-repeat;
	color: #fff;
	height: 182px;
	position: relative;
}

div#header span#tagline {
	bottom: 37px;
	font-size: 16px;
	left: 56px;
	position: absolute;
}

div#header form {
	height: 115px;
	left: 400px;
	position: absolute;
	top: 20px;
	width: 520px;
}

div#header form span#lookup-title {
	color: #fff;
	display: block;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 2px;
	padding-top: 25px;
}

div#header form span#lookup-text {
	display: block;
	font-size: 11px;
}

div#header form fieldset {
	position: relative;
}

div#header form fieldset ol {
	position: absolute;
	right: 0px;
	top: 0px;
}

div#header form fieldset ol li {
	margin-bottom: 5px;
}

div#header form fieldset ol li label {
	margin-right: 5px;
	text-align: right;
	width: 65px;
}

div#header form a, div#header form a:visited {
	color: #fff;
	font-size: 11px;
	position: absolute;
	right: 90px;
	top: 95px;
}

div#header form a:hover {
	background: #AE5DA2;
	color: #fff;
}

div#header form input.button {
	position: absolute;
	right: 3px;
	top: 90px;
}

div#nav {
	margin-top: -21px;
	position: absolute;
	right: 40px;
	white-space: nowrap;
}

div#nav ul {
	display: block;
	overflow: hidden;
}

div#nav ul li {
	display: inline;
	margin-left: 20px;
}

div#nav ul li a, div#nav ul li a:visited {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

div#nav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

div#banner img {
	display: block;
}

div#main {
	background: #000;
	border: 1px solid #fff;
	border-top: 0px;
	color: #fff;
	font-family: Verdana, sans-serif;
	padding-bottom: 20px;
	
	border-radius-bottom: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

div#content-container {
	background: #fff url(../images/design/content-background-top.gif) center top no-repeat;
	color: #333;
	margin: auto;
	width: 893px;
	
	border-radius-bottom: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
}

div#content {
	padding: 20px;
	position: relative;
}

div#content-inner {
	background: #fff;
	border: 1px solid #dd539b;
	color: #333;
	overflow: hidden;
	padding: 20px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#content div#page-content {
	background: #fff;
	border: 1px solid #dd539b;
	color: #333;
	margin: auto;
	margin-top: 20px;
	padding: 25px;
	width: 510px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#content div#page-content strong#page-title {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

table.styled-table th {
	font-weight: bold;
	padding: 5px;
}

table.styled-table td {
	padding: 5px;
}

table.styled-table td.item-table-key {
	font-weight: bold;
}

div#footer {
	color: #fff;
	font-size: 11px;
	margin-top: 15px;
	position: relative;
}

div#footer a, div#footer a:visited {
	color: #fff;
	margin-right: 25px;
}

div#footer a:hover {
	background: #fff;
	color: #333;
}

div#footer a img {
	position: absolute;
}

div#footer div#footer-links {
	background: url(../images/design/footer-background.gif) top left no-repeat;
	color: #fff;
	font-size: 17px;
	height: 36px;
	line-height: 34px;
	margin-bottom: 10px;
	text-align: center;
}

div#footer div#footer-links a, div#footer div#footer-links a:visited {
	color: #fff;
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
}

div#footer div#footer-links a:hover {
	background: #fff;
	color: #333;
}

div#footer span#copyright {
	position: absolute;
	right: 0px;
}
