﻿body {
	background-color: #FFF;
	color: #000;
	font:  12pt/1.1 "Century Gothic", "Lucida Grande", "Lucida Sans", Geneva, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}
/*
--------------------------------------------------------------------
Header Layout 
--------------------------------------------------------------------
*/
#header {
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#headerLogo {
	display: none;
}
#headerContent {
	margin: 0px;
	padding: 0px;
}
#headerTop {
	/* 22px max height */
	display: none;
}
#headerTitle {
	/* 80px max height */
	display: block;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
#headerTitle h2 {
	padding: 25px 0px 5px;
}
#crumb {
	/* 25px max height */
	display: block;
	background-color: #FFF;
	color: #000;
	font-size: 9pt;
	margin: 10px 0px 25px;
	padding: 5px 0px 5px;
	border-top: 0.5pt solid #999;
	border-bottom: 0.5pt solid #999;
}
#crumb ul {
	margin: 0px;
	padding: 0px;
	display: inline;
	border: none;
}
#crumb ul li {
	margin: 0px;
	padding: 0px;
	border: none;
	list-style: none;
	display: inline;
}
#crumb a {
	text-decoration: none;
	color: #000;
	margin: 0px;
	padding: 0px 2px 0px 0px;
}
#crumb a:hover {
	color: #000;
}
/*
--------------------------------------------------------------------
Content Area Layout 
--------------------------------------------------------------------
*/
#contentOuter {
	display: block;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	min-height: 400px;
}
#leftColumn, #centerColumn, #rightColumn {
	position: relative;
	background-color: #fff;
	min-height: 600px;
}
#leftColumn {
	/* Navigation column */
}
#centerColumn {
	/* Main content area */
}
#rightColumn {
	/* Right column area */
	border: none;
	border-left: 1px solid #999;
	padding: 0px;
	padding-left: 20px;
}

/*
--------------------------------------------------------------------
Content Area Column Layout
--------------------------------------------------------------------
*/

/* 3 Column; Thin-Wide-Thin */
.layout-twt #leftColumn { 
	display: none;
}
.layout-twt #centerColumn { 
	margin: 0px 204px 0px 0px;
    padding: 0px;
}
.layout-twt #rightColumn { 
	float: right;
    width: 200px;
	z-index: 99;
}

/* 2 Column; Thin-Wide */
.layout-tw #leftColumn { 
    display: none;
}
.layout-tw #centerColumn { 
    margin: 0px;
}
.layout-tw #rightColumn {
	display: none;
}

/*
--------------------------------------------------------------------
Footer Layout 
--------------------------------------------------------------------
*/
#footer {
	clear: both;
	display: none;
}
#copyright {
	display: block;
	background-color: #FFF;
	text-align: center;
	margin-top: 25px;
	padding-top: 5px;
	font-size: 10px;
	border-top: 1px solid #999;
}
#mainPhoto {
	display: block;
	border: 0px;
	background: url(/img/photos/bg.jpg) #EEF0F2 top left repeat-x;
}
/*
--------------------------------------------------------------------
HTML Tag definitions
--------------------------------------------------------------------
*/
p {
	line-height: 1.5;
}
h2 {
	font: 16pt/1.1 "Lucida Bright", Georgia, Cambria, Times, serif;
	color: #000;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
h1, h3, h4, h5, h6 {
	font: 14pt/1.1 "Century Gothic", "Lucida Grande", "Lucida Sans", Geneva, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
}
sup {
	/*vertical-align: super;*/
	line-height: -1px; 
	vertical-align: text-top;
	font-size: 9pt;
}
a.learn:link, 
a.learn:active, 
a.learn:visited,
a.learn:hover {
	display: none;
}
/*
--------------------------------------------------------------------
Misc
--------------------------------------------------------------------
*/
#login,
.logPopup {
	clear: both;
	display: none;
	visibility: hidden;
}
