/* force right scrollbar in non-ie browsers to prevent horizontal jumping */
html {
height: 100%;
margin-bottom: 1px;
}

/* ~~~~~~~~~~~~~~~~~ GENERAL ~~~~~~~~~~~~~~~~~*/

body 
{
background: #115191;
margin: 0;
padding: 0;
color: #000;
font-family: arial,helvetica,sans-serif;
font-size: 1em;
line-height: 1.1em;
}

a:link,
a:visited
{
color: #ef6d22;
text-decoration: none;
}

a:hover,
a:active
{
color: #ef6d22;
text-decoration: underline;
}

img
{
border: 0;
}

.clear
{
clear: both;
}


/* ~~~~~~~~~~~~~~~~~ TYPOGRAPHY~~~~~~~~~~~~~~~~~*/


h1
{
font-size: 1.6em;
color: #159c4d;
font-weight: normal;
margin: 0 0 15px 0;
line-height: 1.3em;
}

h2
{
font-weight: bold;
font-size: 1.2em;
margin-top: 1.8em;
}

ul
{
list-style-image: url('../images/bullet.gif');
line-height: 1.2em;
}

.note
{
color: #84837a;
font-size: 0.8em;
font-style: italic;
margin-top: 2em;
}


/* ~~~~~~~~~~~~~~~~~ NAV ~~~~~~~~~~~~~~~~~*/

.nav
{ 
height: 32px;
background: #000;
color: #df8a0b;
font-size: 16px;
font-weight: bold;
text-align: left;
}

.nav a
{
color: #fff;
}


/* ~~~~~~~~~~~~~~~~~ MAIN ~~~~~~~~~~~~~~~~~*/

.content
{ 
background: #fff url("../images/bg.jpg") 0 0 repeat-y;
color: #115191;
}

ul.bullet
{
margin-top: 0em;
list-style-image: url('../images/bullet.gif');
text-align: left;
font-weight: bold;
font-size: 1.2em;
}


.logos
{
background: #fff;
}







/* ~~~~~~~~~~~~~~~~~ FOOTER ~~~~~~~~~~~~~~~~~*/

.footer
{
background: #000;
padding: 18px;
font-size: 0.8em;
color: #fff;
text-align: center;
}

.pipe
{
color: #e08c0f;
}

/* ~~~~~~~~~~~~~~~~~ BELOW FOOT ~~~~~~~~~~~~~~~~~*/

.belowfoot
{
text-align: left;
font-size: 0.65em;
text-transform: capitalize;
color: #fff;
}

.belowfoot a
{
color: #7398bc;
}
