@charset "UTF-8";
/* CSS Document */

body {
	line-height: 1.4;
}

html, body, img, form, #header, #main, #content, #footer {
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

#wrapper, #header, #main, #content, #footer {
	position: relative;
	z-index: 1;
	clear: both;
}

#header {
	z-index: 2;
}

#logo {
	display: block;
	position: absolute;
}

.content {
	position: relative;
	z-index: 1;
}

.content.left, .content.center, .content.full {
	float: left;
}

.content.right {
	float: right;
}

/***** Common Formatting *****/

th, td {
	vertical-align: top;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

/***** Global Classes *****/

.clear {
	clear: both;
}

.small {
	font-size: 0.85em;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid;
}

.highlight {
	background: #ffc;
}

.noUlFormat {
	padding: 0;
	margin: 0;
	list-style: none;
}

.noPadding {
	padding: 0;
}

.noMargin {
	margin: 0;
}

.noIndent {
	padding-left: 0;
	margin-left: 0;
}

.noBullet {
	list-style: none;
	list-style-image: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

html, body {
	height: 500px;
	width: 667px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

#wrapper {
	height: 500px;
	width: 667px;
	border: 3px solid #301a73;
	overflow: hidden;
}

#wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#wrapper #content {
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 20px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	height: 420px;
	width: 290px;
	z-index: 2;
}

h1, h2 {
	font-weight: normal;
	color: #f1f1f1;
	font-size: 30px;
	position: relative;
	left: -24px;
	top: 0;
	padding: 0 0 0 4px;
	margin: 0;
	background: url(../../layout/images/headings-left-edge.png) no-repeat 0 -50px;
	height: 50px;
}

h1 span, h2 span {
	background: url(../../layout/images/headings-left.png) no-repeat right -50px;
	height: 50px;
	display: inline-block;
	padding: 0 40px 0 20px;
}

strong {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

a {
	color: #301a73;
}

#wrapper #content div {
	overflow: auto;
	width: 290px;
	height: 330px;
	font-family: Arial, Helvetica, sans-serif;
}