@charset "UTF-8";
@import "reset.css";
body {
	background-color: #D9D9D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	padding-bottom: 10px;
	line-height: 16px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #391d80;
	padding-bottom: 10px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 947px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #391d80;
	border-left-color: #391d80;
	overflow: auto;
}
#content #oneColumn a {
	color: #391d80;
}
#nav li {
	display: inline;
	list-style-type: none;
}
#spacer {
	height: 36px;
	width: 947px;
}
#content  {
	background-color: #FFFFFF;
	width: 947px;
}
#content #rtColumn {
	text-align: center;
	float: right;
	width: 270px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000000;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 35px;
}
#copyright {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 10px;
}
#content #ltColumn {
	float: left;
	width: 440px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 135px;
	background-color: #FFFFFF;
}
#content #oneColumn {
	padding-right: 135px;
	padding-left: 135px;
	padding-bottom: 25px;
}
#content #oneColumn img {
	padding-bottom: 10px;
	padding-left: 15px;
}
#content #oneColumn ul {
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: -10px;
}
#content #oneColumn li {
	padding-left: 10px;
	list-style-type: circle;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	margin-left: 20px;
}
#content    #oneColumn    ul    .second   {
	padding-left: 20px;
	list-style-type: square;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFFFFF;
	background-image: url(../images/foorterbar.gif);
	height: 25px;
	width: 929px;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 20px;
	clear: both;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer img {
	padding-right: 8px;
	padding-left: 8px;
}
