body
{
	background: url('images/background.png') repeat-x #FFFFFF;
	color: #2E3192;
	font-family: Verdana;
	font-size: 9pt;
	margin: 0;
	padding: 0;
}
#logo
{
	width: 1000px;
	height: 147px;
	margin: 0 auto;
	background: url('images/logo.png') 25px 15px no-repeat;
}
#page
{
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background: url('images/bg_middle.png') repeat-y right;
}
#navigation
{
	width: 200px;
	float: left;
}
#navigation ul
{
	margin: 0;
	padding: 10px;
	list-style: none;
}
#navigation a
{
	display: block;
	font-family: Verdana;
	font-size: 8pt;
	padding: 2px;
	border-left: 10px #D4D1E9 solid;
	border-bottom: 1px #D4D1E9 solid;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
}
#navigation  .activ
{
	display: block;
	font-family: Verdana;
	font-size: 8pt;
	padding: 2px;
	border-left: 10px #2E3192 solid;
	border-bottom: 1px #2E3192 solid;
	font-weight: bold;
	text-decoration: none;
	margin-top: 1px;
}
#navigation a:hover 
{
	border-left: 10px #F58220 solid;
	border-bottom: 1px #F58220 solid;
}
#content_top
{
	width: 800px;
	height: 63px;
	background: url('images/bg_top.png') no-repeat;
	text-align: center;
	float: left;
}
#content_top_caption
{
	margin-top: 5px;
	font-size: 14pt;
	font-weight: bold;
}
#content
{
	width: 680px;
	margin: 0 60px 0 60px;
	float: left;
}
#content_bottom
{
	width: 1000px;
	height: 11px;
	background: url('images/bg_bottom.png') no-repeat right;
	clear: both;
}
#footer
{
	min-width: 1000px;
	background: #B0ABD5;
	border-bottom: 1px #2E3192 solid;
	text-align: center;
	padding: 2px;
}
a:link, a:active, a:visited
{
	color: #2E3192;
}
a:hover
{
	color: #F58220;
}
input, select, textarea
{
	color: #FFFFFF;
	background-color: #B0ABD5;
	border: 1px #2E3192 solid;
}
img
{
	border: none;
}
hr
{
	background-color: #B0ABD5;
	border: none;
	height: 1px;
}
p
{
	margin: 0;
}
.green
{
	color: #008B00;
	font-weight: bold;
}
.red
{
	color: #CC0000;
	font-weight: bold;
}
a.button:link, a.button:active, a.button:visited
{
	color: #FFFFFF;
	background: url('images/bg_button.png') repeat-x;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
	border: 1px #2E3192 solid;
}
.invert a
{
	color: #FFFFFF;
	background: #B0ABD5;
	padding: 2px;
	margin-bottom: 2px;
	border: 1px #2E3192 solid;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
