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

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

#header {
	width: 770px;
	height: 140px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

#container {
	width: 770px;
	margin: 0 auto 0 auto;
	text-align: left;
	background: url(img/header-all.jpg) no-repeat;
}

#sidebar {
	width: 240px;
	margin-right: 35px;
	float: left;
	margin-left: 4px;
	padding-top: 250px;
	color: white;
}

#content {
	width: 470px;
	float: left;	
}

#footer {
	width: 770px;
	margin: 0 auto 0 auto;
	background: #000C0C;
	color: #ffffff;
	font-weight: bold;	
	font-size: 8pt;
	border-top: 1px solid #141E1F;
}

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

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

.sidebarbutton {
	background-color: #A1AF00;
}

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 #005F56;
	color: black;
	text-transform: uppercase;
}

#sidebar h1, #sidebar h2, #sidebar h3 {
	color: white;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 16pt;	
}

h3 {
	font-size: 12pt;	
}

#sidebar h1 {
	font-size: 14pt;
}

blockquote {
	background: #2F2F2F;
	padding: 10px;
	border-right: 4px solid #BFCF00;
	border-left: 4px solid #BFCF00;
	color: white;	
}

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

a {
	color: #A1AF00;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color: #A1AF00;
}
a:hover {
	color: #BFCF00;
	text-decoration: none;
}