/*
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: #01569A;
}

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

a:visited {
	color: #01569A;
}

body {
	
	background: url(images/back1.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #666666;
}

#content
{

}

#back
{
width: 678px;
margin: 0 auto;
}

#header {
	height: 369px;
	text-align: left;		
}

#menu
{
width: 538px;
height: 58px;
padding-left: 140px;
background: url(images/buttons.gif) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 79px;
	height: 38px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
}

#menu a:hover {
	width: 79px;
    height: 38px;
	color: #004586;
	text-decoration: underline;
	background: url(images/buttons_r.gif) repeat-x;
}


#logo {
background: url(images/header.jpg) no-repeat;
width: 678px;
height: 258px;
text-align: left;
padding-top: 50px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 16px;
	color: #01569A;
}

#logo H1
{
padding: 0px;
margin: 0px;
}

#logo H2 a
{
font-size: 10px;
padding: 0px;
margin: 0px;
}

#main
{
padding: 10px;
padding-top: 40px;
}


#right
{
float: center;
width: 600px;
padding-right: 10px;
margin-left: auto;
margin-right: auto;
}

#right a:hover {
	width: 79px;
    height: 38px;
	color: #004586;
	text-decoration: underline;
	background: url(images/buttons_r.gif) repeat-x;
}
#right a:link {
	color: #000099;
	text-decoration: underline;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #01569A;
}

#right a
{
color: #01569A;
text-decoration: none;
}

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

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #01569A;
}
.date {
	text-align: right;
	color: #808080;
	font-size: 11px;
}

.date a {
	color: #D72020;
}



#footer {
	height: 50px;
	clear: both;
	padding-top: 70px;
	background: url(images/footer.gif) repeat-x bottom;
}

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

#footer a {
	color: #01569A;
}
