/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
.emphasis {
	font-style: italic;
	font-weight: 700;
}
.firstline {
	margin-left: 175px;
	top: 15px;
	clear: right;
	position: relative;
}
.moveright {
	margin-left: 175px;
	margin-right: 25px;
}
.normalmargin {
	margin-left: 25px;
	margin-right: 25px;
}
.whitetext {
	color: #ffffff;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
#content {
	width: 756px;
	height: 550px;
	background-image: url(../images/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 15px auto 15px auto;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	position: relative;
}
#content p, h1, h2 {
	margin-bottom: 20px;
	margin-right: 25px;
}
#content h1 {
	font-size: 24px;
	color: #EAB90F
}
#content h2 {
	font-size: 20px;
	line-height: 150%;
}
p {
	line-height: 125%;
}
#logosm {
	float: right;
	margin: 0px 2px 0px 0px;
	border: 0px;
}
#menu {
	background-image: url(../images/menubg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 248px;
	width: 135px;
	top: 10px;
	margin-left: 10px;
	border: none;
	color: #000000;
	position: relative;
	float: left;
}
#menu ul {
	color: #666666;
	margin-left: 10px;
	list-style-type: none;
}
#menu li {
	margin-top: 15px;
}
#menu a {
	text-decoration: none;
	color: #666666;
	font-weight: 700;
}
#menu a:hover {
	color: #ffffff;
}

