
body {
	height: 100%;
	font-size: .75em;
	margin: 0px;
	text-align: center;
	background: #000000;
	color: #ffffff;
	font-family: Helvetica, sans-serif;
}

a {
	color: #56a1d5;
}
a:hover {
	color: #2a7abf;
	text-decoration: none;
}

#wrap {
	vertical-align: middle;
	position: relative;
	top: 200px;
	width: 540px;
	height: 100%;
	margin: auto;
}

#logo {
	float: left;
	position: relative;
	top: 80px;
	text-align: center;
	width: 160px;
}

#maindiv {
	float: right;
	position: relative;
	padding: 0 0 0 40px;
	width: 340px;
}

p {
	text-align: right;
	margin: 0px 10px;
	font-size: 1.5em;
	font-weight: 900;
	text-transform: none;
}

h1 {
	font-size: 1.3em;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
	color: #b0d461;
}

.singleindent {
	margin-left: 25px;
}

.doubleindent {
	margin-left: 50px;
}

.darkblue {
	color: #2b62ae;
}

.white {
	color: #ffffff;
}

.lightgreen {
	color: #b0d461;
}

.medblue {
	color: #1f94d2;
}

.lightblue {
	color: #75b6e2;
}

.small {
	font-size: 1em;
	text-transform: none;
}

img {
	behavior: url(iepngfix.htc)
}

