/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* 
{
margin: 0px;
padding: 0px;
}

body {
	margin-top: 1px;
	margin-bottom: 1px;
	margin: auto;
	background:  #003399 url(images/back_all.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:  #003399;
	
}

input, textarea {
	background: #FFFFFF;
	border: 4px solid #0000000;
	font: 12px Arial, Helvetica, sans-serif;
	color: #0F5B96;
}

h1, h2, h3, p, ol, ul {
	margin-top: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2 {
	
	font-weight: normal;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 150%;
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #000099;
}

hr {
	display: none;
}

#main
{
width: 1000px;
height: 10px;
margin: 0 auto;
}

/* Header */

#header {
	height: 150px;
	width: 1000x;
	margin-top:20px;
	margin-bottom:0px;
	background:url(images/header1.jpg) repeat-x;
}

#menu {
height: 40px;
padding-top: 10px;
width:1000px;

}
/* Page */

#page {
	width: 1000px;
	background: #ffffff url(images/page_back.gif) repeat-y;
	margin: 0 auto;
	margin-top: 0px;
}

/* Content */

#content {
	float: left;
	width: 650px;
	margin-left: 33px;
	margin-right:-5px;
	margin-top: 10px;
	padding:-5px;
}

#content .post ul, #content .post ol
{
margin-left: 30px;
}

.post {
	margin-bottom: 15px;
	padding: 10px;
	
}

.post a {
	color: #000099;
}

.post a:hover {
	color: #FFFFFF;
}


/* Sidebars */

.sidebar {
	float: left;
	width: 140px;
	margin-top: 10px;
	color: #000099;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	padding: 6px 0 6px 20px;
}

.sidebar a {
	text-decoration: none;
	color: #000099;
	font-size: 11px;
}
.sidebar a:hover {
	color: #3399cc;
	text-decoration: underline;
}

.sidebar h2 {
	padding-top: 10px;
	color: #000000;
	background: url(images/title.gif) no-repeat;
	height: 30px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}

/* Left Sidebar */

#leftbar {
margin-left: 7px;
}

/* Right Sidebar */

#rightbar {
margin-left: 20px;
}

#leftbar .back, #rightbar .back
{
background: url(images/back.gif) repeat-y;
padding: 10px;
}

#leftbar .bottom, #rightbar .bottom
{
background: url(images/bottom.gif) no-repeat;
height: 6px;
width:140px;
margin-bottom: 10px;
}

/* Footer */

#footer {
	margin: 0 auto;
	margin-top: 6px;
	width:1000px;
	background: #ffffff url(images/footer.gif) repeat-y;
	}


#footer p {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}

#footer a {
	color: #000099;
}
	
