﻿body
{
	margin:0;
	padding:0;
	font-size:9pt;
	font-family:Tahoma;
	background:#fff;
}

img
{
	border: 0px;
}

#main
{
	width:900px;
}

#header
{
	width:100%;
	background:url(../img/header.jpg);
	height:276px;
	clear:both;
}

#header a, #header a:link
{
	display:block;
	position:relative;
	top:17px;
	left:21px;
	height:53px;
	width:141px;
}

#middle
{
	clear:both;
	width:100%;
}

#left
{
	width:151px;
	float:left;
	position:relative;
	left:14px;
	background:#a6a6a6;
	border-left:solid 1px #e0e0e0;
	border-right:solid 1px #e0e0e0;
}

#menu
{
	list-style:none;
	padding:0;
	line-height:15pt;
	margin-top:25px;
	margin-bottom:29px;
	margin-left:21px;
}

#menu a, #menu a:link
{
	color:#fff;
	text-decoration:none;
}

#menu a:hover
{
	text-decoration:underline;
	color:#c9d8fd;
}

.closed
{
	display:none;
}

.opened
{
	display:block;
}

.secondary
{
	list-style:none;
	padding:0;
	margin:0;
	margin-left:10px;
}

#menu li div ul.secondary a, #menu li div ul.secondary a:link
{
	color:#c9d8fd;
	text-decoration:none;
}

#menu li div ul.secondary a:hover
{
	text-decoration:underline;
}

#center
{
	float:left;
	position:relative;
	left:100px;
	top:10px;
	width:390px;
}

h4
{
	font-size:10pt;
}

.numbered
{
	list-style-type:decimal;
}

#right
{
	float:right;
	width:220px;
	position:relative;
	text-align:center;
}

#right img
{
	border:solid 3px #525252;
	margin:10px auto;
}

#footer
{
    width:880px;
    height:30px;
    background:#6e7879;
    clear:both;
    padding:10px;
    color:white;
    font-size:8pt;
    position:relative;
    top:20px;
}

#copyright
{
    float:left;
}

#copyright a, #copyright a:link
{
    text-decoration:none;
    color: white;
}

#copyright p a:hover
{
    text-decoration:underline;
    color:#f58130;
}

#copyright a:visited
{
    color:inherit;
}

#copyright img
{
    vertical-align:middle;
}

#copyright p
{
	line-height:12pt;
	margin:0;
}

#copyright span
{
	margin-left:23px;
}

#ASLogo
{
    float:right;
}#lang {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #000000;
}
#lang a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#lang a:hover {
	color: #000000;
	text-decoration: underline;
}

