body {
	margin: 10px 0 0 0;
	padding: 0;
	background: #dddddd url(images/bg.gif) repeat;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
}

h1, h2, h3 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #ffffff;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
	text-align: justify;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	text-align: left;
}

h3 {
	font-size: 1em;
	text-align: left;
}

p, ul, ol {
	line-height: 200%;
}

ul, ol {
	text-align: left;
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

hr {	border: solid #ffffff 1px;
	height: 1px;
	margin-top: 15px;
}

td {
	height: 20px;
}

/* Header */

#header {
	width: 750px;
	height: 180px;
	background: #a5d0e7 url(images/header.jpg) no-repeat left top;
	border: 5px solid #ffffff;
	margin: 0 auto;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, Sans-serif;
}

/* Menu */

#menu {
	width: 180px;
	height: 180px;
	background: url(images/menubg.jpg) no-repeat left top;
	float: left;
}

#menu ul {
	margin: 0 0 0 20px;
	padding: 20px 0 20px 0;
	list-style: none;
}

#menu li {
	color: #ffffff;
	font-weight: bold;
}

#menu li ul {
	padding: 0px 20px 20px 0px;
}
#menu h1, #menu p {
	margin: 0;
}

/* Logo */

#logo {
	font-weight: bold;
	padding: 130px 0 0 0;
}

#logo h1, #logo p {
	color: #ffffff;
	margin: 0;
}

#logo h1 {
	margin-left: 498px;
	font-size: 28px;
}

#logo p {
	margin-left: 500px;
	font-size: 12px;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 470px;
	padding: 15px;
	background: #a5d0e7;
	border: 5px solid #ffffff;
	text-align: justify;
	margin-bottom: 10px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding: 140px 0 0 0;
	margin: 0 0 10px 0;
	background: #a5d0e7 url(images/logo.jpg) no-repeat top;
	border: 5px solid #ffffff;
}

#sidebar h2 {
	margin: 0;
	padding: 10px 10px 10px 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#sidebar p {
	margin: 0;
	padding: 0px 10px 0px 10px;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	height: 30px;
	margin: 10px auto 10px auto;
	background: #a5d0e7;
	border: 5px solid #ffffff;
	text-align: center;
	font-size: 10px;
}

#footer p {
	margin: 5px 0 5px 0;
	padding: 0;
}

#footer p a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* Sitemap */


.sitemap {
	background-color: #FFFFFF;
	color: #a5d0e7;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
}
