body {
	margin: 0;
	text-align: center;
	background: #a1d7e2;
	color: #0088ab;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

h1 {
	font-size: 150%;
	}

h2 {
	font-size: 130%;
	font-style: italic;
	}
	
h2 {
	font-size: 120%;
	}

#container {
	width: 780px;
	margin: 0px auto;
	background-color: white;
	text-align: center;
	padding: 0px;
}

#leftimg {
	background-image: url(ph.gif);
	float: left;
	margin: 0px 0px 0px 5px;
	width: 80px;
	height: 80px;
}

#rightimg {
	background-image: url(ph.gif);
	float: right;
	margin: 0px 5px 0px 0px;
	width: 80px;
	height: 80px;
}

#top {
	background: url(fmsg-hdr.gif) no-repeat 0 0;
	width: 780px;
	height: 180px;
}

#title h1{
	display: block;
	line-height: 70px;
	font-size: 50px;
	text-align: center;
}

#main {
	background-color: #fff;
	width: 780px;
	text-align: center;
}

#leftcol {
	display: block;
	padding: 5px;
	margin: 10px 5px 5px 10px;
	background-color: #fff;
	float: left;
	width: 350px;
	text-align: left;
}

#rightcol {
	display: block;
	padding: 5px;
	margin: 10px 10px 5px 5px;
	background-color: #fff;
	float: right;
	width: 350px;
	text-align: left;
}

img.left {
	float: left;
	margin: 0px 5px 0px 0px;
}

img.right {
	float: right;
	margin: 0px 0px 0px 5px;
}

#footer {
	display: block;
	clear: both;
	background: #f26028;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
}
#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.bullettext {
	color: #f26028;
}

.titletext {
	color: #f26028;
	font-weight: bold;
}

.quotetext {
	color: #84a1a1;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	border: solid #84a1a1 1px;
	padding: 10px;
	font-weight: bold;
}