body {
	width: 100%;
	color: #FFFFCC;
	margin-left: auto;
	margin-right: auto;
	background: url(../graphics/labyrinth.gif) center center no-repeat fixed #000000;
	font-family: "Lucida Bright", "Book Antiqua", "Times New Roman", serif;
	font-size: 12pt;
}

a {
	color: #FF6600;
	text-decoration: underline;
}

a:link {
	color: #FF6600;
	text-decoration: underline;
}

a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FF9900;
	text-decoration: overline underline;
}

a:active {
	color: #FFCC00;
	text-decoration: line-through;
}

h1 {
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 24pt;
}

h2 {
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 22pt;
}

h3 {
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 20pt;
}

h4 {
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 18pt;
}

h5 {
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 16pt;
}

h6 {
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 14pt;
}

img {
	border-width: 0px;
}

.inputButton {
	background: url('../graphics/background2.png') center bottom no-repeat fixed #FF8181;
	border-color: #990000;
	color: #330000;
	font-weight: bolder;
}

.textbox {
	background: url('../graphics/background2.png') center bottom no-repeat fixed #FF8181;
	border-color: #990000;
	color: #330000;
	font-weight: bolder;
}

.attention {
	color: #FFFF00;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.dropCap {
	background: url('../graphics/dropCap.png') fixed;
	margin-right: 10px;
	float: left;
	border: 1px #FFFFCC solid;
	font-size: 60px;
	font-weight: bolder;
	line-height: 40px;
	padding: 10px;
}

.fauxLink {
	color: #FF6600;
	text-decoration: underline;
}

.groupDetails {
	width: 308px;
	text-align: left;
	font-size: 8pt;
	margin-left: auto;
	margin-right: auto;
}

.main {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.content {
	width: 640px;
	border-style: solid;
	border-width: 1px;
	border-color: #FF0000;
	margin-top: 0px;
	padding-top: 0px;
	display: inline-block;
	float: right;
	background-image: url('../graphics/filter.png');

}

.footerLeft {
	display: inline-block;
	float: left;
	text-align: left;
}

.footerRight {
	display: inline-block;
	float: right;
	text-align: right;
}

.contentHeader {
	width: 640px;
	height: 32px;
	background: url('../graphics/moduleTop.png');
	font-family: "Arial Black", "Gadget", sans-serif;
	font-size: 12pt;
	text-align: right;

}

.contentBody {
	text-align: left;
	padding: 8px;
}

.contentFooter {
	width: 640px;
	height: 32px;
	background: url('../graphics/moduleBase.png');
}

.navigationBar {
	width: 142px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
	float: left;
}

.navigationBarBody {
	background-image: url('../graphics/filter.png');
	border-style: solid;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-width: 1px;
	border-color: #FF0000;
}

.navigationBarBody ul {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.navigationBarBody ul li {
	font-family: "Impact", "Charcoal", sans-serif;
	text-align: center;
	height: 32px;
	width: 100%;
	background: url('../graphics/moduleTop.png') bottom repeat-x;
}

.navigationBarBody ul li:hover {
	background: url('../graphics/moduleBase.png') top repeat-x;
}

.navigationBarBody ul li a {
	padding-top: 6px;
	height: 26px;
	width:142px;
	display: block;
}

.navigationBarFooter {
	width: 100%;
}

.profilePictureLeft {
	width: 250px;
	text-align: center;
	display: block;
	float: left;
}

.profilePictureLeft img {
	border: 1px;
	border-style: solid;
	border-color: #FF0000;
}

.profilePictureRight {
	width: 250px;
	text-align: center;
	display: block;
	float: right;
}

.profilePictureRight img {
	border: 1px;
	border-style: solid;
	border-color: #FF0000;
}