body {
	margin: 0;
	padding: 0;
	background-color: White;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


#container {
	width: 906px;
	height: 500px;
	margin: auto;
	background-image: url(../images/background_container.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 24px;
	text-align: left;
}

#header {
	background-image: url(../images/background_header.jpg);
	background-repeat: no-repeat;
	height: 89px;
	color: white;
	width: 100%;
	margin: 0;
	padding: 0;
}

#menu {
	height: 39px;
}

.menuitem {
	float: left;
	height: 27px;
	margin-right: 5px;
	color: white;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 12px;
}

.menuitem a {
	color: white;
	text-decoration: none;
}

.menuitem a:hover {
	color: #FFAA0B;
}

.menuitemsel {
	background-image: url(../images/background_menuitem.gif);
	background-repeat: repeat-x;
}

#contentup {
	clear: both;
	height: 109px;
}

#footer {
	clear: both;
	background-color: #6987A3;
	color: white;
	text-align: center;
	font-size: 0.9em;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a{
	color: white;
}

#footer a:hover {
	color: #E4E4E4;
}


#menuright {
width: 180px;
background-color: #CCCCCC;
padding: 10px;
padding-top: 3px;
float: right;
text-align: justify;
line-height: 160%;
font-size: 0.95em;
}


#menuright h2 {
margin: 0;
margin-top: 10px;
padding: 0;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight: normal;
letter-spacing: 0px;
color: #5D005E;
border-bottom: 2px solid #9497AB;
}

#menuright h2 a{
	text-decoration: none;
}

#menuright p {
	margin-top: 8px;
}

a {
	color: #000155;
	text-decoration: underline;
}

a:hover {
	color: #A20000;
}



#content {
	float: left;
	padding-left: 5px;
	line-height: 170%;
	text-align: justify;
	width: 690px;
	margin-bottom: 10px;
}


form {
	margin: 0;
	padding: 0;
}

.errormsg {

border: 1px solid #B5B5B5;
background-color: #F0F0F0;
padding: 6px;
width: 400px;
text-align: center;
margin: auto;
margin-top: 10px;
}

dt {
	font-weight: bold;
}

#content h1 {
	font-size: 20px;
	margin-top: 20px;
}

#afs {
	margin: auto;
	text-align: center;
	margin-top: 10px;
	display: none;
}
