#container {
	visibility: hidden;
}
#content {
	visibility: visible;
}
#splash #content {
	padding: 0px;
}
img {
	border: 0px;
}
form {
	padding: 0px; margin: 0px;
}
#box1 {
	background: #2c2c2c url("images/box1.gif") no-repeat;
	width: 276;
	color: white;
}
#box2 {
	background: #2c2c2c url("images/box2.gif") no-repeat;
	width: 272;
	color: white;
}
#box3 {
	background: #2c2c2c url("images/box3.gif") no-repeat;
	width: 252;
	color: white;
}
blockquote {
	margin: 0px;
	padding: 0 0 10px 40px;
}
h1, h2, h3 {
	color: #e91c39;
	font-family: "century gothic", "trebuchet ms", arial;
	font-size: 18px;
	margin: 0px; padding: 0px;
}
h1 {
	margin: 0 0 8px 0;
}
h2, h3 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
	color: black;
}
#splash h1 {
	margin: 8px 0 0 16px;
}
#content, #content td {
	
	font-size: 12px;
	font-family: arial;
}

#splash p {
	text-align: left !important;
	padding: 4px 16px 0px 16px;
	margin: 0px;
}
p {
	text-align: justify !important;
	margin: 0px; padding: 0 0 10px 0;
}
#content {
	padding: 32px;
}
#splash #content {
	background-color: #2c2c2c;
	padding: 0px;
}
#top {
	visibility: visible;
	background-image: url("images/top.gif");
	color: white;
	text-align: right;
	font-size: 10px;
	font-family: verdana, arial;
	height: 14px;
	padding-right: 8px;
}
.page_controls {
	visibility: hidden;
}
.highlight {
	background-color: #e91c39;
}
#content ul {
	list-style-type: square;
	list-style-image: url("images/bullet.gif");
	list-style-position: outside;
}
#content ul ul {
	list-style-type: disc;
	list-style-image: url("images/subbullet.gif");
	list-style-position: outside;
}