html {
	background: #fff;
}

body {
	line-height: 1.5em;
	font: normal 12px "lucida sans unicode", "lucida sans", verdana, arial;
	margin-bottom: 10px;
	margin-left:20px;
	margin-right:20px;
}

#fw-head {
	text-align: left;
	margin-bottom: 0px;
	width: 100%;
	margin-top: 0px;
	position:relative;
}

#fw-title {
	margin-left:80px;
	margin-right:80px;
	text-align:center;
	margin-bottom: 0px;
	font: bold 24px "lucida sans";
	padding: 5px;
}
#fw-title a,
#fw-title a:visited {
	color:#000;
	text-decoration:none;
}

#fw-smalltitle {
	margin-bottom: 0px;
	font: bold 16px "lucida sans";
	position: relative;
	text-align:center;
	padding: 5px 0px 10px 0px;
}

/* Logo is not located in a div, rather this is a style applied to an image tag */
.fw-logo {
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	/*background:red;*/
	background-repeat:no-repeat;
	background-position:center;
}



#fw-container {
	text-align: left;
	display: block;
}

#fw-advertisement {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 10px;
 margin-top: 10px;
 width: 731px;
 height: 98px;
}

#fw-topnav { display: none; }

#fw-mainnavwrap {
	padding: 7px;
	margin:0px;
	border: 1px solid #CCCCCC;
}

#fw-nav-menu ul {
	text-align:center;
	padding:0px;
	margin:0px;
	list-style-type: none;
}

#fw-mainnavwrap li {
	display:inline;
	padding-right:10px;
	line-height:1.3em;
}

/*--------------------------------------------------------------------------
   Set up the Universal Column Definition here
   This sets when and under what conditions the columns will actually display.
-----------------------------------------------------------------------------*/

.hasOneColumn #fw-leftColumn, #fw-rightColumn { display: none; }
.hasTwoColumns #fw-rightColumn { display: none; }

/*
 * Sidebar stuff
 */

.hasSidebar #fw-bigcontain {
   margin-bottom: 0px;
   min-height: 300px;
   padding-right: 10px;
   float: left;
   border-right: 1px solid #b9b9b9;
   width: 70%;
}

.noSidebar #fw-bigcontain {
   float: none;
   width: 100%;
}

#fw-sidebar {
	text-align: left;
	float: right;
	width: 280px;
	padding-left: 5px;
    margin-right: 50px;
}

.noSidebar #fw-sidebar { display: none; }

#fw-sidebarbegin { }
#fw-sidebarend { }

.fw-paragraph
{
  margin: 0px;
  padding-top: 0px;
}

.fw-paragraph h3 {
	font-weight: normal;
	font-size: 15pt;
}

.fw-title
{
  text-align: left;
  padding-bottom: 1px;
  margin-bottom: 1px;
  padding-left: 10px;
  font: normal 18px;
}

.fw-text {
	padding:5px;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: justify;
}

.fw-text p {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 13px;
}

#fw-footer {
	clear: both;
	text-align: left;
	height: 30px;
	line-height: 26px;
	margin-top: 10px;
	color: #000;
	font-size: 10px;
	margin-left: 10px;
	margin-bottom: 5px;
	padding-top: 1px;
	border-top: 1px solid #b9b9b9;
}

#fw-tracker
{
 height: 2px;
 clear: both;
}

.formSpan {
	display: block;
	margin-bottom:1.25em
}

.fw-odd, .fw-secondary {background-color: #fff;}
.fw-even, .fw-primary {background-color: #eee;}
.fw-tertiary {background-color: #ccc; border-color: #ccc;}
