body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	background-repeat: repeat-y;
	background-image: url(../images/background.gif);
}
.date {
	color:#999999;
	font-size: 0.8em;
	margin-left: 230px;
	}
/* left column styles */
#left {
	padding-left: 10px;
	padding-right: 10px;
	/*background-color: #dbc9c7;*/
	}

/* div id=nav .... navigation menu on left */
#nav {
	padding-top: 10px;
	padding-bottom: 20px;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#nav li {
	background: url(../images/bullet.gif) no-repeat 0 30%;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 80%;
	}
.address {
	font-size: 70%;
	line-height: 120%;
	}
.corp {
	font-size: 70%;
	line-height: 150%;
	}
/* links look */
a {
	text-decoration: none;
	}
a:link {
	color:#660033;
	}
a:visited {
	color:#663366;
	font-style:italic;
	}
a:hover {
	text-decoration: underline;
	color: #6600CC;
	}
a:active {
	text-decoration: underline;
	}

/* div id=main */
#main {
	margin-top: 0.5em;
	width: 500px;
	}
/* main styles: fonts */
h1, h2, h3 {font-family: Geneva, Arial, Helvetica, sans-serif;color: #003366;}
#main h1 {font-size: 1.5em; font-weight: bold;}
#main h2 {font-size: 1.25em;}
#main h3 {font-size: 1em;}
#main p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em; 
	line-height: 1.5em;
	}

/* main lists */
#main li {
	font-size: 0.8em; 
	line-height: 1.25em;
	margin-bottom: 1em;
	}
/* banner headlines on home page */
#main p.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #FF0033;
	text-align: center;
	border: dashed 2px #006699;
	padding: 10px;
	}
.special {
	color: #006699;
	font-weight: bold;
	}	
.title {
	font-weight: bold;
	border-bottom: #000000 solid 1px;
	}
