body {
	background: #754626;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: white;
}

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

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

#header {
	position: absolute;
	width: 749px;
	height: 199px;
	text-align: center;
}

#content {
	position: absolute;
	width: 749px;
	margin-top: 199px;
}

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

#rightcol {
	float: left;
	width: 530px;
	margin-left: 12px;
}

.center {
	text-align: center;
	margin: 0 auto 0 auto;
}

img {
	border: none;
}

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

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

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

a:link {
	font-weight: bold;
	color: #FF3E2F;
	text-decoration: underline;
}

a:visited {
	font-weight: bold;
	color: #CF3226;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

h1, h2, h3 {
	color: #FF3E2F;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	font-family: "times new roman", serif;
	font-weight: bold;
}

h2 {
	font-size: 20pt;
}

h3 {
	font-size: 16pt;
}

textarea, select, input {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	border: 1px solid #FF3E2F;
	background: #5A321A;
	color: white;
}

blockquote {
	padding: 5px;
	background: #5A321A;
	margin-left: 15px;
	margin-right: 15px;
	color: #ffffff;
	border-right: 2px solid #FF3E2F;
	border-left: 2px solid #FF3E2F;
}
