/* body */
body {
	font-family: verdana,tahoma,sans-serif;
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #000000 url(/img/main.gif) repeat-y center;
}

a,a:hover {
	color: #000000;
}

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(/img/logo.jpg);
}

/* headerright (menu) */
div.headerright {
	width: 250px;
	margin:0px;
	padding: 0px;
	overflow: hidden;
	height: 175px;
	float: left;
	background: url(/img/right.gif);
	
}

div.headerright ul {
	font-family: verdana,tahoma,sans-serif;
	margin: 20px 20px 20px 40px;
	padding: 0px;
	list-style-type: none;
	color: #ffffff;
	font-weight: lighter;
	font-size: 25px;
}

div.headerright a {
	text-decoration: none;
	color: #ffffff;
}
div.headerright a:hover {
	margin-left: 10px;
}



/* 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: verdana,arial,sans-serif;
	color: #880000;
	font-weight: lighter;
	font-size: 20px;
}

div.leftitem h3 {
	font-family: arial,verdana,sans-serif;
	color: #880000;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-size: 15px;
	
}

div.leftitem p {
	font-size: 13px;
	font-weight: lighter;
}

div.leftitem h3 a {
	text-decoration: none;
	font-weight: lighter;
}


div.leftitem a {
	color: #880000;
}

div.leftitem a:hover {
	text-decoration: none;
}

div.mainright {
	width: 400px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #f9f9f9;
	float: left;
}

div.rightitem {
	margin: 10px;
	color: #747474;
}

div.rightitem h3 {
	font-family: verdana,arial,sans-serif;
	color: #c7c7c7;
	font-size: 20px;
	font-weight: lighter;
}

div.rightitem p {
	font-size: 13px;
	font-weight: lighter;
}

div.rightitem a {
	color: #747474;
	font-weight: lighter;
}

div.rightitem a:hover {
	text-decoration: none;
}

table.rightitem {
	width: 100%;
	overflow: hidden;
	font-size: 13px;
	font-weight: lighter;
}

td.rightitem {
	width: 50%;
}

td.step {
	background: #880000;
	color: #ffffff;
	font-size: 13px;
	font-weight: lighter;
}

td.desc {
	background: #ffffff;
	color: #000000;
	font-size: 13px;
	font-weight: lighter;
}
