/* default font, margin, and padding settings. */
body, div, span, form, h1, h2, h3, h4, h5
{
	font-family: "Frutiger SAIN Rm v.1", "Myriad Web Pro", Myriad, "Lucida Sans Unicode", "Lucida Grand", Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-weight: normal;
}

body
{
	background: #282828 url("/img/page_bg.gif") repeat-y;
}

a:link, a:visited
{
	color: #e8ffbc;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

img
{
	border: 0;
}

h1
{
	font-size: 30px;
	color: #f8f7ac;
}

/*----------------------------------------------------------------------------*/

/* for long unbroken text */
.wrapText
{
	word-wrap: break-word;
	overflow: hidden;
}

/* for clearing left and right floated content */
.clearBoth
{
	clear: both;
}

/*----------------------------------------------------------------------------*/

/* error message */
.errMesg
{
	color: red;
}

/* success message */
.successMesg
{
	color: green;
}

/*----------------------------------------------------------------------------*/

#headerTitle
{
	padding: 20px;
}
#headerTitle a, #headerTitle a:visited
{
	font-family: "Futura Lt", "Trebuchet MS", Verdana, Arial;
	font-size: 50px;
}
#headerTitle a:hover
{
	text-decoration: none;
}

/*----------------------------------------------------------------------------*/

#footer
{
	width: 740px;
	padding: 20px 0;
}

#footerLinks
{
	margin-left: 20px;
}

span.vertSeparator
{
	margin: 0 4px;
}

#footerText
{
	font-size: 10px;
	color: #808080;
	margin: 4px 20px 0;
	padding-top: 8px;
	border-top: 1px solid #565656;
}

/*----------------------------------------------------------------------------*/

#main
{
	width: 700px;
}

#noBgBody
{
	background: #353535;
}

/*----------------------------------------------------------------------------*/

#mzBody
{
	background: #fff;
}

#mzBody #headerTitle a, #mzBody #headerTitle a:visited
{
	color: #96db14;
}
#mzBody #header div.signedInBlock
{
	float: right;
	margin-top: 20px;
	padding-right: 20px;
}
#mzBody #header div.signedInBlock a,
#mzBody #header div.signedInBlock a:visited,
#mzBody #header span.vertSeparator
{
	color: #000;
}

#mzBody #footer
{
	width: 100%;
}
#mzBody #footerLinks a, #mzBody #footerLinks a:visited,
#mzBody #footerLinks span.vertSeparator
{
	color: #74ac0a;
}
#mzBody #footerText
{
	border-top: 1px solid #dbdbdb;
}

#mzMenuBar
{
	background: url("/img/mz_menubar_bg.gif") repeat-x;
	height: 35px;
}
#memberArea
{
	float: left;
	height: 25px;
	padding: 7px 40px 0 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#mzMenuBar div.menuItem
{
	float: left;
	height: 25px;
	padding: 10px 20px 0;
	cursor: pointer;
}
#mzMenuBar div.menuItem a, #mzMenuBar div.menuItem a:visited
{
	color: #fff;
}
#mzMenuBar div.menuItem a:hover
{
	text-decoration: none;
}
#mzMenuBar div.menuItemSelected
{
	float: left;
	height: 25px;
	padding: 0 20px;
	cursor: pointer;
	background: #fff;
	border-top: 1px solid #c1c1c1;
	padding-top: 10px;
}
#mzMenuBar div.menuItemSelected a, #mzMenuBar div.menuItemSelected a:visited
{
	color: #000;
}
#mzMenuBar div.menuItemSelected a:hover
{
	text-decoration: none;
}

#competitionReminder
{
	margin: 25px auto 0;
	background: #ffe251;
	width: 700px;
}
#competitionReminder h2
{
	font-size: 18px;
	color: #000;
	float: left;
	width: 130px;
	margin: 10px;
}
#competitionReminder p
{
	color: #595959;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
}
