@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/BGimage2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #660066;
	text-transform: uppercase;
}
h2 {
	font-size: 1.25em;
	font-weight: bold;
}
p {
	font-size: 1em;
}
li {
	font-size: 1em;
}
a:link {
	font-size: 1em;
	color: #660066;
	text-decoration: underline;
	font-style: italic;
}
a:hover {
	font-size: 1em;
	color: #990099;
	text-decoration: underline;
	font-style: italic;
}
a:visited {
	font-size: 1em;
	font-style: italic;
	color: #999999;
}
a:active {
	font-size: 1em;
	font-style: italic;
	color: #9933CC;
}
.indented-txt {
	padding-left: 1.5em;
}
.main {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 995px;
	height: 100%;
}
.content {
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
	width: 75%;
	border: 1px solid #000000;
	z-index: 2;
	padding: 0px 12px 20px;
	left: 170px;
	top: 260px;
	position: absolute;
	background-image: url(images/Screen.gif);
	background-repeat: repeat;
}
.floatR {
	clear: left;
	float: right;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.navPlacement {
	left: 275px;
	top: 210px;
	position: absolute;
}
