* {
	margin: 0;
	padding: 0;
}
a { 
	text-decoration: none;
	color: #6af;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
body {
	background: #252b2a url(../img/body.gif) repeat-x;
	font: 13px verdana;
	color: #badae3;
}
p {
	margin: 15px 0;
	line-height: 140%;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 177px;
	background: url(../img/header.jpg);
}
#menubar {
	height: 55px;
	background: url(../img/menubar.gif);
	position: relative;
}
#menu {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 51px;
	overflow: hidden;
}
#menu ul {
	list-style: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	padding: 15px 20px 14px 20px;
	text-align: center;
	background: url(../img/tab.gif);
	font: bold 12px arial;
	text-transform: uppercase;
	color: #333;
}
#menu li a:hover {
	background-position: 0px -47px;
	padding: 13px 20px 16px 20px;
	color: #000;
	text-decoration: none;
}
#menu li a.current, #menu li a.current:hover {
	color: #6af;
}
#main {
	width: 960px;
	margin:0 auto;
}
#left ul {
	margin: 20px 30px;
	list-style: none; 
}
#left li {
	margin: 7px 0;
	padding-left: 20px;
	background: url(../img/bullet.gif) no-repeat;
}
#right {
	float: right;
	width: 340px;
	display: inline;
}
#left {
	width: 600px;
	margin-right: 350px;
}
#footer {
	clear: both;
	height: 40px;
	margin-top: 30px;
	background: url(../img/footer.gif);
	position: relative;
}
#copyright {
	position: absolute;
	top: 13px;
	left: 0px;
	width: 1000px;
	text-align: center;
	color: #6af;
	font: bold 11px tahoma;
}
table.t1 {
	border-collapse: collapse;
}
table.t1 td {
	padding: 10px 10px;
	margin: 0;
}
tr.odd { background: #111 !important; }
tr.odd { background: #303636 !important; }
tr.headertr { font: bold 10px verdana; background: #6af; color: #000}
h1 { font: bold 24px arial; color: #4bf; padding: 10px 0;}
h2 { font: bold 19px arial; color: #4bf; padding: 10px 0;}
h3 { font: bold 15px arial; color: #4bf; padding: 10px 0;}
h4 { font: bold 15px arial; color: #badae3; padding: 10px 0; line-height: 150%;}
em { font-style: normal; font-weight: bold; color: #caeaf3; }
td.label { text-align: right; padding: 6px 20px; }
input.i1, select.i1, textarea.i1 {
	background: #1f2221 !important; 
	color: #fff !important;
	border: 2px solid #333;
	font: 13px verdana;
	padding: 2px;
}
textarea.i1 {
	overflow: auto;
}
p.pointer {
	padding-left: 10px;
	border-left: 10px solid #00adff;
}
input.i2 {
	padding: 4px 20px;
}
