﻿@charset "utf-8";
/* CSS Document */

/*
tags to modify
background, general font			body
containing div						div#wrap
banner at top						div#masthead
top navigation						div#topnav
									#topnav ul
									#topnav ul li
									#topnav ul li a
									#topnav ul li a:hover
tier 2 navigation (sub pages)		div#tier2nav
									#tier2nav ul
									#tier2nav ul li
									#tier2nav ul li a
									#tier2nav ul li a:hover
Form								form#form
									#form h2
									#form p
									#form label
									#form input
									#form textarea
								NEED BUTTON IMAGE
bottom navigation					div#btmnav
									#btmnav ul
									#btmnav ul li
									#btmnav ul li a
									#btmnav ul li a:hover
*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,label,select,option,blockquote,fieldset,input { margin: 0; padding: 0; }

body {
	background: 		url(../images/body_bg_blue.gif) repeat 0 0 #344f7d;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#4f5d6d;
	text-align:center;
}

h1
{
    font-size:10pt;
    font-weight:normal;
}

ul, li
{
    font-size:10pt;
    line-height:18px;
    margin-left:25px;
}

p
{
    font-size:10pt;
    margin-top:10px;
    margin-bottom:10px;
}

a, a:visited, a:hover
{
    color:#2d4672;
    padding:0;
    margin:0;
}

hr
{
    color:#2d4672;
}

b
{
    font-weight:bold;
    color:#000;
}

#content
{
     width:952px; 
     border:0px solid red;
     margin-top:0;
     margin-left:auto; 
     margin-right:auto;
     background: url(../images/fdc-header-white.gif);
     background-repeat:no-repeat;
}

#header
{
    height:84px;
    
}

#head { 
  background-color:Transparent;  
  color: #000;  
  font-size: 18px;
  font-family: Times new roman,  "MS Serif" ,serif; 
  text-transform:uppercase;
  font-weight:normal;
  valign: middle;
  margin-left: 44px;
  text-decoration: none;
  display:block;
  float:left;
 padding-top:22px;
 }
 
#head A:link, #head A:visited, #head A:active, #head A:hover {
 text-decoration: none;
 width:400px;
 padding-top:42px;
}
