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

#header {
	position: absolute;
	width: 741px;
	height: 300px;
}

#content {
	position: absolute;
	width: 741px;
	margin-top: 300px;
}

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

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

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

img {
	border: none;
}

ul {
	list-style: none;
	padding-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: #DFFFF6;
	text-decoration: underline;
}

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

h2 {
	font-size: 18pt;
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	border-bottom: 2px solid #D4FBFA;
	border-left: 5px solid #BBF1F3;
	font-family: times new roman, times, serif;
	font-weight: bold;
	text-transform: lowercase;
	background: #89E5CC;
}

h3 {
	font-size: 14pt;
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	border-bottom: 1px solid #D4FBFA;
	border-left: 3px solid #BBF1F3;
	font-family: times new roman, times, serif;
	font-weight: bold;
	text-transform: lowercase;
	background: #89E5CC;
}

textarea, select, input {
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	padding: 2px;
	border: 1px solid #89E5CC;
	color: black;
	background: #DFFFF6;
}

blockquote {
	padding: 5px;
	background: #89E5CC;
	margin-left: 15px;
	margin-right: 15px;
	color: #000000;
}

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

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

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