body {
	background: #F8FFD6 url(img/bgtile.gif) repeat-x;
	background-position: top center;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;
}

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

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

#header {
	position: absolute;
	width: 770px;
	height: 271px;
}

#content {
	position: absolute;
	width: 770px;
	margin-top: 271px;
}

#spacerleft {
	float: left;
	width: 12px;
}

#leftcol {
	float: left;
	width: 291px;
	background: url(img/sidebarbg.gif);
	border-bottom: 1px solid #6990B3;
	margin-bottom: 20px;
}

#spacermiddle {
	float: left;
	width: 15px;
}

#rightcol {
	float: left;
	width: 394px;
	background: url(img/contentbg.gif);
	border-bottom: 1px solid #825C2E;
	margin-bottom: 20px;
}

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

img {
	border: none;
}

#at0mica {
	position: absolute;
	top: 0px;
	left: 0px;
}

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: #ffffff;
	text-decoration: underline;
}

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

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

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

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

h2 {
	font-size: 20pt;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	font-family: "times new roman", arial, serif;
	font-style: italic;
}

h3 {
	font-size: 16pt;
	color: #000000;
	text-align: center;
	border-bottom: 1px solid #ffffff;
	font-family: "times new roman", arial, serif;
	font-style: italic;
}

textarea, select, input {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	border: 1px solid #825C2E;
	background: #ffffff;
	margin-left: 10px;
}

blockquote {
	padding: 5px;
	background: #F4C074;
	margin-left: 15px;
	margin-right: 15px;
	color: #000000;
	border: 1px solid #825C2E;
}

p {
	margin-left: 10px;
	margin-right: 10px;
}
