/* Copyright (c) 2006,Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

strong
{
	font-weight:bold;
}

body
{
	font-family: Trebuchet MS, Sans;
	font-size:0.9em;
	color:#424242;
	background-color:#fffce8;
}

a
{
	color:#424242;
	text-decoration:none;
}

a:hover, a:active
{
	text-decoration:underline;
}

h1
{
	font-family:Verdana, Helvetica, sans-serif;
	color:#2bb854;
	font-size:0.9em;
	font-weight:bold;
	line-height:1em;
	padding:0;
	margin-left:14px;
	margin-top:14px;
	margin-bottom:1em;
}

p
{
	padding:0;
	margin-left:14px;
	margin-right:14px;
	line-height:1.15em;
	margin-bottom:1em;
}

#pageWrapper
{
	width:680px;
	margin:auto;
	margin-top:20px;
	border:1px solid black;
	background-color:#fff;
}

#navigationDiv
{
	height:40px;
	border-bottom:1px solid black;
	background-color:#2bb854;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:#fff;
}

#footerDiv
{
	height:38px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:0.7em;
	font-weight:bold;
	color:#4a4a4a;
	margin-left:14px;
	margin-top:12px;
}

#indexPic
{
	border-bottom:1px solid black;
}

#indexText
{
	border-bottom:1px solid black;
	padding-bottom:14px;
}

#indexTextLeft
{
	width:330px;
}

#indexTextRight
{
	width:300px;
}

#pagesHeader
{
	height:111px;
	border-bottom:1px solid black;
}

#pagesMain
{
	border-bottom:1px solid black;
}

#signupPic
{
	height:210px;
	background-image:url(../images/floor.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

#signupPicImage
{
	position:relative;
	right:0px;
	bottom:-23px;
}

#signupForm
{
	width:300px;
	
}

.screens
{
	border:1px solid black;
	margin-left:14px;
	margin-bottom:14px;
}

.checkBoxText
{
	font-size:0.8em;
	padding-left:30px;
	line-height:1.1em;
	width:235px;
	text-align:justify;
}

.bottomMargin
{
	padding-bottom:14px;
}

.form
{	
	margin-left:14px;
}

.textBoxes
{
	width:230px;
	margin-bottom:14px;
	border:1px solid black;
}

.buttons
{
	padding:1px;
	background-color: #2bb854;
	border: 0px solid #3d3c3f;
	color: white;
}

.poweredLogo
{
	border:none;
}

.clear
{
	overflow:auto;
}

* html .clear { height:1%; }

.green
{
	color:#2bb854;
	font-weight:bold;
}

.fRight
{
	float:right;
}

.fLeft
{
	float:left;
}

.Nav
{
	float:left;
	margin-top:14px;
	margin-left:14px;
	padding-left:0px;
}

.Nav li
{
	display:inline;
}

.Nav li a, .Nav li
{
	color:#fff;
	font-weight: bold;
	text-decoration:none;
}

.Nav li a:hover, .Nav li a:active
{
	text-decoration:underline;
}

.errorMsg
{
	color:Red;
	padding:14px;
}

.infoMsg
{
	color:#2BB854;
	padding:14px;
}