body {
	font: normal 12px 'lucida sans unicode','lucida sans',arial;
	color: #FFFFCC;
	margin: 0px;
	padding: 0px;
	background: #000000;

}


/*
 * Container surrounding all content on the page
 */
 
.fw-container {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	width: 842px;
	background: #000000;
}



code,pre {
	font-size:12px
}

fieldset {
	margin:1em 0;
	padding:1em;
	border:1px solid #CCC
}

legend {
	color:#000;
	font-weight:bold;
}

label {
	cursor:pointer
}


.fw-advertisement {
	margin: 0 auto;
	padding: 10px;
	border: 0 ;
	text-align: center;
}
 

/*
 * Container surrounding Site Title, Small Title, Logo, and home-link
 */
.fw-head {
	height:190px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	position: relative;
}

/*
 * Site Title
 */
.fw-head h1 {
	font: bold 24px verdana;
	letter-spacing: -1px;
	color: #000; 
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 7px;
	left: 210px;
	z-index: 10;
}

/*
 * Site Small Title
 */
.fw-head h3 {
	font: bold 13px verdana;
	color: #ddd; 
	margin: 0px;
	padding: 3px;
	position: absolute;
	top: 44px;
	left: 325px;
	z-index: 10;
	background: #000000;
	height: 17px;
	filter:alpha(opacity=50);
	opacity: .5;
	-moz-opacity:.5;
}

.fw-logo {
	width: 842px;
	height: 230px;
	overflow: hidden;
	font-size: 0px;
	margin: 0px;
}


.fw-home-link {
	width:0px;
	height:0px;
	display:none;
}

hr {
	display:none;
}

/*
 * NavBar
 * UL containing all the NavBar links
 */
 
.fw-nav-menu {
	width: 750px;
	padding: 0px;
	margin: 0px 0px 0px 1px;

	background: #000000;
	text-align: left;
	clear: both;
}


.fw-nav-menu ul {
	margin: 0px;
	padding: 4px 20px 10px 20px;
	list-style: none;
	text-align: left;
	cursor: default;
}

/*
 * Individual NavBar LI's
 */
 
.fw-nav-menu li {
	margin: 0px;
	display: inline;
	padding: 0px 10px 0px 10px;
}

/*
 * Individual NavBar links
 */
.fw-nav-menu a,
.fw-nav-menu a:visited {
	
	text-decoration: none;
	white-space: nowrap;
} 


.fw-nav-menu a:hover,
.fw-nav-menu a:visited:hover {
	
	text-decoration: none;

}




/*
 * This is the container that holds the main content (paragraphs) of the page.
 */
.fw-with-mini {
	width: 835px;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	overflow: hidden;
	text-align: left;
	clear: both;
	background: #000000;
}


/*
 * The fw-no-mini class is applied to the fw-content DIV
 *     when there are no mini-paragraphs on the page.
 * This statement must remain in the css even if there are mini paragraphs.
 * If there are mini paragraphs on the page, this will be ignored.
 */
.fw-content {
}

.fw-content h2 {
	font: normal 16px arial;
	color: #000;
	margin: 0px 0px 10px 0px;
	padding: 26px 0px 8px 48px;
	
}

h2 a {
	padding: 0px;
}











.fw-text {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
	height: 100%;
	
}

.fw-content ul,.fw-content ol,.fw-content dd {
	margin-left:2em;
}

.fw-mini-pars {
	float:right;
	width:30%;
}

.fw-mini-pars dt {
	color:#000;
	font-weight:bold;
	margin-top:1em;
	border-bottom:.3em solid #EEE;
}

.fw-mini-pars dd {
	margin-top:.2em;
	color:#000;
}

.fw-footer {
	height: 35px;
	font-size: 10px;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	clear: both;
	color: #000;
	text-align: left;
	
}

.fw-footer p {
	padding: 14px 20px 0px 20px;
	margin: 0px;
}


.fw-tracker {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 21px;
	font-size: 10px;
	clear: both;
	color: #000;
	text-align: left;
}

/* forms */

label,button,input[type="submit"] {
	cursor:pointer;
}

input,textarea {
	padding:.1em;

}

textarea {
	font:1em verdana,arial,sans-serif;
}

.formSpan {
	display:block;
	margin:1em 0 0
}

/* The following styles are for the blog.
* Remember, if a CSS property is already defined in blog.css,
* you must use the !important rule.
*/

/* 
* blog entry container 
*/
.fwBlogEntryDisplay {
	border-bottom: 0 !important;
	margin: 0px 0px 10px 0px !important;
	padding: 0px !important;
}

/* 
* blog entry title
*/
.fwBlogEntryTitle {
	font: normal 16px arial !important;
	color: #ddd !important;
	margin: 0px 0px 0px 0px !important;
	padding: 15px 0px 0px 0px !important;
}







