body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	padding-top: 0px;
	padding-left: 0px;
	color: #333333;
	background: #FFFFFF;
}

#mainpage {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

.contentleft {
	margin-left: 60px;
	margin-top: 30px;
	width: 330px;
	border: 1px none #6bffdd;
}

.contentleftnopad {
	margin-left: 60px;
	margin-top: 10px;
	width: 330px;
	border: 1px none #6bffdd;
}

.contentleft p {
	margin-top: 0px;
}

.contentright {
	margin-top: 40px;
	float: right;
	border: 1px none #333333;
	padding-top: 100px;
	width: 360px;
}

.contentrightnews {
	float: right;
	border: 1px none #333333;
	padding-top: 10px;
	width: 360px;
}

.textBoldRed {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #660033;
}

#links {
	border: 1px none #99CC66;
	margin-top: 30px;
}

#footer {
	clear: both;
}

.leader {
	color: #333333;
	font-weight: bold;
	line-height: 18px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	list-style-position: outside;
	list-style-type: disc;
	padding: 0px;
	vertical-align: middle;
	list-style-image: url(../images/bullet.gif);
}

a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #660033;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #660033;
	text-decoration: none;
}