﻿body {
    text-align: justify;
    background-color: #304a73;
    vertical-align: top;
    font-family: Verdana;
    color: #FFFFFF;
    font-size: x-small;
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
}

h1, h2, h3, h4, h5, h6, h7, p {
    color: #FFFFFF;
    font-family: Verdana;
}

h1 {
    font-size: 2.0em;
    font-weight: bold;
    color: #FFFFFF;
    overflow: visible;
    clip: rect(auto, auto, auto, auto);
}

h2 {
    clear: both;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
}
h3 {
	margin: 1.2em 0em 1.2em -1em;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
    margin: 1.2em 0em 1.2em -1em;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
    clear: both;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: right;
}
h6 {
    font-size: medium;
    font-weight: bold;
}


p {
    font-weight: normal;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: small;
}

strong, b {
    font-weight: bold;
    color: #FFFFFF;
}


#mainwrapper {
    width: 900px;
    text-align: left;
    vertical-align: top;
    margin-right: auto;
    margin-left: auto;
}

.pullQuote {
    float: right;
    display: inline;
    width: 32%;
    margin: 0em 0 1em 2em;
    font-size: 120%;
    font-weight: bold;
    line-height: 130%;
    text-align: left;
}

.pullQuoteEmbedLeft {
    float: left;
    display: inline;
    width: 100%;
    margin: 0em 0 0em 0em;
    text-align: justify;
    font-size: small;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
    margin: 0;
    font-size: small;
}

#headerbullet ul {
    margin: 0;
}

#nobullet ul {
    margin: 0;
}

#indentbullet ul {
    margin: 0;
}

li {
    color: #FFFFFF;
    font-family: Verdana;
    list-style-type: disc;
    margin-left: 56px;
    font-size: small;
}

#headerbullet li {
    color: #FFFFFF;
    font-family: Verdana;
    list-style-type: disc;
    margin-left: 56px;
    font-weight: bold;
    padding-top: 4px;
}
#indentbullet li {
    color: #FFFFFF;
    font-family: Verdana;
    list-style-type: disc;
    margin-left: 200px;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}

#nobullet li {
    color: #FFFFFF;
    font-family: Verdana;
    list-style-type: none;
    margin-left: 75px;
}

.content
{
    margin: 10px;
    text-align: justify;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: auto;
    font-size: small;
}
a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-size: small;
}
a:hover {
    text-decoration: none;
    color: #FFCC99;
    font-size: small;
}

a:active {
	color:#980000;
	font-size: small;
}



#menu {
    position: inherit;
    text-align: left;
    margin-left: 8px;
    font-family: Verdana;
}
#menu a {
    display: block !important;
    background-image: none !important;
    background-repeat: no-repeat;
}
#menu .menuNormal {
    color: #FFFFFF;
    font-weight: bold;
    font-size: small;
    text-align: left;
}
#menu .menuHover {
	color: #FFCC99;
	font-weight:bold;
	font-size: small;
}
#menu .menuSelected {
	color: #FFCC99;
	font-weight:bold;
	font-size: small;
}

#menu .subMenu table
{
    background-color: #19283D;
    background-image: url(Images/subMenu_bg.gif);
    background-repeat: repeat-y;
    text-align: left;
    padding-left: 4px;
    padding-right: 4px;
}
#menu .subMenuNormal {
	color:#FFFFFF;
	font-weight:bold;
}
#menu .subMenuHover td{
	background-color:#3a5c8c;
	background-image: url(Images/img_menu_hover.gif);
	background-repeat:no-repeat;
	color:#8E985E;
}
.inline
{
    text-align: justify;
}
.space
{
    margin: 5px;
}
.contact
{
    font-family: verdana;
    font-size: 12px;
    font-weight: bold;
    color: #FFFF00;
}

#footer {
    font-size: .9em;
    background-color: #959595;
    color: white;
    width: 100%;
    height: 25px;
    line-height: 25px;
    clear: right;
    text-align: center;
    font-weight: bold;
}

#footer a {
	color: White;
	margin-right: 10px
}