/* body */
body {
	font-family: arial,sans-serif;
	font-size: 14px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #000000 url(/bg.gif) repeat-y center;
}

a,a:hover {
	color: #0000ff;
	font-weight: bold;
}

div.border {
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 900px;
	margin: 0px auto 0px auto;
	text-align: left;
}

/* header */
div.header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	overflow: hidden;
	height: 175px;
	background-color: #000000;
}

/* headerleft (logo) */
div.headerleft {
	width: 650px;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	height: 175px;
	float: left;
	background: url(/logo.jpg);
}

/* headerright (menu) */
div.headerright {
	width: 250px;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	height: 175px;
	float: left;
	background: url(/right.gif);
	
}

div.headerright ul {
	font-family: impact, "arial black", sans-serif;
	margin: 20px;
	padding: 0px;
	list-style-type: none;
	color: #ffffff;
	font-size: xx-large;
	font-weight: bold;
	line-height: 95%;
	
}

div.headerright a {
	text-decoration: none;
	color: #ffffff;
}
div.headerright a:hover {
	margin-left: 20px;
}



/* main */
div.main {
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	overflow: hidden;
}

div.mainleft {
	width: 500px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
}

div.leftitem {
	margin: 10px;
	clear: both;
}



div.leftitem h2, div.leftitem h1 {
	font-family: impact, "arial black", sans-serif;
	color: #00ddcc;
}

div.leftitem h3 {
	font-family: arial,verdana,sans-serif;
	color: #00ddcc;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

div.leftitem h3 a {
	text-decoration: none;
}


div.leftitem a {
	color: #0000ff;
}

div.leftitem a:hover {
	text-decoration: none;
}

div.mainright {
	width: 400px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #ebebeb;
	float: left;
}

div.rightitem {
	margin: 10px;
	color: #888888;
}

div.rightitem h3 {
	font-family: impact, "arial black", sans-serif;
	color: #0055ff;
}

div.rightitem a {
	color: #0000ff;
}

div.rightitem a:hover {
	text-decoration: none;
}

div.rightitem table {
	width: 100%;
	overflow: hidden;
}

div.rightitem td {
	width: 50%;
}

td.step {
	background-color: #0055ff;
	color: #ffffff;
	font-weight: bold;
}

td.desc {
	background-color: #00ddcc;
	color: #ffffff;
	font-weight: bold;
}
