﻿*
{
padding: 0em;
margin: 0em;
}

body
{
background: #000000 url('images/body_bg.gif');
padding: 35px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: "Verdana";
color: #999900;
}

p
{
	line-height: 1.0em;
	margin-bottom: 1.0em;
	text-align: justify;
	color: #330099;font-family: "Verdana";}
a:hover
{
text-decoration: none;
}
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
	font-size: 1.2em;
	padding-right: 34px;
	color: #0066FF;
font-family: "Palentino Linotype", serif;}


.contentarea
{
padding-top: 1.0em;
font-family: "Verdana"; 
color: #330099;
font-size: 12pt;}

#upbg
{
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 275px;
background: #f9f9f9 url('images/body_bg.gif') repeat;
z-index: 1;
}

#outer
{
z-index: 2;
position: relative;
/*
	The width value below controls the overall width of the design. By default it's set to 82%
	(so it'll take up 82% of the browser window's width). You can set it to a different percentage
	value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 85%;
border: solid 7px #F0F3EA;
background-color: #F0F3EA;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 8.0em;
background: #2B2B2B url('images/topbg.gif') repeat-x;
margin-bottom: 2px;
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 0.1em 2.0em;
}

#headercontent h1
{
	font-weight: normal;
	color: #0066FF;
	font-size: 2.5em;
}


#menu
{
	position: relative;
	background: #7F8400 url('images/menubg.gif') repeat-x top left;
	height: 3.5em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
	color: #F9F9F9;
	font-weight: bold;
	font-family: "Verdana";
	text-decoration: none;
}

#menu ul
{
position: absolute;
top: 1.1em;
}

#menu ul li
{
position: relative;
display: inline;
}

#menu ul li a
{
padding: 0.0em 0.0em 0.0em 1.0em;
color: #fff;font-size: 10pt;}

#menu ul li a:hover
{
text-decoration: underline;color: #ffff00;}

#content
{
padding: 0em 5.0em 0em 2.0em;
}


#footer
{
position: relative;
height: 1em;
clear: both;
padding-top: 4.0em;
background: #F0F3EA url('images/border2.gif') repeat-x 0em 2.5em;
font-size: 0.7em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 0.2em;
}