body
{
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #003366;
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 73px;
	z-index: 1;
}

#nav
{
	position: absolute;
	top: 73px;
	left: 0px;
	width: 130px;
	height: 400px;
	z-index: 2;
}

#content
{
	position: absolute;
	top: 73px;
	left: 125px;
	width: 85%;
	height: 400px;
	z-index: 3;
	margin: 0;
}

.title
{
	font-family : Verdana, Sans-Serif;
	color: #112848;
	font-size: 9pt;
	line-height: 13pt;	
	text-decoration: none;
	font-weight: bold;
}

a.title:link, a.title:visited
{
	text-decoration: none;
	color: #C90;
}

a.title:hover, a.title:active
{
	text-decoration: none;
	color: #DECB4F;
}

.gold
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.gold:link, a.gold:visited
{
	text-decoration: none;
	color: #003366;
}

a.gold:hover, a.gold:active
{
	text-decoration: none;
	color: #C90;
}

.white
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a.white:link, a.white:visited
{
	text-decoration: none;
	color: #ffffff;
}

a.white:hover, a.white:active
{
	text-decoration: none;
	color: #C90;
}

.red
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #cc0000;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

a.red:link, a.red:visited
{
	text-decoration: none;
	color: #003366;
}

a.red:hover, a.red:active
{
	text-decoration: none;
	color: #C90;
}

.text
{
	font-family : Verdana, Sans-Serif;
	color: #112848;
	font-size: 9pt;
	line-height: 13pt;	
	text-decoration: none;
	margin: 5;
	
}

a.text:link, a.text:visited
{
	text-decoration: none;
	color: #003366;
}

a.text:hover, a.text:active
{
	text-decoration: none;
	color: #C90;
}

.image
{
	text-decoration: none;
	border-color: #003366;
	border-width: 2px;
}

a.image:link, a.image:visited
{
	text-decoration: none;
	color: #003366;
	border-color: #003366;
	border-width: 2px;
}

a.image:hover, a.image:active
{
	text-decoration: none;
	color: #C90;
	border-color: #C90;
	border-width: 2px;
}

.element
   { font-family: Geneva, Arial, Helvetica, sans-serif;
     color: #000000;
	 line-height:12px;
	 font-size: 9px;
     font-weight: bold; 
     background-color: #B4CDEB; 
     border: 1 solid #000000;
     width: 230px;
     height: 15px;
     margin: 0 0 1px 0;}
   
.element_text
   { font-family: Geneva, Arial, Helvetica, sans-serif;
     color: #000000;
	 line-height:12px;
	 font-size: 9px;
     font-weight: bold; 
     background-color: #B4CDEB; 
     border: 1 solid #000000;
     width: 230px;
     height: 100px;
     margin: 0 0 1px 0;}
 
 .button
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:12px;
	font-size: 9px;
    font-weight: bold; 
	background-color: #EBDD89;
	border: 1 solid #000000;
	width: 100px;
	height: 15px;
}