a {
	outline: none;
}

a:link {
	color: #3886E0;
}

a:hover, {
	text-decoration: underline;
	color: #FF0000;
}

a:visited {
	color: #3886E0;
}

*
{
border: 0;
margin: 0;
}

body
{
	background: #000000 url(images/back_all.jpg) repeat-x top;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

#main
{
margin: 0 auto;
width: 902px;
background: url(images/table_back.jpg) repeat-y;
}

#header
{
background: url(images/header.jpg) no-repeat;
width: 902px;
height: 118px;
}

#logo
{
padding-left: 40px;
text-align: left;
padding-top: 40px;
}

#logo a {
	text-decoration: none;
	font: bold 36px Arial, Helvetica, sans-serif;    
	color: #FFFFFF;
}


#logo H2 a
{
font-size: 10px;
}

#buttons
{
float: right;
padding-top: 73px;
height: 40px;
padding-right: 30px;
}

#buttons li {
	display: inline;
}

#buttons a {
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	margin-left: 1px;
	background: url(images/button.gif) repeat-x;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;

}

#buttons a:hover, #buttons a.current {
	width: 120px;
    height: 30px;
	background: #FFFFFF url(images/button_r.gif) repeat-x;
}

#content
{
width: 870px;
padding: 15px;
}

#left
{
width: 580px;
padding: 10px;
float: left;
font-size: 13px;
}

#left H1
{
color: #033B80;
margin: 0 0 20px 0;
padding: 0;
font-size: 24px;
}

#left a
{
 color: #3886E0;
}

#left a:hover, {
	text-decoration: none;
	color: #FF0000;
}

#left a:visited {
	color: #3886E0;
}

#left p {
  margin-bottom: 10px;
}

#left ul {
  margin: 0 0 10px 20px;
  list-style: disc;
}

#left ol {
  margin: 0 0 10px 20px;
  list-style: decimal;
}

#right
{
float: right;
width: 254px;
}

#sidebar 
{
width: 254px;
}

#sidebar ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li 
{
	margin-bottom: 15px;
}

#sidebar li ul {
  margin-top: 10px;
  padding: 0 10px 0 10px;
  list-style: none;
  text-align: left;
}

#sidebar li li {
  margin: 0;
  padding-bottom: 10px;
  font-size: 11px;
  line-height: 12px;
  color: black;
}


#sidebar li p {
	height: 36px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/title.jpg) no-repeat;
	font-size: 18px;
	color: #ffffff;
}

#sidebar li li a {
  text-decoration: none;
  color: brown;
  font-size: 11px;
  display: inline;
  padding: 0;
  font-weight: normal;
}

#metamorph2
{
	border-left: 1px solid #4E4E4E;
	border-right: 1px solid #4E4E4E;
}

#footer
{
	background: url(images/footer.gif) repeat-x;
	height: 20px;
	font-size: 10px;
	color: #ffffff;
	padding-top: 10px;
	text-align: center;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
    clear: both;
}

#footer a
{
color: #ffffff;
font-size: 10px;
text-decoration: none;
border-bottom: 1px dashed;
}

#footer a:hover {
border-bottom: none;
}
.padding
{
padding: 10px;
color:#FF0000;
font-weight: bold;
}

img.inofloat {
  float: none;
  border: none;
  margin: 10px;
}

/* FMenu */

#fmenu {
  clear: both;
  padding-top: 15px;
  text-align: center;
  font-size: 11px;
  width: 900px;
  margin: 0 auto;
  padding: 10px;
}

#fmenu ul {
  list-style: none;
  display: inline;
  float: left;
  color: black;
}

#fmenu li {
  display: block;
  float: left;
  width: 260px;
  padding: 0 0 0 10px;
  margin-bottom: 10px;
  text-align: left;
  line-height: 1.1em;
}

#fmenu li a {
  color: brown;
  text-decoration: none;
}

.mailto2 {display:none}

