*
{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}


html, body
{
	height: 100%;
	width: 100%;
}


#header
{
	background-image: url(../_gfx/header.png);
	background-position: top right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 26%;
	width: 100%;
}


#menu
{
	position: absolute;
	top: 85px;
	color: White;
}


#menu a
{
	margin-left: 3px;
	margin-right: 3px;
	padding: 5px 4px 12px 4px;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}


#menu a:hover, #menu .selected
{
	background-color: White;
	color: #243e84;
}


#submenu
{
	position: absolute;
	top: 115px;
	color: #243e84;
}


#submenu a
{
	margin-left: 4px;
	margin-right: 4px;
	padding: 5px 4px 5px 4px;
	color: #243e84;
	text-decoration: none;
}


#submenu a:hover, #submenu .selected
{
	color: #e2001a;
}


#content
{
	height: 59%;
	width: 86%;
	margin-left: 7%;
	margin-right: 7%;
	overflow: auto;
	padding: 5px;
}


#content h1, #content h2, #content h3
{
	margin-bottom: 10px;
	margin-top: 30px;
}


#content h1, #content h2, #content h3
{
	height: 18px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}


#content h1
{
	color: #e2001a;
	padding: 2px 0px 0px 55px;
	background-image: url(../_gfx/headline.png);
	font-size: 14px;
}


#content h2
{
	color: #243e84;
	padding: 2px 0px 0px 39px;
	background-image: url(../_gfx/headline2.png);
}


#content h3
{
	color: #243e84;
	padding: 2px 0px 0px 26px;
	background-image: url(../_gfx/headline3.png);
}


#content img
{
	padding: 1px;
	margin: 5px;
}


#content a
{
	text-decoration: underline;
}



#content a:hover
{
	color: #243e84;
}


form, fieldset
{
	border: 0px none;
}


label
{
  display: block;
  float: left;
  width: 140px;
}


ul
{
	margin-top: 15px;
}


ul, li
{
	margin-left: 7px;
	padding: 1px;
}


input#reset {
  float: left;
  width: auto;
}


input#submit {
  float: left;
  width: auto;
}


input, textarea
{
	margin-bottom: 10px;
}


#footer
{
	height: 14%;
	width: 100%;
	background-image: url(../_gfx/footer.png);
	background-position: top left;
	background-repeat: no-repeat;
}


#ani
{
	position: absolute;
	left: 480px;
}


#imp
{
	text-align: right;
	position: absolute;
	margin-top: 40px;
	right: 0px;
}


#imp a
{
	margin-left: 4px;
	margin-right: 4px;
	padding: 4px;
	color: #e2001a;
	text-decoration: none;
	text-transform: uppercase;
}


#imp a:hover
{
	color: #243e84;
}