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

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

a:visited {
	color: #E0E7FF;
}

body {
	color: #000;
	background-color: #FFF;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	background-position: center top;
	background-attachment: scroll;
	font-style: normal;
}

#content
{
	width: 740px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
#back_all
{
}

#main
{
padding-top: 20px;
}

#header {
	height: 347px;
	text-align: right;		
}

#menu
{
	float: left;
	padding-left: 90px;
	width: 650px;
	height: 47px;
	background-repeat: no-repeat;
	background-color: #003;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;
}

#menu a:hover {
	width: 79px;
	height: 31px;
	color: #000;
	text-decoration: blink;
	background-repeat: repeat-x;
}


#logo {
	width: 740px;
	height: 247px;
	float: left;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}

#left
{
	float: right;
	padding: 10px;
	width: 240px;
	padding-right: 1em;
}

#left H3
{
	width: 238px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #000;
	background-color: #090E43;
	background-repeat: no-repeat;
}



#left ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
	list-style: none;
}

#left li  {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left .news
{
	padding: 5px;
	background-color: #F9B300;
}

#left H4
{
font-size: 10px;
}

#left a {
	color: #000;
	font-size: 11px;
}
#left a:visited {
	color: #798D99;
	font-size: 11px;
}

#left p
{
padding: 10px;
}

#right
{
width: 450px;
padding-left: 20px;
}

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

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

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

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

.date a {
	color: #31AA83;
}



#footer {
	clear: both;
	height: 47px;
	clear: both;
	padding-top: 20px;
	background-color: #FEFEFE;
	background-repeat: repeat-x;
}

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

#footer a {
	color: #E0E7FF;
}
