body {
	background: #C0C0E2;
	color: #000;
	text-align: center;
	line height: 1.4;
	margin: 0px;
	/* background-image: url() 
	background-size: 100% 100%; 
	background-attachment: fixed; */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 13px;
}

#pageContent h1 {
	font-size: 24pt;
	font-family: Segoe UI; /* USE @FontFace later */
}

#pageContent a {
	color: #6294D6;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#pageContent a:link {
	color: #6294D6;
	text-decoration: none;
}

#pagecontent a:visited {
	color: #6294D6;
	text-decoration: none;
}

#pageContent a:hover {
	color: #92B7F6;
	text-decoration: none;
}

a img {
	border: 0;
}

#floatBar {
	background-color: #1F9DE0;
	width: 918px;
	color: #FFF;
	height: 49px;
	border-bottom: 1px solid #4B3C34;
	border-left: 1px solid #1D7FC5;
	border-right: 1px solid #1D7FC5;
	margin: 0 auto 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}

#miniLogo {
	padding: 5px 0 0 0px;
	text-align: left;
}

#logo {
	width: 950px;
	height: 196px;
	position: relative;
	text-align: center;
	margin: auto auto;
}

#header {
	margin-top: 0px;
}

#navbar {
	background: url(../img/nav/nav_bg.gif) top left repeat-x;
	margin: -24px auto 10px -20px;
	padding: 6px 0 5px;
	width: 950px;
	border-bottom: 1px solid #DEDEDE;
	font-size: 12px;
	position: relative;
}

#navbar li {
	display: block;
	float: left;
	padding-left: 15px;
}

#navbar li.right {
	display: block;
	float: right;	
	padding-right: 15px;
}

#navbar li.report a {
	font-weight: bold !important;
	color: #CE3232 !important;
}

#navbar li.report a:hover {
	font-weight: bold !important;
	color: #A02B2B !important;
}

#navbar img {
	padding-right: 5px;
	vertical-align: top;
}

#navbar ul {
	list-style: none;
	margin: 0 auto 0 auto;
	color: #000;
	text-align: left;
	padding: 4px;
	height: 16px;
	width: 950px;
	/*Fix for Chrome*/
	-webkit-margin-before: 0em!important;
	-webkit-margin-after: 0em!important;
	-webkit-margin-start: 0px!important;
	-webkit-margin-end: 0px!important;
	-webkit-padding-start: 0px!important;
}

#navbar ul a {
	color: #888;
	text-decoration: none;
}

#navbar ul a:link {
	color: #888;
	text-decoration: none;
}

#navbar ul a:visited {
	color: #888;
	text-decoration: none;
}

#navbar ul a:hover {
	color: #393939;
	text-decoration: none;
}

#contentArea {
	width: 910px;
	background-color: #FFF;
	color: #000;
	margin: auto auto;
	padding: 20px;
	text-align: left;
}

#footer {
	width: 950px;
	color: #FFF;
	margin: auto auto;
	text-align: center;
	border-top: 3px solid #5A9CEF;
	height: 190px;
	display: block;
}

#footer a {
	color: #6294D6;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#footer a:link {
	color: #6294D6;
	text-decoration: none;
}

#footer a:visited {
	color: #6294D6;
	text-decoration: none;
}

#footer a:hover {
	color: #92B7F6;
	text-decoration: none;
}

#footerTop {
	color: #FFF;
	background-color: #2F2F2F;
	margin: auto auto;
	padding: 20px 10px 20px 10px;
	text-align: center;
	display: block;
	height: 40px;
}

#footerTop ul {
	list-style: none;
	text-align: center;
	float: left;
	display: block;
	margin: auto auto;
	padding-bottom: 10px;
	width: 870px
}

#footerTop ul li {
	display: inline;
	padding-right: 15px;
	text-align: center;
}

#footerBottom {
	padding: 10px 20px 10px 20px;
	width: 910px;
	background-color: #1C1C1C;
	color: #AAA;
	font-size: 10px;
}

/* lol, I just did this for shits and gigs. It's pointless really */
span.fam1 {
	color: #FF0B5B;
	font-size: 10px;
	text-decoration: underline;
}

span.fam2 {
	color: #0BCEFF;
	font-size: 10px;
	text-decoration: underline;
}

span.fam3 {
	color: #C1FF2D;
	font-size: 10px;
	text-decoration: underline;
}

#footerBottom a {
	font-size: 10px;
}

#navbar li.selected a {
	font-weight: bold;
	color: #6294D6;
}





