﻿/*
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: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #E87E28 url("images/back_all.gif") repeat-x;
	font: 14px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}

#content
{
	margin: 0 auto;
	width: 790px;
	text-align: left;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
}

#back
{

width: 790px;
}

#header {
	height: 350px;
	text-align: left;
	background: url("images/top1.gif") repeat-x;
}
#menu
{
	width: 586px;
	height: 38px;
	padding-left: 204px;
	padding-top: 2px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 117px;
	height: 27px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #800000;
	font-weight: bold;
	font-size: 11pt;
	text-transform: uppercase;
	padding-top: 10px;
	background: url("images/button.gif") no-repeat;
	font-family: arial, Helvetica, sans-serif;
}
#menu a:hover {
	width: 117px;
	height: 27px;
	padding-top: 10px;
	color: #FFffff;
	background: url("images/button_r.gif") no-repeat;
	text-decoration: underline;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}


#logo {
background: url("images/header.jpg") no-repeat;
width: 760px;
height: 281px;
text-align:  right;
padding-right: 30px;
padding-top: 30px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#main
{
	background: #ffffff url("images/back_blue.gif") repeat-x;
	padding-top: 10px;
	padding-left: 10px;
}

#left
{
	width: 215px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E87706;
	padding-right: 7px;
}

#left H3
{
width: 191px;
height: 31px;
font-size: 14px;
font-weight: bold;
padding-left: 25px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url("images/title.gif") no-repeat;
}

#left H4
{
	padding-left: 20px;
	color: #CC3300;
	font-size: 11pt;
	font-family: arial, Helvetica, sans-serif;
}

#left p
{
	font-size: 8pt;
	padding: 10px;
	font-family: arial, Helvetica, sans-serif;
}
#left ul {
	list-style: none;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
}



#left li ul {
	border: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
}
#left li li {
	padding: 4px 20px;
	background: url("images/small.gif") no-repeat left;
}

#left a {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#left a:visited {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#left a:hover {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
}


#right
{
float: right;
width: 520px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 11pt;
	color: #CC3300;
	font-family: arial, Helvetica, sans-serif;
}

#right a
{
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#right h2 {
	margin: 0;
	padding: 0px 0 5px 0;
	color: #CC3300;
	font-size: 14pt;
}
.date {
	text-align: right;
	color: #CC3300;
	font-size: 11px;
}

.date a {
	color: #CC3300;
}



#footer {
	clear: both;
	padding-top: 20px;
	background: #ffffff url("images/back_blue.gif") repeat-x;
	border-top: 4px solid #000000;
    height: 50px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000000;

}

#footer a {
	color: #000000;
}
.m1  {
	background: url('images/back_blue.gif') no-repeat;
	padding-top: 5px;
}
#right h1 {
	margin: 0;
	padding: 10px 0 10px 0;
	color: #CC3300;
	font-family: arial, Helvetica, sans-serif;
	font-size: 17pt;
	font-weight: bold;
}
.image-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
#right a:hover {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}


