A:link {font:  Verdana; text-decoration: none; font-weight:bold; color: #555; font-size:10pt;}
A:visited {font:  Verdana; text-decoration: none; font-weight:bold; color: #555; font-size:10pt;}
A:active {font:  Verdana; text-decoration: none; font-weight:bold; color: #333; font-size:10pt;}
A:hover {font:  Verdana; text-decoration: none; font-weight:bold; color: #333; font-size:10pt;}

.nav A:link {text-decoration: none; font-weight:bold; color: #fff; font-size:10pt;}
.nav A:visited {text-decoration: none; font-weight:bold; color: #fff; font-size:10pt;}
.nav A:active {text-decoration: none; font-weight:bold; color: #fff; font-size:10pt;}
.nav A:hover {text-decoration: none; font-weight:bold; color: #fff; font-size:10pt;}


body{

	font-family: arial;
	color: #000;
	margin: 0;
	font-size: 12pt;
	background-image: url('images/BG.jpg')
}

H1 {

margin: 0px;
padding: 0px;
font-size: 16px;

}

#container{
   
	
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	background-image: url('images/body_bg.gif');
	background-repeat: repeat;

}

#header{
	margin-top: 0px;
	width: 750px;
	height: 95px;
	
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
}

#nav{
	
	margin-top: 0px;
	height: 31px;
	width: 750px;
	background-image: url('images/nav.gif');

}
#body{
	
	background-image: url('images/body_bg.gif');
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 750px;
	font-size: 12px;
	
}

#text{
	padding: 5px;
	border: #000066 1px solid;
	margin-left: 240px;
	background-color: #f5f5f9;
	margin-bottom: 20px;
	
	margin-top: 0px;

	width: 490px;
	
}

#leftContent{
	float: left;
	background-color: #9696b8;

	margin-top: 0px;
	width: 230px;

	
}

#content{
	

	margin-top: 0px;
	width: 700px;
	
}

#footer{

	text-align: center;
	margin-top: 0px;
	background-image: url('images/footer.gif');
	height: 109px;
}
	
	img.floatLeft { 
    float: left; 
    margin: 0px; 
	
}