﻿/* Cascading Stylesheet */

body {
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;
	line-height: 1.3em;
}

input, select, textarea {
    color: #000;
    border: solid 1px #000;
    background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0.5em 0;
}

h1 {
    font-size: 2.8em;
    font-weight:normal;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

a {
	font-weight: bold;
	text-decoration: none;
}

p {
    margin: 1.5em 0;
}

strong, b {
    font-weight:bold;
}
    
em, i, italic {
    font-style:italic;
}

u {
    text-decoration: underline;    
}    

strike {
    text-decoration: line-throug;    
}

small {
    font-size: xx-small;
}

big {
    font-size: xx-large    
}

sub {
    vertical-align: super;
    font-size: xx-small;
}

sup {
    vertical-align: sub;
    font-size: xx-small;
}

center {
    text-align:center;    
}

dd { 
    text-indent: 20px;
}

table th, table td {
    padding: 2px;
}

/* CRUMB TRAILS */

#crumbs {
	background-color: #FFFFFF;
	padding-bottom: 4px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #666666;
}

#crumbs .activeCrumb {
    color: #ccc;
}

.rssitem span {
	display: none;
}

.noprint {
    display: none;
}

.clear {
    clear: both;
}

.content100percent {
    clear: both;
}

.content50percent {
    float: left;
    width: 308.5px;
    margin-right: 5px;
}

.content66percent {
    float: left;
    width: 413px;
    margin-right: 5px;
}

.content33percent {
    float: left;
    width: 260px;
    margin-right: 5px;
    margin-left: 5px;
}

#wrapper {
    width: 635px;
}

#logowrapper {
    text-align: right;
    margin-bottom: 20px;
}

#sf-menu {
    display: none;
}

#sf-leftmenu {
    display: none;
}

#footer {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #666;
}

#footer img.beta {
    display: none;
}

#sb-container {
    display: none;
}