/* CSS Document */
body {
	background-color:		#FFFFFF;
	font-family:			"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
}
a:link {
color:						#340299;
text-decoration:			none;
}
a:hover {
color:						#340299;
text-decoration:			underline;
}
a:visited {
color:						#340299;
text-decoration:			none;
}
#top {
	margin-top:				-15px;
	margin-left:			0px;
	margin-right:			0px;
	background-color:		#FFFFFF;
	min-width:	            620px;
}
#header {
	text-align:				center;
	
	height:					194px;
}
#title {
	text-align:				center;
	margin-top:				-194px;
	background-image:		url(images/sky_f2.jpg);
	background-position:	center;
	background-repeat:		repeat-x;
}
#container {
	background-image:		url(images/bottom_middle.jpg);
	background-repeat:		repeat-x;
	background-position:	bottom;
}
#content {
	padding-left:	        20px;
	padding-right:	        20px;
}
#menu {
	text-align:				center;
}
#FWTableContainer1206232422 {
	text-align:				center;
}
#centermenu {
	margin-left:			auto;
	margin-right:			auto;
}
h1 {
	font-style:				italic;
	color:					#0F4CA7;
}
h2 {
	font-style:				italic;
	color:					#0F4CA7;
	font-size:				120%;
	margin-bottom:			-19px;
}
.bluecolor {
	font-weight:			bold;
	color:					#0F4CA7;
	text-align:				center;
}
.floatright {
	float:					right;
	padding-left:	        10px;
}
.floatleft {
	float:					left;
	padding-right:	        10px;
}
p {
	text-align:				justify;
}