

HTML, BODY, #wrap
{
	height: 100%;
}

#wrap
{
	height: auto;
	min-height: 100%;
	width: 980px;
	margin: 0 auto;
}

*
{
	margin: 0;
	padding: 0;
	outline: none;
}

.fc:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.fc
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* HTML .fc
{
	height: 1%;
}
.fc
{
	display: block;
}
/* End hide from IE-mac */

/* Regular styles */

BODY
{
	font-family: Georgia;
	color: #9b9b9b;
}

/* HEADER AND TOP LOGO */

.header
{
	background: #eeeeee;
	color: #9b9b9b;
	font-weight: bold;
	padding: 19px 0px 22px 0px;
	width: 980px;
	text-align: center;
}

.logotypeContainer
{
	width: 276px;
	margin: 0 auto;
	cursor: pointer;
}

.logotype
{
	float: left;
	font-size: 36px;
	letter-spacing: -1px;
}

.logotype A
{
	color: #9b9b9b;
	text-decoration: none;
}

.logotype A:hover
{
	text-decoration: none;
}

.tm
{
	float: left;
	font-size: 10px;
	padding-top: 5px;
}

/* NAVIGATION */

.nav
{
	width: 980px;
	background: #eeeeee;
	text-align: center;
}

.navholder
{
	display: table;
	margin: 0 auto;
}

.tabs
{
	display: inline-block;
}

.tabs
{
	display: inline;
}

.tabs
{
	margin: 0;
	padding: 0;
	display: table-row;
	list-style-type: none;
	white-space: nowrap;
}

.tabs li
{
	float: left;
	display: inline;
}

.tabs li a
{
	display: block;
	color: #9b9b9b;
	font-size: 18px;
	font-weight: bold;
	padding: 10px 15px 10px 15px;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
}

.tabs li a:hover
{
	background: #e4e4e4;
}

.tabs li a:active
{
	background: #dddddd;
}

.tabs li.selected a
{
	background: #ffffff;
}

.tabs li.inactive
{
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
	background: #eeeeee;
	padding: 10px 15px 10px 15px;
	margin: 0px 10px 0px 10px;
}

.tabs li.space
{
	display: block;
	visibility: hidden;
	width: 40px;
}

/* END NAVIGATION */

/* TOP MESSAGE AREA */

.top
{
	text-align: center;
	font-size: 12px;
	width: 940px;
	padding: 20px;
	line-height: 18px;
}

.top H1
{
	font-size: 24px;
	padding: 20px 0px 0px 0px;
}

.top .msg
{
	padding-top: 20px;
}

.counter
{
	color: #ff9999;
}

.countdown
{
	color: #cc0000;
	font-weight: bold;
}

/* END TOP MSG AREA */

/* BOTTOM MSG AREA */

.bottom
{
	width: 980px;
	text-align: center;
	padding: 20px 0px 50px 0px;
	font-size: 21px;
}

/* END BOTTOM MSG AREA */

/* MAIN CONTENT AREA */

.main
{

}

/* END MAIN CONTENT AREA */

/* GENERAL FORMATTING */

A
{
	color: #000000;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

.errmsg
{
	height: 3px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: red;
}

.msgbox
{
	width: 600px;
	margin: 10px auto 10px auto;
	padding: 15px;
	font-size: 14px;
}

.msgbox_pink
{
	color: #651365;
	background: #f7ebf7;
	border: 1px solid #f0d6f0;
}

.msgbox_green
{
	color: #325424;
	background: #eff7ec;
	border: 1px solid #dfeed8;
}

/* END GENERAL FORMATTING */

/* GENERAL FOOTER CSS */

.footerSection
{
	float: left;
	font-size: 9px;
	padding: 30px 0px 0px 30px;
}

.footerSection A
{
	color: #000000;
	text-decoration: none;
}

.footerSection A:hover
{
	text-decoration: underline;
}

.footerSection H2
{
	font-size: 9px;
	margin-bottom: 8px;
}

.footerSection .listcolumn
{
	margin-left: 30px;
}

.footerNavigation
{
	float: left;
}

.footerNavigation LI
{
	list-style: none;
}

#footer
{
	position: relative;
	clear: both;
}

.footerContent
{
	width: 980px;
	background: #eeeeee;
	margin: 0 auto;
}

.footerspace
{
	width: 980px;
}

.footerSectionSeparator
{
	float: left;
	width: 1px;
	background: #bebebe;
	margin-top: 30px;
	margin-left: 45px;
	margin-right: 10px;
}

/* END GENERAL FOOTER CSS */
