@charset "utf-8";
/* CSS Document */

* 
{
	margin: 0px;
	padding: 0px;
}

s
.indented
   {
	padding-left: 50pt;
	padding-right: 50pt;
	font-size: 36px;
	color: #FFF;
   }

body {
	background: #AAE0FE url(back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 60px;
	margin-bottom: 20px;
}

input, textarea {
	background: #A4E4F5;
	border: 1px solid #FFFFFF;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 2.4em;
}



h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.8em;
}


h4 {
	font-size: 1.6em;
}


h5 {
	font-size: 1.3em;
}


h6 {
	font-size: 36px;
	padding-left: 35px;
	color: #FFF;
}

p, ol, ul {
	margin-bottom: 1.25em;
	line-height: 125%;
}

a {
	color: #1D74A6;
}

a:hover {
	text-decoration: none;
	color: #1D74A6;
}



hr {
	display: none;
}

#main
{
	width: 904px;
	margin: 0 auto;
	background-color: #FFF;
}

/* Header */

#header {
	height: 424px;
	width: 904px;
}

#logo {
	width: 904px;
	height: 375px;
	background: url(Header.gif);
	background-color: #FFF;	
}

#logo h1, #logo p {
	margin: 0;
	line-height: normal;
}

#logo h1 {
	padding: 47px 0 0 20px;
	font-size: 24px;
}
#logo h2 {
	padding: 10px 0 0 20px;
	font-size: 10px;
	text-transform: uppercase;
}

#logo a {
	text-decoration: none;
}

#menu {
height: 49px;
padding-left: 140px;
background: url(menu.gif) no-repeat;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	width: 120px;
	height: 35px;
	margin: 0 0 0 2px;
	padding: 14px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(menu_r.gif) repeat-x;
	font-size: medium;
}

/* Page */

#page {
	width: 904px;
	margin: 0 auto;
	background-color: #FFF;
}

/* Content */

#content {
	float: left;
	width: 452px;
	margin-left: 10px;
	background-color: #FFF;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	background: #AAE0FE;
	padding: 10px;
	color: #0A416B;
	background-color: #FFF;
}

.post a {
	color: #1D74A6;
}

.post a:hover {
	font-style: italic;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 216px;
	margin-top: 10px;
	color: #0D699B
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-weight: bold;
	font-size: 1.3em;
}


.sidebar li {
	padding: 4px 0 2px 10px;
}

.sidebar a {
	text-decoration: none;
	color: #0D699B;
	font-size: 11px;
}
.sidebar a:hover {
	color: #0D699B;
	text-decoration: underline;
	font-style: italic;
	font-size: 11px;
}

.sidebar h2 {
	padding-top: 10px;
	color: #FFFFFF;
	background: url(title.gif) no-repeat;
	height: 34px;
	padding-left: 20px;
	font-size: 1.6em;
	text-align: left;
}

/* Left Sidebar */

#leftbar {
}

/* Right Sidebar */

#rightbar {
	margin-left: 10px;
	background-color: #FFF;
}

#leftbar .back, #rightbar .back
{
background: url(box_back.gif) repeat-y;
padding: 10px;
}

#leftbar .bottom, #rightbar .bottom
{
background: url(box_bottom.gif) no-repeat;
height: 3px;
width: 216px;
margin-bottom: 10px;
}


/* Footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 62px;
	background: url(footer.gif);
}

#footer p {
	text-align: center;
	font-size: smaller;
	color: #0F5B96;
}

#footer a {
	
}#main #page #rightbar .back table {
	font-weight: bold;
}
#main #page #rightbar .back table tr td br {


}
.Indented {
	font-size: 36px;
	color: #FFF;
	text-indent: 25px;
}
