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

body {
	font: small Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #000;
}

body a:link, body a:visited {
	text-decoration: none;
	border: none;
	color: #651828;
}

body a:hover {
	text-decoration: none;
	border: none;
	color: #9d243e;
}

#wrapper {
	width: 800px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 10px;
}

#left_col {
	position: absolute;
	left: 0;
	width: 400px;
	text-align: center;
	padding-bottom: 150px;

}

#left_col img {
	border: none;
}

#right_col {
	position: absolute;
	top: 13px;
	right: 0;
	width: 370px;
	margin-left: 15px;
	text-align: left;
	padding-left: 15px;
	border-left: 1px solid #fff;
}

.blue1 {
	color: #9999ff;
}

.red1 {
	color: #ff9999;
}

.underline {
	border-bottom: 1px solid #fff;
}

.dbl_underline {
	border-bottom: 4px double #fff;
}

.small_itc {
	margin-top: -10px;
	font-size: x-small;
	font-style: italic;
}

#right_col ul {
	list-style: block;
	list-style-type: square;
	margin-top: -10px;
	margin-bottom: -10px;
}


.xsmall {
	font-size: x-small;
	font-style: italic;
}

.head_space {
	letter-spacing: .5em;
	font-size: large;
	text-align: center;
}

.large_link {
	font-size: large;
	font-weight: bold;
}

.title {
	font-size: large;
	font-weight: bold;
	letter-spacing: .125em;
	text-align: center;
	margin-top: -2px;
}

.blue2 {
	color: #9999ff;
	font-size: medium;
	letter-spacing: .125em;
}

.red2 {
	color: #ff9999;
	font-size: medium;
	letter-spacing: .125em;
}

.text {
	text-align: justify;
	font-size: small;
}

.raised {
	position: relative;
	top: -7px;
}