/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

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

img
{
border: 0px;
}

body {
	background: #80A0FF url(../images/back1.jpg);
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

p, ol
{
margin-top: 10px;
}

h1, h2, h3 {
	color: #575656;
}

h1 {
	font-size: 3em;
}

h2 {
	/*text-transform: uppercase;*/  /*This is the original.*/
	font-size: 1.1em; 
	font-weight: bold;
	color: #575656;
}


h3 {
	font-size: 1em;
}


ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #575656;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #575656;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #FF0000;
}

hr {
	display: none;
}


#main
{
width: 778px;
margin: 0 auto;
background: #212C39 url(../images/header2a.gif) no-repeat;
border-left: 15px solid #D9D9D9; /*This is the original. The next line I added myself*/
border-left: 15px solid #ECCB76;
border-left: 8px solid #212C39;

border-right: 15px solid #D9D9D9; /*This is the original. The next line I added myself*/
border-right: 15px solid #D9D9D9;
border-right: 8px solid #212C39;

border-top: 8px solid #212C39;
border-bottom: 0px solid #212C39;
}


/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 312px;
}

#menu {
	height: 29px;
	width: 613px;
	width: 613px;
	padding-left: 50px;
	padding-left: 20;
	background: url(../images/menu.gif) repeat-x;
	margin: 0 auto;

}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	width: 115px;
	width: 100px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #3B3B3B;
	padding-top: 5px;
    text-align: center;
}

#menu a:hover {
	color: #FF0000;
	background: url(../images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 778px;
	height: 262px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/header.png) no-repeat left top;
}


#logo h1 {
	padding-left: 40px;
	color: #ffffff;
	padding-top: 30px;
	font-size: 32px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 40px;
}


#logo a {
	color: #000000;
}

/* Page */

#page {
	width: 663px;
	margin: 0 auto;
}



/* Content */

.content {
	float: left;
	padding-left: 5px;
	padding-top: 5px;
	background: #D9D9D9 url(../images/content.gif) repeat; /*used to be repeat-x*/
	
}

.content H2
{
background: url(../images/menu.gif) repeat-x;
height: 24px;
padding-top: 5px;
padding-left: 15px;
font-size: 16px;
color: #3B3B3B;
width: 95%;
}

.content H2 a
{
color: #ffffff;
color: #212C39;
}

.content a:hover
{
color: #ff0000;
}

#contentone
{
width: 460px;
}


#contenttwo
{
width: 660px;
}


.entry
{
width:95%;
}


/* Sidebars */

.sidebar {
	float: left;

}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}

.sidebar {
	margin-bottom: 2em;
}


.sidebar li {
	margin: 0;
}


#sidebar2 {
	width: 175px;  /*This is the original. The next line I added myself*/
	/*height: 700px;*/
	background: #D9D9D9 url(../images/content.gif) repeat;
	margin-left: 10px;
	padding-left: 5px;
	padding-top: 5px;
}

#sidebar2 h2 {
	background: url(../images/menu.gif) repeat-x;
	height: 24px;
	width: 150px;
	color: #3B3B3B;
	padding-left: 20px;
	padding-top: 5px;
}

#sidebar2 ul {
	line-height: normal;
}

#sidebar2 li {
	padding: 5px;
	background: url(../images/img04.gif) repeat-x left bottom;
	font-size: .8em;
}

#sidebar2 a {
	border: none;
	font-size: 12px;
	padding-left: 10px;
}

#sidebar2 a:hover {
	border: none;
	padding-left: 10px;
	color: #FF0000
}

.back_title
{

}

#sidebar2 .top {
 padding-top: 20px;
 }
 


/* Footer */
#footer
{
padding: 10px;
height: 32px;
background: url(../images/footer.gif) repeat-x
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #575656;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #575656;
}
