body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	letter-spacing: -2px;
	font-size: 2.4em;
}

h2 {
	letter-spacing: normal;
	font-size: 1.6em;
	color: #993300;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #0074af;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #00A4F2;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

img.left {
	float: left;
	margin: 4px 20px 0 0;
}

img.right {
	float: left;
	margin: 4px 0 0 20px;
}

hr {
	display: none;
}

/* Page */

#page {
	width: 830px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: left;
	width: 499px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}

/* Sidebars */

.sidebar {
	float: left;
	width: 222px;
	padding: 0px;
}

.sidebar ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	background-image: url(images/side_red_menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 30px;
}

.sidebar li ul {
}

.sidebar li li {
	background-image: url(images/bullectpoint.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 13px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.sidebar li li a {
	text-decoration: none;
	color: ##666666;
}

.sidebar li li a:hover {
	color: #000000;
}

.sidebar li h2 {
	color: #2384A9;
	padding: 0px;
	text-align: center;
}

/* Left Sidebar */

#leftbar {
	padding-left: 0px;
}

/* Right Sidebar */

#rightbar {
	padding-left: 0px;
}

/* Footer */

#footer {
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 30px;
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	color: #0F5B96;
|

