@charset "UTF-8";

A {
	color: #ff9900;
	text-decoration: none;
}

A:HOVER {
	color: #333333;
	text-decoration: underline;
}

A.link_footer {
	color: #cccccc;
	text-decoration: none;
}

A.link_footer:HOVER {
	color: #ff9900;
	text-decoration: underline;
}

A.link_submenu {
	margin: 0px 10px 0px 10px;
	color: #000000;
	text-decoration: none;
}

A.link_submenu:HOVER {
	color: white;
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background-color: #555555;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
}

DIV#content {
	margin: 0px;
	padding: 20px 20px;
	width: 760px;
	background-color: #ffffee;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	font-size: 90%;
}
DIV#footer {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 800px;
	height: 25px;
	background-color: #333333;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
	color: #999999;
	font-size: 70%;
}

DIV#footer_left {
	margin: 0px;
	padding: 6px 0px 0px 15px;
	text-align: left;
	float: left;
}

DIV#footer_right {
	margin: 0px;
	padding: 6px 15px 0px 0px;
	text-align: right;
	float: right;
}

DIV#header {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 125px;
	background-color: #333333;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
	border-left: 1px solid #222222;
}

DIV#menu {
	margin: 0px;
	padding: 0px 0px 0px 2px;
	height: 22px;
	text-align: left;
	font-weight: bold;
	color: #666666;
}

DIV.menu_item {
	margin: 0px 2px 0px 0px;
	padding: 2px 0px 0px 0px;
	height: 20px;
	width: 90px;
	text-align: center;
	float: left;
}

DIV#submenu {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	height: 17px;
	text-align: left;
	background-color: #bbbbbb;
	font-size: 80%;
}
 
DIV#title {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	height: 61px;
	font-size: 250%;
	font-style: italic;
	color: white;
	text-align: center;
	font-family: serif;
}

P {
	margin: 5px 0px;
	padding: 0px 10px;
	display: block;
}

P.error {
	color: #f00000;
	margin: 0px;
	font-weight: bold;
}
