body {
	background: #CC4867;
	background-position: top center;
	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: 674px;
}

#header {
	position: absolute;
	width: 674px;
	height: 350px;
}

#content {
	position: absolute;
	width: 674px;
	margin-top: 350px;
}

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

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

img {
	border: none;
}

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

ul {
	list-style: none;
}

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

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

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

h2 {
	font-size: 16pt;
	color: #FFCEBF;
	padding-left: 25px;
	border-bottom: 1px solid #E8686C;
}

h3 {
	font-size: 12pt;
	color: #FFCEBF;
	padding-left: 15px;
	border-bottom: 1px solid #E8686C;
}

textarea, select, input {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	border: 1px solid #FFCEBF;
	background: #E8686C;
}

blockquote {
	padding: 5px;
	background: #E8686C;
	margin-left: 15px;
	margin-right: 15px;
	color: #7F2F33;
}
