/* basics */

body {
	font: 10px arial, sans-serif;  
	color: #1A0470;
	line-height: 1.3em;
	background: #ffffff;
}

p {
	font: 10px arial, sans-serif;  
	color: #1A0470;
	line-height: 1.3em;
	background: #ffffff;
	text-align: justify;
	margin-bottom: 7px;
}

/* links */

a  {
	text-transform: uppercase;
	text-decoration : none;
	color: #F50014;
}

a:hover {
	text-decoration : none;
	border-bottom: 2px solid;
	color: #F50014;
}

a.nav  {
	font: 10px Arial, sans-serif; 
	text-transform: lowercase;
	text-decoration : none;
	color: #F50014;
	border-bottom: 0px;	
}

a.nav:hover {
	font: 10px Arial, sans-serif; 
	text-transform: lowercase;
	text-decoration : none;
	color: #1A0470;
	border-bottom: 0px;	
}

a.stat  {
	text-transform: uppercase;
	text-decoration : none;
	color: #939FB5;
}

/* styles */

strong {
	font-size: 11px;
	color: #F50014;
	font-weight: bold;
}

em {
 	color: #F50014;
	font-size: 11px;
	font-style: italic;
}

img {
	border: 0px;
}



/* h */

h1 {
	color: #F50014;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 1px solid;
	line-height: 1.8em;
	text-align: right;
	padding-right: 5px;
}

h2 {
	color: #1A0470;
	font-family: Century Gothic, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 1px solid;
	line-height: 1.8em;
	text-align: right;
	padding-right: 5px;
}

h3 {
	color: #1A0470;
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	border-bottom: 1px solid;
	line-height: 1.4em;
	text-align: right;
	padding-right: 5px;
}

/* layout divs */

#header {
	position: absolute;
	left:0px;
	top: 0px;
	background:#ffffff url(images/header.jpg);
	height: 306px;
	width: 465px;
}

#nav {
	position: absolute;
	position: absolute;
	left:230px;
	top: 220px;
	text-align: justify;
	margin-bottom: 20px;
}

#content {
	position: absolute;
	left:20px;
	top: 255px;
	width: 405px;
	text-align: justify;
	margin-bottom: 20px;
}

/* forms */


input, textarea, option, select {
	background-color: #ffffff;
	font: 8pt arial;
	color: #1A0470;
	letter-spacing: 1px;
	border: 1px double #1A0470;
	padding:2px; 
}

blockquote {
	background: transparent url(images/quoleft.jpg) left top no-repeat;
}

blockquote div {
  padding: 0 23px;
  background: transparent url(images/quoright.jpg) right bottom no-repeat;
}