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

body {
	color: #999999;
	font: 14px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	background-color: black;
	text-align: center;
}

h1 {
	color: white;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #999999;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}

hr {
	border: 0;
	width:  440px;
	color: #999999;
	background-color: #999999;
	height: 2px;
	text-align: center;
}
.hrNarrow {
	border-width: 0;
	width:  320px;
	color: #999999;
	background-color: #999999;
	height: 2px;
	text-align: center;
}

a:link {
	color: #3399ff;
	text-decoration: none;
}
a:visited {
	color: #3399ff;
	text-decoration: none;
}
a:hover {
	color: #ff7719;
	text-decoration: none;
}
a:active {
	color: #ff7719;
	text-decoration: underline;
}

#homeLink a:link {
	color: white;
	text-decoration: none;
}
#homeLink a:visited {
	color: white;
	text-decoration: none;
}
#homeLink a:hover {
	color: #ff7719;
	text-decoration: none;
}
#homeLink a:active {
	color: #ff7719;
	text-decoration: underline;
}

#description {
	width:  440px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	line-height: 20px;
}
#descriptionNarrow {
	width:  320px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	line-height: 20px;
}
.descriptionBOLD {
	font-weight: bold;
	color: white;
}
.descriptionSmall {
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}
#descriptionBOLDcenter {
	width:  320px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
	line-height: 20px;
}

ul {
	padding-left: 0px;
	margin-left: 16px;
}
li{
	padding-bottom: 6px;
}

.outerborder {
border-style: solid;
border-width: 1px;
color: #666666;
padding: 1px;
}