@charset "UTF-8";
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background: #f4f2d1;
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	color: #593502;
}

table tr td { vertical-align:top; }
tr.even td { background-color:#e6e6e6; }
tr.odd td { background-color:#fff; }

em { font-style:italic; }
strong { font-weight:bold; }

a { color: #724300; }
a:visited { }
a:hover { }
a:active { }

.noBorder { border:none; text-decoration:none; }

h1 { font-size:18px; font-weight:bold; }
h2 { font-size:13px; font-weight:bold; }

.floatRight { float: right; }
.floatLeft { float: left; }
.clearFloat { clear:both; }

div#container { width: 960px; margin: 0 auto; text-align: center; }
div.leftCol { float:left; width:675px; }
div.rightCol { float:right; width:250px; padding-top:80px; }

table.info { margin:0 auto; }
table.info tr td { text-align:center; padding:5px; }

.size14 { font-size:14px; }

.rightColImage { margin-bottom:30px; float:right; }

#poster { background:url(/images/poster_bkg.jpg) no-repeat; height:377px; width:700px; margin-top:40px; text-align:left; padding:545px 0 0 10px; font-size:13px; }
#poster ul { margin-top:10px; }
#poster ul li { list-style-type:disc; margin:0 0 7px 20px; }
