@CHARSET "UTF-8";

html {
	font-family: "Verdana";
	font-size: 12px;
	color: white;
}

body {
	background-color: #1c1d3f;
	padding: 0;
	margin: 0 auto;
	background-image: url("images/bg_vertical.png");
	background-position: 0 180px;
	background-repeat: repeat-x;
}

hr {
	height: 1px;
	border: 0;
	background-color: white;
}

p {
	text-align: justify;	
}

table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid white;
}

th, td {
	text-align: left;
	border: 1px solid white;
	padding: 3px 5px;
}

h2 {
	padding: 0;
	margin: 15px 0;
	font-size: 1.5em;
}

h3 {
	font-size: 1.17em;
}

#header {
	background-image: url("images/bg_header.png");
	background-repeat: repeat-x;
	background-position: top center;
	height: 180px;
}

#header_inner {
	width: 1024px;
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 145px 0 0 0;
}

ul#menu {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 700px;
}

ul#menu li {
	height: 45px;
	float: left;
}

ul#menu li a {
	margin: 0;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	padding: 10px 35px 20px;
	height: 15px;
	display: block;
}

ul#menu li a:hover, ul#menu li a.selected {
	color: yellow;
	background-color: #422a7f;
}

#content {
	width: 700px;
	margin: 0 auto;
	clear: both;
}

.footer {
	font-size: 11px;
	color: #e1e1e1;
	padding: 0 5px 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.hidden {
	display: none;
}

.input {
	margin: 10px 0 0 0;
}

.input label {
}

.input input, .input textarea {
	margin: 3px 0;
}

fieldset {
	border: 1px solid white;
	margin: 0 0 10px 0;
	padding: 4px 8px 9px 8px;
}

legend {
	color: white;
}