﻿*
{
	padding: 0;
	margin: 0;
	text-align:justify;
}

body
{
    -x-system-font: none;
    /* background: #0C487F none repeat scroll 0 0; */
    background: #FFFFFF none repeat scroll 0 0;
    color: #444444;
    /* font-family: "Helvetica Neue" ,Helvetica,Arial,sans-serif; */
    font-family:Georgia,Serif;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2em;
    text-align: center;
}

a
{
    color: #006699;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium;
}

a img
{
    border: 0 none;
}

h1
{
    text-indent: -9999px;
}

h1 a
{
    background: transparent url(/images/common/top-logo.png) no-repeat scroll 0 0;
    display: block;
    height: 50px;
    width: 140px;
}

h3
{
    font-family:Georgia,Serif;
    font-size:1.3em;
    font-weight:bold;
    color:rgb(50,50,50);
    padding-bottom:0em;
    line-height: 120%;
    margin: 1em 0 0.3em 0;
}


p
{
    padding: 0.5em 0;
}

#head .content, #banner .content, #main .content
{
    margin: 0 auto;
    text-align: left;
    width: 900px;
}

#head
{
    background: #083057 url(/images/common/head-bg.png) repeat-x scroll 0 0;
    height: 50px;
}

#head .content
{
    position: relative;
}

#head .content h2
{
    display: none;
}

#nav
{
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 13px;
}

#nav li
{
    display: inline;
    padding: 15px;
}

#nav li a
{
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

#nav li a:hover
{
    text-decoration: underline;
}

#banner
{
    background: #0C487F none repeat scroll 0 0;
}

#banner .content
{
    background: transparent url(banner.png) no-repeat scroll 0 0;
    height: 250px;
    position: relative;
    text-indent: -9999px;
}

#banner .content a
{
    background: transparent url(/images/common/sign-up-button.png) no-repeat scroll 0 0;
    bottom: 30px;
    display: block;
    height: 37px;
    left: 15px;
    position: absolute;
    width: 234px;
}

#banner .content a:hover
{
    background: transparent url(/images/common/sign-up-button-hover.png) no-repeat scroll 0 0;
}

#main .content
{
    padding: 20px 0;
}

.maincontent
{
	background: #FFFFFF;
}

.maincontent2
{
	/* padding: 0 20px 20px 20px; */
	line-height: 1.5em;
}

ol
{
	padding:0 0 0 2em
}