body
{
	text-align: center;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
	background-color: #FCFCEA;
}
#header {
	background-image: url(images/header.gif);
	height: 164px;
	background-repeat: no-repeat;
}

/* Content */

#content {
	background-image:url(images/contentbg.gif);
	background-repeat:repeat-y;
}
#left {
	float: left;
	width: 180px;
	background-color: #4bb94b;
}
#right {
	float: right;
	width: 600px;
	padding:10px;
}
#right p, td {
	font-size: 0.91em;
	line-height: 1.4em;
}

#right a {
	color: #4bb94b;
	text-decoration: underline;
}
#right a:hover {
	text-decoration: none;
}
.recording {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #aaaaaa;
	padding-top:5px;
	padding-bottom:6px;
	width:100%;
	clear:both;
	min-height:130px;
}

/* Miscellaneous */

.highlight {
	font-size: 18px;
	font-weight: bold;
	color: #4bb94b;
	line-height: 20px;
}
.paragraph {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
.imageleft {
	float:	left;
	padding:	0px 5px;
	margin-right:	5px;
	margin-bottom:	5px;
}
.imageright {
	float:	right;
	padding:	0px 5px;
	margin-left:	5px;
	margin-bottom:	5px;
}
h1 {
	font-size: 1.3em;
	line-height: 2.0em;
	font-weight: normal;
	color: #4bb94b;
}
h2 {
	font-size: 1.2em;
	line-height: 2.0em;
	font-weight: normal;
	color: #4bb94b;
}
h3 {
	font-size: 1.1em;
	line-height: 2.0em;
	font-weight: normal;
	color: #4bb94b;
}

/* Footer */

#footer {
	clear:both;
	height:45px;
	font-size: 0.83em;
	padding-left: 190px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFF66;
	padding-top: 16px;
}
#footer a {
	font-size: 100%;
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
.small {
	font-size: 90%;
	color: #aaaaaa;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.disclaimer {
	font-size: 90%;
	text-align: center;
	word-spacing: 0.1em;
}
