/* basics */

body {
	font: 11px Arial, sans serif;  
	color: #ffffff;
	line-height: 1.3em;
	background: #ffffff url('../images/bg.gif') repeat-y scroll center;
}

p {
	font: 11px Arial, sans serif;   
	color:#ffffff;
	line-height: 1.3em;
	text-align: justify;
	margin-bottom: 7px;
}

/* links */

a  {
	text-transform: uppercase;
	text-decoration : none;
	color: #5A5F89;
}

a:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #5A5F89;
}

a.nav  {
	text-transform: uppercase;
	text-decoration : none;
	color: #000848;
	display: block;
	background-color: #ffffff;
	text-align: center;
	border-bottom: #000848 1px solid;	
}

a.nav:hover {
	text-decoration : none;
	color: #ffffff;
	display: block;
	background-color: #000848;
	text-align: center;
	border-bottom: #000848 1px solid;	
}

a.stat  {
	text-transform: uppercase;
	text-decoration : none;
	color: #939FB5;
}

a.stat:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #939FB5;
}



/* styles */

strong {
	font-size: 11px;
	color: #657A96;
	font-weight: bold;
}

em {
 	color: #657A96;
	font-size: 11px;
	font-style: italic;
}

img {
	border: 0px;
}



/* h */

h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration : none;
	border-bottom: 2px solid;
	color: #000848;
	display: block;
	background-color: #ffffff;
	border-left: #5A5F89 9px solid;
	border-bottom: #5A5F89 1px solid;
	padding-right: 7px;
	text-align: right;
	line-height: 20px;
	border-bottom: 0px;
}

h2 {
	color: #ffffff;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	border-bottom: #ffffff 1px solid;
	text-transform: lowercase;
	display: block;
}

h3 {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration : none;
	border-bottom: 2px solid;
	color: #000848;
	display: block;
	background-color: #ffffff;
	border-left: #5A5F89 9px solid;
	border-bottom: #5A5F89 1px solid;
	padding-right: 7px;
	text-align: right;
	line-height: 16px;
	border-bottom: 0px;
}



/* layout divs */

#graphic {
	background:#ffffff url(../images/header.jpg) repeat-x;
	height: 544px;
	left:50%;
	margin-left:-264px;
	margin-top: 0px;
	top: 0px;
	width: 529px;
	text-align: justify;
	position:absolute;
}


#nav {
	position: absolute;
	text-align: justify;
	margin-bottom: 20px;
	left:50%;
	margin-left:-254px;
	margin-top: 544px;
	width: 109px;
}

#content {
	position: absolute;
	text-align: justify;
	margin-bottom: 20px;
	left:50%;
	margin-left:-135px;
	margin-top: 544px;
	width: 390px;
}

.stat  {
	text-transform: lowercase;
	text-decoration : none;
	text-transform: uppercase;
	text-decoration : none;
	color: #000848;
	display: block;
	background-color: #ffffff;
	text-align: center;
	border-bottom: #000848 1px solid;		
}

/* forms */


input, textarea, option, select {
	background-color: #5A5F89;
	font: 8pt arial;
	color: #ffffff;
	letter-spacing: 1px;
	border: 1px double #ffffff;
	padding:2px; 
}

