body{
	margin: 0px;
	padding: 0px;
	background: #CCCCE5 url(images/goodlifebg.gif) repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, p{
}
h1{
	font-size: 150%;
	font-weight: normal;
	color: #666699;
}
h2, .h2{
	font-size: 150%;
	font-weight: normal;
	color: #006699;
}
p, li{
	font-size: 10pt;
	line-height: 170%;
}
a{
	color: #6699CC;
	font-weight: bold;
}
a:hover{
	color: #336699;
}
b{
	color: #006699;
}
img{
	display: block;
	border: 0px;
}

#headerbg{
	width: 100%;
	background: #9999CC url(images/headerbg.gif) repeat-x;
}
#header{
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" ); /* IE Max-Width Hack */
}
#logo{
	width: 200px;
}
#quote img{
	margin: 0px auto;
}
#header_image{
	width: 180px;
	padding-right: 20px;
}

#navigation{
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#body{
	max-width: 1000px;
	width:expression(document.body.clientWidth > 1000? "1000px": "auto" ); /* IE Max-Width Hack */
}
#side_column{
	width: 164px;
	width: 190px;
	padding-top: 30px;
	background: url(images/circbtm.gif) no-repeat top left;
}
#side_column img{
	margin-bottom: 20px;
}
#pagetitle{
	margin: 0px 20px 0px auto;
}
#content td{
	width: 50%;
}


.event{
	margin: 20px;
	padding: 10px;
	background-color: #D9D9F0;
	border: 1px solid #FFFFFF;
}
.event p{
	margin: 10px;
}
.articletitle{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #666699;
}

#footer{
	margin-left: 93px;
	background: #9999CC;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
}
#footer p{
	margin: 10px;
	max-width: 926px;
	font-size: 8pt;
}
#footer b{
	color: #FFFFFF;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#credit{
	margin: 10px;
	margin-left: 94px;
	max-width: 926px;
	font-size: 8pt;
	color: #9999CC;
	text-align: center;
}
#credit a{
	color: #9999CC;
}