*
{
    margin: 0;
    padding: 0;
}

html
{
    min-height: 100.2%;
}

body
{
    background: #ffffff url('/images/bgpage.png') repeat-x;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
}

a, a:visited
{
    color: #1774CA;
    text-decoration: none;
}

a:hover
{
    color: #1774CA;
    text-decoration: underline;
}

acronym
{
    cursor: help;
}

address
{
    font-style: normal;
	color:#20294E;
}

fieldset
{
    border: 1px solid #516173;
    margin: 20px 0;
    padding: 20px;
}

h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}

h1
{
    color: #355676;
    font-size: 16pt;
    height: 53px;
    line-height: 53px;
    margin-top: 6px;
    padding-right: 50px;
    text-align: right;
}

h2
{
    font-size: 13pt;
}

iframe
{
    border: 0;
}

img
{
    border: 0;
}

label
{
    display: block;
    float: left;
    padding-right: 7px;
    text-align: right;
    width: 40%;
}

ol, ul
{
    list-style-position: outside;
}

option
{
    padding-right: 8px;
}

p
{
    padding: 5px 0;
}

ul
{
    padding-left: 30px;
}

.clear
{
    clear: both;
    height: 1px;
    overflow: hidden;
    margin-top: -1px;
}

.left
{
    text-align: left !important;
}

.center
{
    text-align: center !important;
}

.right
{
    text-align: right !important;
}

.smaller
{
    font-size: smaller !important;
}

.bold
{
    font-weight: bold !important;
}

.italics
{
    font-style: italic !important;
}

.block
{
    display: block !important;
}

.inline
{
    display: inline !important;
}

.red
{
    color: #ff0000 !important;
}

.green
{
    color: #4CBB17 !important;
}

.fleft
{
    float: left !important;
}

.fright
{
    float: right !important;
}
.ibfright
{
	float: right !important;
	padding-right:10px;
}

.cursor
{
    cursor: pointer;
}

.bgwhite
{
    background-color: #ffffff !important;
}

.bgltgrey
{
    background-color: #efefef !important;
}

.bggreen
{
    background-color: #E3FFE3 !important;
}

.bgyellow
{
    background-color: #ffff99 !important;
}

.bgred
{
    background-color: #FFE7E7 !important;
}

.nobr
{
    white-space: nowrap !important;
}

#container
{
    margin: auto;
    width: 974px;
}

#header
{
    background-color: #ffffff;
    padding: 17px 0 0 40px;
}

#content
{
    min-height: 300px;
}
#intro{
	color:#FFFFFF;
	min-height:173px;
}

#footer
{
    background-color: #c8c8cd;
    color: #66676A;
    font-size: 9pt;
    height: 200px;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

#footer a
{
    color: #20294E;
    font-size: 10pt;
}

#footer p
{
	color:#20294E;
    padding: 3px 0;
}

#footer span
{
    padding: 0 10px;
}

#leftcol, #middlecol, #rightcol
{
    float: left;
}

#leftcol
{
    padding-right: 20px;
    width: 37%;
	color:#FFFFFF;
}

#middlecol, #rightcol
{
    width: 30%;
}

#leftcol h1
{
    color: #355676;
    font-size: 13pt;
    text-align: left;
}

#leftcol p
{
    color: #ffffff;
    font-size: 8pt;
    font-weight: bold;
    margin-top: 7px;
}

#middlecol h2, #rightcol h2
{
    padding-right: 30px;
    text-align: right;
}

#middlecol p, #rightcol p
{
    color: #666666;
    font-size: 8pt;
    padding: 3px 30px 0 50px;
}

p.about
{
    margin-left: 25px;
    padding: 10px 0;
}

p.indent
{
    margin-left: 25px;
}