﻿body 
{
    background-image: url(/images/back.gif);
    background-repeat: repeat-x;
    background-position: center top;
    margin: 0px;
	padding: 0px;
	background-color: #a9a9a9;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	color: #000;
}
#main
{
    margin-left: auto;
	margin-right: auto;
    background-color: Transparent;
    width: 811px;
    color: #2c3787;
    text-align: left;
}
#header
{
	background-image: url(/images/top_english.gif);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: Transparent;
    color: #fff; font-size: 16px; line-height: 1.2em;
    height: 156px;
    width: 811px;
    text-align: left;
}
#header a 
{
	background-color: Transparent;
	color: #fff;
	text-decoration: none;
}
#nav a:hover 
{
	background-color: Transparent;
	color: #fff;
	text-decoration: underline;
}
#middle
{
	background-image: url(/images/middle.gif);
    background-repeat: repeat-y;
    background-position: center top;
    background-color: Transparent;
	color: #000000;
	width: 781px;
	padding: 5px 15px 5px 15px;
	padding-top: 5px; 
	padding-bottom: 5px; 
	padding-left: 15px; 
	padding-right: 15px;
}
#footer
{
    background-image: url(/images/bottom.gif);
    background-repeat: no-repeat;
    background-position: center top;
	background-color: Transparent;
	color: #000; height: 8px; width: 811px;
    text-align: center;
}
table#middle {
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #898989;
	background-color: Transparent;
}
table#middle th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #898989;
	background-color: Transparent
	-moz-border-radius: #ad1010;
}
table#middle td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #898989;
	background-color: Transparent;
	-moz-border-radius: #ad1010;
}
a:link 
{
	background-color: Transparent;
	color: #680000;
	text-decoration: none;
}
a:visited 
{
	background-color: Transparent;
	color: #680000;
	text-decoration: none;
}
a:hover 
{
	background-color: Transparent;
	color: #680000;
	text-decoration: underline;
}
a:active 
{
	background-color: Transparent;
	color: #680000;
	text-decoration: none;
}
.clear 
{
	clear : both; font-size: 1px; }
	/* hide from IE5 Mac */
	/* \ */ .clear { font-size : 1px;}
	/* \ */ #footer .clear { clear : none; font-size : medium ;
}
h1
{
    font-size: 18px;
    font-weight: bold;
    display: inline;
    color: #ad1010;
}
.floatleft
{
    float: left;
    margin-top: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    margin-right: 10px;
    border-style: none;
}
.floatright
{
    float: right;
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 2px;
    margin-right: 2px;
    border-style: none;
}
.noborder
{
    border-style: none;
}
ul
{
    line-height: 2em;
}
.validatorCalloutHighlight
{
    background-color: #fffacd;
}