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

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

a:link {
	color: #ff0000;
}

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

a:visited {
	color: #ff0000;
}

body {
	
	background: #ffffff url(../images/back_all.gif) repeat;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

#content
{
	margin: 0 auto;
	width: 917px;
	text-align: left;
}
img {
	background: #fff;
        border: none;
	padding: 5px;
}
img.float-right { margin: 5px 0px 10px 10px;  }
img.float-left { margin: 5px 10px 10px 0px; }
img.float-none { margin: 0px 0px 0px 0px; }

#main
{
width: 857px;
background: url(../images/back_top.jpg) no-repeat top;
padding: 30px;
padding-top: 50px;
}

#back
{
width: 917px;
        background: #ffffff;
	border: 2px solid #444444;
}

#header {
	height: 376px;
	text-align: right;
	background: url(../images/header.jpg) no-repeat;		
}

#logo {

width: 877px;
height: 108px;
text-align: right;
padding-top: 220px;
padding-right: 40px;
font-size: 12px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 26px;
	color: #ffffff;
}
#logo H1{
        color:#ffffff;
}
#logo H2 a
{
font-size: 16px;
}

form {
	margin:0px 0px; 
	padding: 10px 10px;
	border: 1px solid #939392; 
}

#menu
{
width: 777px;
height: 50px;
padding-left: 140px;

background: url(../images/buttons.gif) no-repeat;
}

#menu ul {
	list-style: none;
}

#menu li {
	
	display: inline;
}

#menu a {
	float: left;
	width: 150px;
	height: 35px;
        display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	padding-top: 12px;
        
}

#menu a:hover {
	width: 150px;
        height: 38px;
	color: #ff0000;
	text-decoration: underline;
}

#menu ul li#current a { 
        color: #ff0000;
}




#right
{
	width: 249px;
	float: right;
}

#right H3
{
width: 224px;
height: 34px;
font-size: 17px;
padding-left: 25px;
padding-top: 15px;
color: #000000;
background: url(../images/title.gif) repeat-x
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	background: url(../images/title_back.gif) no-repeat top;
}



#right li  {
	padding: 20px;
	padding: 10px 10px;
	border-bottom: 1px solid #939392; 
}

#right a {
	color: #ff0000;
}
#right a:visited {
	color: #ff0000;
}

#right p
{
font-size: 10px;
}

.bot
{
padding: 10px;
}



#left
{
width: 570px;
padding: 5px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 14px;
	color: #000000;
	border-top: 1px solid #cccccc;
}

#left a
{
color: #ff0000;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
	padding-bottom: 10px;
}

#left h2 {
	margin: 0;
	padding: 0;
	color: #FF0000;
}
.date {
	text-align: right;
	color: #FF0000;
	font-size: 11px;
}

.date a {
	color: #FF0000;
}

#left ol
{
margin-left: 30px;
}

#prefooter {
        font-size: 14px;
        text-align: center;
        height: 30px;
        clear: both;
	padding-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	color: #000000;
}



#footer {
	height: 30px;
	clear: both;
	padding-top: 20px;
	border-top: 5px solid #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	background: url(../images/footer.gif) repeat-x top;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #cccccc;
}

#footer a {
	color: #ff0000;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }