body {
	font:11pt "Century Gothic";
	background-image:url('/img/bg.gif');
	background-attachment:fixed;}
a:link, a:visited {
	text-decoration:none;
	color:blue;}
a:hover {
	color:darkblue;}
#mainContainer {
	margin:0 auto;
	text-align:center;}
#head {
	background-image:url('/img/header.png');
	text-align:center;
	height:152px;
	margin:0 auto;
	width:902px;}
#nav {
	background-image:url('/img/navbg.gif');
	height:34px;
	width:900px;
	line-height:30px;
	text-align:center;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin:0 auto;}
.navlink a {
	font-size:12pt;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	width:100px;}
.navlink a:hover {
	color:#000;}
.bottomlink a {
	color:lightblue;}
.bottomlink a:hover {
	color:#fff;}


#container {
	width:900px;
	margin:0 auto;
	clear:both;
	background:#ccccff;
	border:1px solid #000;
	border-bottom:none;
	}
#content {
	width:240px;
	float:left;
	margin:0 auto;
	border-bottom:none;
	background:#ccccff;
	padding:5px;
	min-height:600px;}
#content2 {
	width:639px;
	border-left:1px solid #000;
	float:left;
	margin:0 auto;
	background:#ccccff;
	padding:5px;
	min-height:600px;}
#fakeout {
	clear:both;
	visibility:hidden;
}
#bottom {
	clear:both;
	width:902px;
	margin:0 auto;
	height:47px;
	background-image:url(/img/footer.png);
	background-color:none;
	color:#fff;
}

p {
 padding:0px;
 text-align:center;
}

h1 {
 padding:0px;
 font-size:15pt;
 font-weight:bold;
}

h2 {
 font-size:13pt;
 padding:0px;
 text-decoration:underline;
 font-weight:normal;
}

ul {
 text-align:left;
}

.emailimg {
 vertical-align:text-bottom;
} 