﻿@import url(layout.css);
body {
	background-color: #646464;
}
#container {
	width: 755px;
	margin: 0 auto;
	background-image: url(../images/mainbodybg.gif);
	background-repeat: repeat-y;
}

#topheader {
	height: 40px;
	background-color: #646464;
	position: relative;
}

#topheader img {
	position: absolute;
	top: 22px;
	border-width: 0;
	width: 22px;
	height: 14px;
}

#header {
	height: 100px;
	background-image: url(../images/headerbg_logo.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: #646464;	
}

#header a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

#header p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: small;
	font-weight: bolder;
	margin: 47px 30px 0 10px;
}

#footer {
	height: 43px;
	background-image: url(../images/footerbg.gif);
	background-repeat: no-repeat;
	background-color: #646464;
}

#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 8px;
	color: #445566;
}

#column_l {
	position: relative;
	width: 367px;
	padding: 0 0 0 20px;
	background-image: url(../images/divider_vert.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

#column_r {
	width: 360px;
	margin-top: 10px;
	position: relative;
/*	top: 136px;
	left: 368px;*/
	width: auto;
	padding-left: 5px;
}

#framediv {
	width: 695px;
	position: relative;
	border: 0;
	margin: 10px 0 10px 30px;
}

/* Styles for Content */
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FF5A00;
	margin: 0 0 5px 0;
}

a {
	color: #FF9600;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #E03605;
}

tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.desc_left_small {
	font-size: 10px;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 10px;
	padding-right: 25px;
	padding-left: 5px;
	color: #445566;
}

.desc_left {
	font-size: 11px;
	margin-left: 150px;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}

.desc_just {
	font-size: 11px;
	text-align: justify;
	padding-right: 30px;
	padding-left: 30px;
}

.desc_cent {
	font-size: 11px;
	text-align: center;
	padding-right: 30px;
	padding-left: 30px;
}

.desc_table {
	font-size: 11px;
}

.title {
	font-size: 14px;
	font-weight: bold;
	color: #FF5A00;
	margin: 0 0 5px 5px;
	
}

.img_menu {
	float: left;
	width: 36px;
	height: 36px;
	border-width: 0;
	margin-left: 2px;
	margin-right: 10px;

}

.desc_all {
	border-color: #FF5A00;
	border-width: 1px;
	border-style: solid;
	padding-left: 20px;
	padding-right: 20px;
	/*padding-bottom: 10px;*/
	vertical-align: top;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: black;	
}

.desc_legend
{
	font-family: Verdana;
	font-size: 18px;
	font-weight: normal;
	color: #FF5A00;
	padding-left: 10px;
	padding-right: 10px;
}

.frame_legend_news {
	font-family: Verdana;
	font-size: 14px;
	font-weight:bold;
	color: #FF5A00;
	padding-left: 10px;
	padding-right: 10px;
}

