body {
	background: url(bg.gif);
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: georgia, times, times new roman, serif;
	font-size: 10pt;
}

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

#container {
	background: url(contentbg.gif);
	width: 536px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	width: 536px;
}

#content {
	width: 521px;
}

img {
	border: none;
}

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

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

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

h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 16pt;
	border-left: 15px solid #0C6C94;
	padding-left: 20px;
	background: #EFFAFF;
}

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

blockquote {
	padding: 5px;
	border: 1px dashed #0C6C94;
	background: #EFFAFF;
}

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

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