/* CSS Document */

body {margin: 0; padding: 0; font-family: arial, verdana, tahoma; color: #333333; font-size: 12px; text-align: justify; line-height: 17px}

#center {
	width: 100%;
	margin: 0 auto 0 auto;
}

#main {
	width: 855px;
	float: left;
	padding: 52px 0 70px 145px;
}

#maincontainer {
	width: 640px;
	float: left;
}

.top {
	width: 640px;
	padding: 0 0 43px 0;
}

.top ul {
	margin: 0;
	padding: 0;
}

.top ul li {
	list-style: none;
	display: inline;
	padding: 0 10px 0 0;
}

.container {
	width: 630px;
	float: left;
}

.left {
	width: 157px;
	float: left;
}

.left ul {
	margin: 0;
	padding: 0;
}

.left ul  li {
	list-style: none;
	padding: 0 0 17px 0;
}

.right {
	width: 473px;
	float: right;
}

.right ul {
	margin: 0;
	padding: 0;
}

.right ul li {
	list-style: none;
	padding: 0 0 15px 0;
	text-indent: 30px;
}

.right ul li ul {
	margin: 0;
	padding: 0;
	color: #333333;
}

.right ul li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.red {
	color: #CC0000;
	font-weight: bold;
}

.orange {
	color: #FF6600;
	font-weight: bold;
}

.yellow {
	color: #CC9900;
	font-weight: bold;
}

.lgreen {
	color: #83B783;
	font-weight: bold;
}

.green {
	color: #339900;
	font-weight: bold;
}

.sky {
	color: #00CCFF;
	font-weight: bold;
}

.blue {
	color: #0033FF;
	font-weight: bold;
}

.lilac{
		color:#C8A2C8;
		font-weight: bold;
}

.violet {
	color: #9900FF;
	font-weight: bold;
}

.violet a:link {color: #9900FF; text-decoration: none}