.normal
{
font-weight: normal;
}

.bold
{
font-weight: bold;
} 


h1
{ 
	font-size: 18pt;
	color: #333399; 
	font-family: verdana; 
}


h3
{ 
	font-size: 10pt;
	color: #333399; 
	font-family: verdana; 
}


a
{ 
	color: #3333cc; 
	font-family: Verdana;  
	font-size: 10pt;
	text-decoration : none;
}

a:hover      
{ 
	font-family: Verdana; 
	color: #336699; 
	font-size: 10pt;
	text-decoration: underline; 
}



body         
{ 
	color: #666666; 
	font-family: verdana; 
    font-weight: normal;
	font-size: 10pt; 

    background-color : #ffffff;

	background-repeat : no-repeat;
	background-position : 100% 100%; 
	background-attachment : fixed;
 
 	margin-right: 50px; 
	margin-left: 50px;
}

p 
{ 
	color: #666666; 
	font-family: verdana; 
	font-size: 10pt;

	margin-right: 50px; 
	margin-left: 50px;	 
}

ul
{
	color: #666666; 
	font-family: verdana; 
	font-size: 10pt;	 
	margin-left: 10px;	 
	margin-right: 50px; 
}




/* Image */
img.MainImage
{
  display: inline;
  float: right;
  margin: 0px 10px auto auto;
}



/* Position */
#position{
  clear: left;
  margin-top: 16px;
  margin-right: 0px;
  margin-left: 0px;
}


/* Menu */
#menu
{
  padding: 0;
  background: transparent;
  margin-top: 20px; 
}

#menu ul
{
  margin: 0;
  padding: 0;
  margin-right: 65px; /* space before first menu item */
  list-style: none;
}

#menu li 
{ 
  display: inline; 
}

#menu a
{
  font-weight: bold;
  font-size:  12px;
  float: left;
  display: block;
  color: white;
  border-bottome: 1px solid White; /* space between items and bottom bar */
  margin: 0 1px 0 0; /* space between menu items */
  padding: 9px 9px;
  text-decoration: none;
  letter-spacing: 0px;
  background-color: #8C8659; /* default menu color */
}

#menu a:hover 
{
  background-color: #000000; /* menu hover color */
}



/* Separator */
#separate
{
    clear: both;
  margin-right: 0px;
  margin-left: 0px;
}


/* Content */
#content{
  clear: left;
  margin-right: 0px;
  margin-left: 0px;
}


#content p 
{ 
	font-size: 9pt;
    font-weight: lighter;
	color: #666666; 
	margin-right: 50px; 
	margin-left: 50px;	 
}

#content li
{ 
	font-size: 9pt;
	color: #666666; 
	margin-bottom: 1em; 
	margin-right: 50px; 
	margin-left: 10px;	 
    list-style: none;
}

