body {
	background: #00272F url(img/bgtile.gif);
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: white;
}

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

#header {
	width: 601px;
	height: 378px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

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

#content {
	float: left;	
}

#footer {
	text-align: center;
	background: #000000;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;	
	font-size: 8pt;
	border-right: 5px solid #25a4dd;
	border-left: 5px solid #25a4dd;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;	
}

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

.sidebarbutton {
	background-color: #25a4dd;
}

img {
	border: none;
}

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

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

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

h1, h2, h3 {
	border-bottom: 1px dotted #A85ACF;
	color: #25a4dd;
	font-family: "arial", serif;
	font-weight: bold;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;	
}

h3 {
	font-size: 12pt;	
}

blockquote {
	background: #000000;
	padding: 10px;
	border-right: 5px solid #25a4dd;
	border-left: 5px solid #25a4dd;
	color: white;
}

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

a {
	color: #25a4dd;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #3ac8ec;
	text-decoration: none;
}