body {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
	background-color: #e3f2fd;
	margin: 30px;    
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
a {
	color: #035c7a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.main {
	width: 1040px;
	margin: 0px auto;
}
.page {
	background-color: #FFFFFF;
	width: 1000px;
	float: left;
	padding: 20px;   
}
.header {
	width: 1000px;
	float: left;
}
.header-img {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	width: 1000px;
	height: 268px;
	float: left;
}
.header-img h1 {
	font-family: Tahoma;
	font-size: 36px;
	font-weight: normal;
	line-height: 100%;
	color: #FFFFFF;
	margin-top: 63px;
	margin-right: 72px;
}
.header-img p {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 136px;
}

.lang
{
	margin-bottom: 5px;
    visibility: visible;
}

.menu {
	background-color: #00796b;
	width: 1000px;
	height: 51px;
	float: left;
}

.menu ul {
	list-style-type: none;
}
.menu ul li {
	display: inline;
}
.menu ul li a {
	font-family: Tahoma;
	font-size: 14px;
	line-height: 51px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
.menu ul li a:hover {
	color: #fff176;
    font-weight: bold;    
}
.content {
	width: 1000px;
	float: left;
	padding-top: 12px;
    min-height: 720px;    
}
.left-panel {
	width: 700px;
	float: left;
	padding: 20px 50px 20px 20px;
}
.left-panel-in {
	text-align: justify;
	clear: both;
}

.left-panel-in ul{
	list-style-type: none;
}

.title {
	font-size: 18px;
	font-weight: normal;
	color: #035c7a;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
.right-panel {
	width: 225px;
	float: right;
}
.right-panel-in {
	clear: both;
}
.right-panel-in h3 {
	font-size: 20px;
	font-weight: normal;
	color: #346397;
	margin-top: 25px;
	margin-bottom: 17px;
	margin-left: 3px;
}
.right-panel-in ul {
	list-style-type: none;
}
.right-panel-in ul li {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.right-panel-in ul li a {
	color: #003366;
}
.right-panel-in ul li a:hover {
	text-decoration: underline;
}
.footer {
	background-color: #00796b;
	width: 1000px;
	height: 55px;
	float: left;
}
.footer p {
	color: #FFFFFF;
	margin-top: 20px;
	text-align:center;
}

.footer a {
	color: #FFFFFF;
}

table
{
    border-collapse: collapse;
}

tr:hover
{
    background: #F2F2F2;
}

td
{
    text-align: left;
   	padding: 9px;
   	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
}

.icons table tr
{
    background: none;
}

.icons table tr td
{
    text-align: center;
}

input, textarea, select
{
    margin: 2px;
    padding: 5px;
}

.login
{
    border: 1px dashed #CCCCCC;
    padding: 10px;
}

.cont table
{
    width: 100%;
    text-align: center;
}

.cont table th
{
    background: #e3f2fd;
    color: #035c7a;    
}