body  {
	font: 12pt Georgia;
	margin: 0;
	padding:10px;
	text-align: center;
	color: #104D6C;

}
.style1 {
color: #0066FF;
}
.style2 {
color:#FF6633;
}
.style3 {
color:#e9c813;
}
.style4 {
    color:red;
    font-weight:bold;
}
.style5 {
	color:#f00fd8;
	font-weight: bold;
}
.style6 {
   color: #FF6600;
   font-weight: bold;
}
.style7 {
color:#4daf33;
}
.style8 {
   color:#33FF33;
   font-weight: bold;
   }
.style9 {
   color:#660099;
   font-weight: bold;
   }
a { 
   color:#135677; 
   background:inherit;
   text-decoration: none; 
}
a:hover { 
   color:#e5b723; 
   background: inherit; 
   text-decoration: none;
}

#container {
	width:100%;
	background: #FFFFFF;
	margin: 20px auto 10px;
	text-align: left;
} 
   

#header {
	background:#ffffff url(images/bg.jpg) repeat-x;
	width:100%;
	}
#header2 {
background:none;
width:100%;
}	
	
			
#menu {
	font-size:14pt;
	text-align:center;
	clear: both;
	width:97%;
	height:20px;
	padding:10px 15px;
	background:#b4def4;
    
}

#menu li { 
     display: inline; 
}
#menu ul { 
     Margin:0 5px 10px 5px; 
}

#menu a {
	padding:5px 1px 15px 10px;
	margin:15px 10px 0 0;
	text-decoration: none;
	color:#135677;
	background: inherit;
}

#menu a.current { 
    color: #e5b723; 
}

#menu a:hover { 
    background: #d1f3fc; 
    color: #e5b723;
}

#main {
	width:100%;
	margin: 0px auto;
	
	}

#footer p {
    font-size:9pt;
	margin: 0;
	padding: 10px 0;
}
#footer {
    padding: 0 10px;
} 
