div, p, span, ul, table, tr, td { margin: 0; padding: 0; }
body
{
	background-color: #009DE0;

	color:	#5b5c60;
	font-size: 9pt;
	font-family: verdana;

	margin: 0px auto;
}

.highlight
{
	color: #3cbefa;
}

.r_images
{
	padding: 5px;
	float: left;
}

#site
{
	width: 1061px;

	background-image: url(/v2/images/design/content_background.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #FFFFFF;

	margin: 0px auto;

	position: relative;
}
#navigation
{
	width: 978px;
	height: 87px;

	background: url(/v2/images/design/nav_background.jpg) no-repeat;

	margin: 0px auto;
}
#navigation ul
{
	list-style: none;
	z-index: 100;
}
#navigation li
{
	float: left;

	width: 104px;

	text-align: center;
}
#navigation li a:link, #navigation li a:visited, #navigation li a:active
{
	color: #8F8F8F;
	font-size: 10pt;
	font-weight: bold;

	text-decoration: none;
}
#navigation li a:hover, #navigation ul li .active
{
	color: #009DE0;
	text-decoration: none;
}


#header
{
	width: 978px;
	height: 150px;

	background: url(/v2/images/design/header.jpg) top center no-repeat;

	margin: 0px auto;
	z-index: 1;
}
#content
{
	width: 978px;

	margin: 0px auto;
	margin-top: 12px;
}
#c_left
{
	width: 700px;

	float: left;
}
#c_left .text, #c_right .text
{
	text-align: justify;
}
#c_left h1
{
	font-size: 15pt;
	font-weight: bold;

	color: #009DE0;

	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#c_left h3
{
	font-size: 11pt;
	font-weight: bold;

	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#c_left hr
{
	width: 75%;
	height: 1px;

	color: #FFFFFF;
	background-color: #FFFFFF;
	border: none;
	text-align: center;
}
#c_left a:link, #c_left a:visited, #c_left a:active {
	color: #009DE0;
	text-decoration: none;
}
#c_left a:hover {
	color: #009DE0;
	text-decoration: underline;
}
#c_right
{
	width: 254px;

	float: right;
}
#c_right h1
{
	font-size: 15pt;
	font-weight: bold;
	color: #009DE0;
	text-align: center;

	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#c_right_flags
{
	width: 254px;

	text-align: center;

	padding: 10px 10px 0px 10px;

	float: right;
}
#c_right_blue
{
	width: 254px;

	margin-top: 10px;

	float: right;
}
#c_right_blue h1
{
	font-size: 15pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;

	margin: 0px;
	padding: 10px 0px 10px 0px;
}
#c_right_blue .text
{
	color: #FFFFFF;

	text-align: justify;
}
#logo
{
	width: 978px;
	height: 55px;

	margin: 0px auto;
	margin-top: 10px;
}
#footer
{
	width: 1061px;

	background: #CCCCCC;

	margin-top: 5px;
}
#f_text
{
	float: left;
	width: 600px;

	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;

	margin: 0px auto;
	padding: 10px 0px 10px 10px;
}
#f_text a:link, #f_text a:visited, #f_text a:active, #c_right_blue a:link, #c_right_blue a:visited, #c_right_blue a:active {
	color: #ffffff;
	text-decoration: none;
}
#f_text a:hover, #c_right_blue a:hover, #c_right a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#f_lang
{
	float: right;
	padding-right: 45px;
	padding-top: 3px;
}

#c_right a:link, #c_right a:visited, #c_right a:active {
	color: #5b5c60;
	text-decoration: none;
}
#c_right a:hover {
	color: #5b5c60;
	text-decoration: underline;
}
#copyright
{
	width: 1061px;
	font-size: 7pt;
	text-align: center;

	margin-top: 5px;
	padding: 5px 0px 10px 0px;
}

.text input, .text select, .text textarea
{
	border: 1px solid #5B5C60;
	background: #ffffff;
	padding: 2px;
	color: #5B5C60;
}
#certificate
{
	width: 254px;

	margin-top: 10px;

	float: right;
}