@charset "UTF-8";
/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#container {
	height: 100%;
	width: 96.3em;
	margin-right: auto;
	margin-left: auto;
}
#leftArrow {
	margin-right: 4em;
}
#leftColumn {
	float: left;
	height: 100%;
	width: 15em;
	padding-top: 20em;
	font-size: 1em;
	line-height: 1.5em;
}
#rightColumn {
	float: left;
	height: 100%;
	width: 15em;
	padding-top: 6.6em;
}
#centerColumn {
	float: left;
	height: 100px;
	width: 63.1em;
	padding-top: 9em;
	margin-right: 2em;
}
.centerText {
	margin-top: auto;
	margin-bottom: auto;
}
.description {
	text-align: center;
	width: 100%;
	margin-top: 3em;
}

.description a {
	text-decoration:underline !important;
}

.description span {
	color: #993366;
}

#pstar {
	margin-bottom: 8em;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990033;
	font-weight: bold;
}
#rightArrow {
	margin-left: 4em;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:visited:hover {
	color: #990033;
	text-decoration: none;
}

#leftArrow, #rightArrow {
vertical-align: middle;
}