body {
	background-color: #daeaf9;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	color: #1f1f1f;
}

img {
	border: none;
}

div.clear {
	clear: both;
}

div#wrapper {
	margin: auto;
	width: 485px;
}

div#wrapper h1 {
	background: url("images/title-background.jpg");
	height: 152px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

div#navigation {
	height: 34px;
	clear: both;
}

div#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
	height: 34px;
}

div#navigation li {
	margin: 0;
	padding: 0;
	float: left;
}

div#content {
	background: url("images/content-background.jpg") repeat-x;
	padding: 14px;
	min-height: 282px;
}

div#content h3 {
	color: #009ad5;
	font-size: 18px;
	margin: 0 5px 12px;
	padding: 0 0 3px;
	font-weight: normal;
	border-bottom: 1px dashed #b8b8b8;
	text-align: left;
}

div.page {
	background: #ffffff;
	border: 1px solid #e7e7ea;
	padding: 1px;
	text-align: left;
}

div.page h2 {
	background-color: #0078a8;
	color: #ffffff;
	font-size: 12px;
	padding: 5px;
	margin: 0;
}

div.page p {
	padding: 10px;
	margin: 0;
}

div.page span {
	font-weight: normal;
	color: #6c6c6c;
}

div.clearpage {
	margin: auto;
	width: 360px;
	text-align: left;
	color: #535353;
}

div.clearpage table {
	background: #ffffff;
	border: 1px solid #eceded;
	width: 100%;
	text-align: center;
	margin: 0 0 10px 0;
}

div.clearpage table tr.title {
	background-color: #0086b9;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
}

div.clearpage strong {
	color: #535353;
	font-weight: normal;
	padding: 4px 0 0;
	text-align: left;
	width: 100px;
	display: block;
	float: left;
}

div.clearpage input[type=text],
div.clearpage input[type=password] {
	width: 250px;
	margin: 2px 0;
}

div.rightpage {
	text-align: left;
}

div.rightpage strong {
	color: #535353;
	font-weight: normal;
	padding: 4px 0 0;
	text-align: left;
	width: 100px;
	display: block;
	float: left;
}

div.rightpage input[type=text],
div.rightpage input[type=password] {
	width: 180px;
	margin: 2px 0;
}

div.clearpage textarea {
	width: 250px;
	margin: 2px 0;
}

div#sidebar {
	background-color: #ffffff;
	width: 150px;
	padding: 1px;
	margin: 0 15px 0 0;
	float: left;
	text-align: right;
}

div#sidebar h4 {
	background-color: #0086b9;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	margin: 0 0 3px;
}

div#sidebar a {
	color: #ed1c24;
	text-decoration: none;
	padding: 0 5px 0 0;
}

div#content p {
	text-align: left;
}

div#content p b {
	display: block;
	margin: 0 0 5px;
	text-decoration: underline;
}

div#content p strong {
	color: #535353;
	font-weight: normal;
	padding: 4px 0 0;
	text-align: left;
	width: 70px;
	display: block;
	float: left;
}

div#content p input[type=text] {
	width: 210px;
	margin: 2px 0;
}

div#content input[type=text],
div#content input[type=password],
div#content textarea {
	border: 1px solid #d6d4d4;
	padding: 3px;
}

div#content input[type=submit],
div#content input[type=reset] {
	border: 1px solid #ffffff;
	padding: 5px;
	background-color: #00aaea;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	float: right;
}