/* CSS Document */
body{
	padding : 0;
	margin : 0;
	background-image : url(images/bg3.png);
	background-repeat : repeat-x;
	background-color: #ffffff;
}
#content{
   padding-top : 130px;
   padding-bottom : 30px;
   padding-left : 230px;
   padding-right : 20%;
}
#content h1{
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 120%;
	font-weight : bold;
	color : #000000;
}
#content h2{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 100%;
   font-weight : bold;
   color : #000000;
   background-color : transparent;
}
#content h3{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 80%;
   font-weight : bold;
   color : #000000;
   background-color : transparent;
}   
#content h4{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 60%;
   font-weight : bold;
   color : #000000;
   background-color : transparent;
}
#content h5{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 40%;
   font-weight : bold;
   color : #000000;
   background-color : transparent;
}
#content h6{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 20%;
   font-weight : bold;
   color : #000000;
   background-color : transparent;
}
#content p{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 80%;
   font-weight : normal;
   color : #000;
   background-color : transparent;
   line-height : 140%;
}
#content table{
	font-family: "Trebuchet MS", Georgia, Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #000;
	line-height: 140%;
	background-color: transparent;
}
#content ol{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 80%;
   font-weight : normal;
   color : #000;
   background-color : transparent;
   line-height : 140%;
}
#content ul{
   font-family : "Trebuchet MS", Georgia, Times, serif;
   font-size : 80%;
   font-weight : normal;
   color : #000;
   background-color : transparent;
   line-height : 140%;
}
#logo{
	position : absolute;
	z-index : 50;
}
#navigation{
   position : absolute;
   top : 140px;
   left : 60px;
   width : 140px;
}
#navigation p{
   margin-bottom: 4px;
   margin-top: 8px;
   font-family: "Lucinda Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
   font-size: 80%;
}
.button a{
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #2c2e67;
	text-decoration: none;
	background-color: #ffffff;
	display: block;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 12px;
	border: 1px solid #2c2e67;
}
.button a:hover {
   background-color: #2c2e67; 
   border: 1px solid #333333; 
   color: #ffffff;
   text-decoration: none 
}
.boxrt {
   float: right;
   font-family: "Wingdings 2", fantasy;
   font-size: 80px;
   color: #eee8aa;
   margin: 2px 2px 2px 10px;
}
.boxlft {
   float: left;
   font-family: webdings, fantasy;
   font-size: 75px;
   color: #eee8aa;
   margin: 2px 10px 2px 2px;
}
p.footer {
font-size: 0.5em;
text-align: center;
font-weight: bold;
}

