h2 {
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -.04em;
    margin: 0 0 0.75em;
    text-align: center;
 }

 h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -.04em;
    margin: 0 0 1em;
    text-align: center;
 }

 h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -.045em;
    margin: 0 0 1.25em;
    text-align: center;
 }

 h5 {
    font-size: 14px;
    font-style: italic;
    margin: 1.67em 0;
    text-align: center;
 }

 h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 2.05em 0;
    text-align: center;
 }

 p, form {
    margin: 0 0 1.5em;
    padding: 0;
 }

 blockquote {
    margin: 1.5em;
 }

 sup, sub {
    line-height: 0;
 }

 address {
    margin: 0 0 1.5em;
 }

 pre, code {
    margin: 1.5em 0;
    white-space: pre;
 }

 pre, code, tt {
    line-height: 1.5;
 }

 caption {
    margin: 0;
    padding: .5em;
 }

 /*------------------------------------
	Widgets
------------------------------------*/
 .widgetset {
    float: left;
    width: 280px;
 }

 .widgetset .widget {
    margin: 0 0 20px;
    padding: 0;
    width: 320px;
 }

 .widgetset .widget_header {
    background-color: #ffffff;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    color: #6793b5;
    margin: 0;
    padding: 10px 15px;
    zoom: 1;
 }

 .widgetset .widget_content {
    background-color: #edf5fb;
    border-color: #ffffff;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 10px 15px;
    overflow: hidden;
    width: 288px;
 }

 .widgetset ul {
    list-style: none;
    margin: 0;
    padding: 0;
 }

 .widgetset ol {
    list-style: none;
    margin: 0;
    padding: 0;
 }

 .widgetset .widget_content li {
    padding: 5px 0;
 }

 .widgetset label {
    display: block;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 13px;
    margin: 0;
    padding: 0;
 }

 .widgetset input[type="text"] {
    border: solid 1px #dadcdc;
    padding: 0;
    width: 285px !important;
 }

 .widgetset select {
    border: solid 1px #dadcdc;
    width: 100% !important;
 }

 /*------------------------------------
	TYPOGRAPHY RESET
------------------------------------*/
 /** 


/*------------------------------------
	Structure Changes
------------------------------------*/
 h1 {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -.055em;
    margin: 0 0 0.5em;
    text-align: center;
    color: #6793b5;
 }

 .sf_pagetitle {
    background-image: none;
    display: none;
 }

 .sf_content {
    float: right;
    width: 563px;
    background-color: #ffffff;
    padding: 10px;
 }

 
