/* ***********************************************************
	Basic Layout
*********************************************************** */
html, body {
	background: transparent;
	margin: 0px; padding: 0px;
	height: 100%;
	font: 10pt/1.3 Verdana, Arial;
	text-align: center;
}

html {
	background: transparent url('images/background-bottom.jpg') right bottom no-repeat;
		background-attachment: fixed;
}

body {
	background: transparent url('images/background-top.png') left top no-repeat;
}

#center {
	margin: 0px; padding: 0px;
	position: absolute;
	text-align: left;
	width: 100%;
	top: 170px;
	left: 0px;
}

#content {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 640px;
}

#page {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.clearer {
	clear: both;
}

#page p, #page ul {
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-bottom: 1.3em;
}

#page ul {
	margin-left: 25px;
}

ul li {
	list-style-image: url(images/bullet.gif);
}

#page p:last-child, #page ul:last-child {
	padding-bottom: 0px;
}

img {
	margin: 20px 20px 10px 20px;
	border: none;
}

img.left {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
}

/* ***********************************************************
	Box Settings
*********************************************************** */
div.left, div.right {
	float:left;
	border-color: #aeaeae;
	border-style: solid;
	border-width: 0px;
	margin: 0px;
	padding: 0px 4.9%;
	width: 45%;
}

div.left {
	border-right-width: 1px;
	padding-left: 0px;
}

div.right {
	margin-left: -1px;
	border-left-width: 1px;
	padding-right: 0px;
}

.error {
	color: #7A0000;
}

.error a {
	color: #B90000;
}

/* ***********************************************************
	Font Settings
*********************************************************** */
body {
	font: 10pt/1.3 Tahoma, Verdana, Arial;
}

a {
	text-decoration: none;
	color: #0041B7;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 20px;
	font-size: 12pt;
	color: #6e6e6e;
	border-bottom: 1px solid #aeaeae;
}

div.right h1 {
	margin-left: -11.2%;
	padding-left: 11.2%;
}

* html div.right h1 {
	padding-left: 4.9%;
}

div.left h1 {
	margin-right: -11.2%;
	padding-right: 11.2%;
}

* html div.left h1 {
	padding-right: 4.9%;
}