		body {
			background-color: #91e5ff;
			}

		#container {
			width: 780px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #006699;
		}

/* HEADER */

		#header {
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
			background-image: url(images/header02.png); height: 160px;}
		
		#header p { 
                       text-align: right;
			margin-top: -20px;
			margin-right: 20px;
			color: #EFEFEF;
		}
                #header h1 {
                        text-align: right;
                        padding-right: 20px;
                }


/* LEFTBAR */

		#leftbar {
			float: left;
			width: 165px;
clear: both;

		}
		
		#leftbar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #1b2985;
		}
		
		#leftbar a {
			color: #000000;
			text-decoration: none;
			font-weight: 500;
			text-decoration: underline;
		}
		
		#leftbar a:hover{
			color: #ffffff;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* RIGHTBAR */

		#rightbar {
			float: right;
			width: 165px;
		}
		
		#rightbar p {
			padding-bottom: 10px;
			margin-right: 10px;
			border-bottom: 1px dashed #1b2985;
		}
		
		#rightbar a {
			color: #000000;
			text-decoration: none;
			font-weight: 500;
			text-decoration: underline;
		}
		
		#rightbar a:hover{
			color: #ffffff;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}

/* CONTENT */

		#content {
	width: 400px;
	clear: none;
	margin-left: 170px;
	padding: 20px;
		}
		
		#content p {
			padding-bottom: 10px;
		}
		
		#content a {
			color: #000000;
			text-decoration: none;
			border-bottom: 1px #1b2985 ridge;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #ffffff;
			text-decoration: underline;
			border-bottom: none;	
			font-weight: 500;	
		}


/* navigation */

.nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center
}
.nav-menu li
{
float: left;
display: block;
margin: 0 2px;
padding: 0;
text-align: center
}
.nav-menu li a
{
background:url(images/css-nav.jpg) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 105px;
float: left;
display: block;
border: 1px solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
font-weight: bold;
}
.nav-menu li a:hover
{
background: url(images/css-nav.jpg) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 105px;
float: left;
display: block;
border: 1px solid #dcdce9;
color: #000000;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
font-weight: bold;
}

.nav-menu
{
width: 780px;
padding: 0px 1px 0px 1px;

}

/* FOOTER */

		#footer {
			clear: both;
			padding: 0px 5px 0px 5px;
			text-align: center;
  background:transparent url(images/footer2_885.png);
  height:99px;
						}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
		margin-top:100px;
			color: #000000;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}
		.copyright {
  font-size:10px;
  line-height:1;
  color:#89817f;
  text-align:center;
   }
   .floatleft {
float: left;
margin: 10px 10px 0px 0px;
padding: 2px;
}
