* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 0px;
	font: Arial, Helvetica, sans-serif;
}

body {
	margin: 10px 0;
	background: #FFFFFF;
	font: normal small Trebuchet, Arial, Helvetica, sans-serif;
}

.box {
}

#sidebar .box .title h2 {
	background: url(title_left.gif) no-repeat left top;
}

#sidebar2 .box .title h2 {
	background: url(title_right.gif) no-repeat right top;
}

.box .title {
	background: #3377EE url(title_body.gif) repeat-x;
}

.box .title h2 {
	height: 28px;
	padding: 12px 0 0 20px;
	text-transform: uppercase;
	font-size: 1em;
	color: #EEEEFF;
}

.box .content {
	padding: 10px;
	border-top: 1px solid #FFFFFF;
	background: url(bg.gif) repeat-x;
}

#content {
	width: 980px;
	margin: 0 auto;
	padding: 10px;
	border-top: 1px solid #FFFFFF;
}

p, ul, ol {
	margin-bottom: 1.5em;
	padding: 4px 0;
	line-height: 1.65em;
	text-align: left;
}

ul {
	margin-left: 3em;
}

ul li {
}

ul {
	margin: 0;
	list-style: none;
}

ul li, p {
	line-height: normal;
	font-size: .8em;
	margin-bottom: .5em;
}

a {
	text-decoration: underline;
	color: #007700;
}

a:hover {
	text-decoration: none;
	color: #ee8822;
}

#main {
	float: left;
	width: 530px;
	padding-left: 10px;
}

#sidebar {
	float: left;
	width: 190px;
	text-align: left;
}

#sidebar2 {
	float: left;
	width: 240px;
	padding-left: 10px;
}