
html
{
  margin: 0px;
  padding: 0px;
}

body
{
  margin: 0px;
  padding: 0px;
}

#body
{
	width:95%;
	margin:0 auto; /*center hack*/
	text-align:left;
	background-color: #ffffff;
}

#header
{
    position:               relative;
    width:                  100%;
    height:                 140px;
    background-color:       #1277cf;
    white-space:	    nowrap;
}

#header_top
{
    position                : absolute;
    top                     : 0;
    right                   : 0;
    float:                  right;
    width:                  90%;
    height:                 70px;
    display:inline;
    background-color:       #ffffff;
    background-image:       url( /images/FullLogo.jpg );
    background-repeat:      no-repeat;
    background-position:    5%;
}

#header_top_sidebar
{
    position:               absolute;
    top:                    0;
    left:                   0;
    background:             #7bbd39;
    float: left;
    width: 10%;
    height:70px;
    overflow:hidden;
}

#header_top_content
{
    float:                  right;
    width:                  90%;
    height:                 70px;
    background-color:       #ffffff;
    background-image:       url( /images/FtWillLogoTagged.jpg );
    background-repeat:      no-repeat;
    background-position:    5%;
}

#header_bottom
{
    display:inline; 
    position: absolute;
    bottom: 0;
    left: 0;
    width:100%;
    height:60px;
    background-color:   #1277cf;
    text-indent:        15%;
    line-height:        70px;
    font:               times, garamond, serif;
/*    font:               bold arial, verdana, sans-serif;*/
    font-weight:        bold;
    /*font-variant:       small-caps;*/
    font-size:          150%;
    color:              #fff;
}

#main_body
{
    float:left;
    width:100%;
    /*float:right;*/
    /*width:95%;*/
    background-color: #7bbd39;
}

#sidebar
{
    background:         #7bbd39;
    float:              left;
    width:              10%;
    overflow:           auto;
    text-align:         center;
    font:               times, garamond, serif;
    font-weight:        bold;
    font-size:          100%;
    color:              #7bbd39;
}

#sidebar a:link {
    font:               times, garamond, serif;
    font-weight:        bold;
    font-size:          100%;
    color:              #033979;
    text-decoration:    none;
}

#sidebar a:visited {
    font:               times, garamond, serif;
    font-weight:        bold;
    font-size:          100%;
    color:              #033979;
    text-decoration:    none;
}

#sidebar a:hover {
    font:               times, garamond, serif;
    font-weight:        bold;
    font-size:          100%;
    cursor:             pointer;
    text-decoration:    underline;
}

#content_area
{
    background:         #ffffff;
    float:              right;
    display:            inline; 
    position:           relative; 
    width:              90%;
    overflow:           hidden;
}

#content
{
    /* inside content_area to inset text from border */
    background:         #ffffff;
    float:              right;
    display:            inline;
    width:              95%;
    overflow:           hidden;
    margin-top:         1em;
    margin-bottom:      2em;
    font:               times, garamond, serif;
}


#footer
{
    background:         #1277cf;
    clear:              both;
    width:              100%;
    height:             60px;
    text-indent:        15%;
    line-height:        40px;
    font:               bold arial, verdana, sans-serif;
    font-weight:        normal;
    font-size:          75%;
    color:              #fff;
}

#toc
{
    line-height: .75;
}

#chair_content
{
    float:                  right;
    clear:                  right;
    width:                  150px;
    height:                 200px;
    position:               relative;
    bottom:                 0;
/*    right:                  0;*/
    display:        inline;
    background-color:       #ffffff;
    background-image:       url( /images/littleGreenChair.png );
    background-repeat:      no-repeat;
}

/*printer styles*/ 
@media print
{ 
    /*hide the left column when printing*/ 
    #sidebar{display:none;} 
    #twocols, #maincol{width:100%; float:none;}
}

/* Header controls */
h1 {
	font:bold arial, verdana, sans-serif;
    font-size: 130%;
	/*color:#001E5A;*/
    color:#033979;
}

h2 {
	font:bold arial, verdana, sans-serif;
    font-size: 120%;
	/*color:#001E5A;*/
    color:#033979;
}

h3 {
	font:bold arial, verdana, sans-serif;
    font-size: 110%;
	/*color:#001E5A;*/
    color:#033979;
}

h4 {
	font:bold 12px arial, verdana, sans-serif;
    font-size: 100%;
	/*color:#001E5A;*/
    color:#033979;
}

span.hidden {
    font-size: 0px;
    visibility: hidden;
}

div.hd4 h3
{
    font-style: italic;
}

div.hd2 h3
{
    font-style: italic;
}

/* Link controls */
a:link {
	font:12px/14px arial, verdana, sans-serif;
	/*color:#1C4E80;*/
	color:#233F9E;
	text-decoration:underline;
}

a:visited {
	font:12px/14px arial, verdana, sans-serif;
	color:#033979;
	text-decoration:underline;
}

a:hover {
	cursor:pointer;
}

