body {
	margin: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg.gif);
}
h1 {
	font-size: 115%;
	font-weight: bold;
	color: #006699;
}
h2 {
	font-size: 100%;
	color: #006699;
	margin-top: 30px;
}
p {	
	font-size: 90%;
	line-height: 150%;
}
#container {
	margin: 0px auto;
	width: 780px;
	text-align: left;
	background: #fff;
}
#main td.left {
	padding: 0;
	margin: 0;
	vertical-align: top;
	width: 130px;
	background-color: #FBEED9;
	background-image: url(images/bg-tile-left.gif);
	}
#main td.content {
	vertical-align: top;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 20px;	
	background-color: #FFFFFF;
	border-right: solid 1px #CC6600;
	}
.list {
	font-size: 90%;
	line-height: 150%;
}	
.alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.caption {
	font-size: 80%;
	font-style: italic;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #993333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.imgR {
	margin: 0p;
	float: right;
}
.imgL {
	margin: 0px;
	float: left;
}