* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #3B3B3B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BABABA;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #FFFFFF;
}

h1 { font-size: 197%; }
h2 { font-size: 167%; }
h3, h4 { font-size: 100%; font-weight: bold; }

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 167%;
	font-size: 100%;
}

blockquote {
	margin-left: 30px;
	font-variant: small-caps;
}

img {
	border: none;
}

img.thumbnail {
	margin: 10px;
	height: 72px;
	width: 96px;
	border: 1px solid #000;
}

a:link {
	color: #94B0C8;
	text-decoration: none;
}

a:visited {
	color: #94B0C8;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td.parent {
	width: 175px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	cursor: pointer;
}

td.parent:hover {
	background-color: #BABABA;
	color: #000000;
}

td.parentHighlight {
	width: 175px;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	padding: 0px 0px 0px 2px;
	margin: 0px;
	cursor: pointer;
	background-color: #BABABA;
	color: #000000;
}

/* Footer */

#footer {
	clear: both;
	width: 720px;
	height: 15px;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #000000;
	border-top-width: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/* Dark Transparent Background */

#darkContainer {
	background-color: #000000;
	display: none;
	filter: alpha(opacity=75);
	opacity: 0.75;
	height: 100%;
	position: fixed;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
}

/* Loading Animation */

#loadAnimation {
	background-color: #FFFFFF;
	display: block;
	border: solid 4px #BABABA;
	height: 32px;
	width: 32px;
	margin: -16px 0px 0px -16px;
	padding: 0px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 50;
}

/* Personal Content */

#personContent {
	background-color: #3B3B3B;
	display: none;
	border: solid 4px #525252;
	margin: -140px 0px 0px -140px;
	padding: 5px 20px 20px 20px;
	position: fixed;
	width: 280px;
	top: 50%;
	left: 50%;
	z-index: 12;
}

#personContent h3 {
	padding: 15px 0px 5px 0px;
	color: #FFFFFF;
}

span.personContent {
	color:	#BABABA;
	display: block;
	margin-left: 20px;
}

