@charset "UTF-8";
body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
}
#outerWrapper {
	margin: 0px auto;
	width: 845px;
}
#header {
	height: 255px;
	background: url(images/logo.jpg) no-repeat;
	padding-left: 215px;
}
#sidebar1 {
	float: left;
	padding: 20px 0px 15px 15px;
	width: 155px;
	margin-top: 15px;
	background: #EDEDED;
}
#sidebar1 ul {
	margin-left: 10px;
}
#sidebar1 li {
	font-size: 13px;
	margin-left: 10px;
	color: #5554A3;
	padding-bottom: 2px;
}
#sidebar1 h1 {
	font-size: 13px;
	color: #5554A3;
}
#sidebar2 {
	float: right;
	width: 160px;
	padding: 15px 10px 15px 20px;
	text-align: left;
	border-left: 1px solid #FEBD3B;
}
#sidebar2 p {
	color: #666666;
	font-size: 11px;
}
#sidebar2 h1 {
	font-size: 14px;
}
#content {
	padding: 0px 10px;
	margin: 0px 190px;
}
#footer {
	height: 50px;
	background: url(images/bg_footer.jpg) repeat-x;
}
#footer p {
	color: #999999;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}
body {
	background: #FFFFFF url(images/body_bg1.jpg) repeat-x;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 13px;
	color: #000000;
}
h1 {
	font-size: 20px;
	color: #FEBD3B;
}
h2 {
	font-size: 16px;
	color: #FEBD3B;
}
a:link {
	color: #5554A3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5554A3;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
table {
	border-collapse: collapse;
}
td {
	text-align: center;
	width: 210px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #514589;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #4F4386;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
