body {
	margin: 0px;
	padding: 0px;
	background: #525252;
	font-family: times new roman, times, serif;
	font-size: 11pt;
	color: #AFAB99;
	text-align: center;
}	

* {
	margin-top: 0px;
	padding: 0px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 681px;
	text-align: left;
}

#header {
	position: absolute;
	width: 681px;
	height: 293px;
}

#content {
	position: absolute;
	margin-top: 255px;
}

#leftcol {
	float: left;
	width: 220px;
}

#spacer {
	width: 10px;
	float: left;
}

#rightcol {
	float: left;
	width: 451px;
	margin-top: 10px;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin-left: 15px;
}

ul li {
	background: url(img/bullet.gif) no-repeat;
	background-position: center left;
	padding-left: 21px;
}

a.newwin {
	background: url(img/icon_world.gif) no-repeat;
	padding-right: 16px;
	background-position: center right;
}

#rightcol h2 {
	font-family: courier new, times new roman, times, serif;
	font-size: 20pt;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: white;
	border-bottom: 1px dotted #CBA536;
	padding-left: 45px;
	background: url(img/h2bg.gif);
	line-height: 45px;
	height: 45px;
	text-align: bottom;
}

#rightcol h3 {
	font-family: courier new, times new roman, times, serif;
	font-size: 16pt;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: white;
	border-bottom: 1px dotted #CBA536;
	padding-left: 20px;
}

#leftcol h2 {
	background: #2F250C;
	font-family: courier new, times new roman, times, serif;
	font-size: 10pt;
	text-transform: uppercase;
	color: #CBA536;
	padding-left: 20px;
}

a:link {
	font-weight: bold;
	font-style: underline;
	color: #E4DABC;
}

a:visited {
	font-weight: bold;
	font-style: underline;
	color: #CBA536;
}

blockquote {
	background: #2F2F2F;
	padding: 6px;
}

textarea, select, input {
	background: #2F2F2F;
	padding: 1px;
	font-family: times new roman, times, serif;
	font-size: 11pt;
	border: 1px dotted #CBA536;
	color: #AFAB99;
}
