body {
	background-image:url(images/backgroundBubbles2.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #336699;
	line-height: 20px;
	font-weight: 400;
	margin:0px 0px 0px 0px;
	padding:0px;
}

#main {
	border: 1px solid #330000;
	background-color: #D5E4F4;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	padding:0px;
	width:983px;	

}

#header {
	font-family:Arial, Helvetica, sans-serif;
	width:100%;
	padding-top:3px;
	padding-left:3px;
	color: #FFCC00;
	background-image:url(images/subpage.jpg);
	font-weight: bold;
	font-size: 32px;
	height:158px;
	background-repeat: no-repeat;
	line-height: 36px;
}

#left {
	width:225px;
	float:left;
	padding-left: 2px;
	padding-right:3px;
	padding-bottom:10px;
	background-color:#7BD5F0;
	font-size:12px;
}

#center {
	width:519px;
	float:left;
	font-size: 14px;
	line-height: 20px;
	margin-left:5px;
	padding-bottom:10px;
	clear: none;

}

#right {
	width:220px;
	float:right;
	color:#FFFFFF;
	font-size: 12px;
	padding-left: 3px;
	padding-right:2px;
	padding-bottom:10px;
	background-color:#004BFE;
}

#leftNav {
	color: #00CCFF;
	float:left;
	width:200px;
	font-size: 14px;
	line-height: 14px;
}


#nav {
	text-align:center;
	width:100%;
	background-color:#7FB1DD;
	height:30px;
}




#footer {
	width:100%;
	background-image:url(images/bckgBottom.jpg);
	text-align:center;
	font-size:10px;
}

#box {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:215px;
	padding: 3px;
	margin:3px;
	float: left;
	clear:right;
	background-color:#B4CEEB;
	
	}
#boxright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:230px;
	padding: 3px;
	margin:3px;
	float: right;
	background-color:#B4CEEB;
	
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #7FA2E6;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 14px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	line-height: 14px;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: normal;
	}

a:link {
	color: #3333CC;
	text-decoration: underline;
}
a:visited {
	color: #336600;
	text-decoration: underline;
}

#leftNav a:link {
	color: #3333CC;
	border: 1px outset #0099CC;
	background-color: #80CCFF;
	padding: 3px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	width: 144px;
}	

#leftNav a:visited {
	color: #FFFFFF;
	border: 1px outset #0099CC;
	background-color: #80CCFF;
	padding: 3px;
	text-decoration:none;
	font-size:95%;
	width: 144px;
}	

#leftNav a:hover {
	color:#CCCCCC;
	border: 1px outset #0099CC;
	background-color: #0099FF;
	padding: 2px;
	text-decoration:none;
	font-size:95%;
	width: 144px;
}	


