/* LAST EDIT: 10/20/08 - Roy */


/* ::::::: Genereal Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #1F4485;
}

h1 {
font: normal 20px/28px Arial, Helvetica, sans-serif;
color: #666666;
padding: 0px 0px 10px 0px;
}

h2 {
font: bold 18px/24px Arial, Helvetica, sans-serif;
color: #1F4485;
}

h3 {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #1F4485;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
padding: 5px 0px 10px 0px;
}

ul {
list-style-position: outside;
margin: 5px 0px 5px 20px; 
}

li {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

a:link, a:active, a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: underline;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}

img.Left {
float: left;
margin: 5px 10px 5px 0px;
padding: 0px;
border: 0px;
}

img.Right{
float: right;
margin: 5px 0px 5px 10px;
padding: 0px;
border: 0px;
}

a.button:link, a.button:active, a.button:visited {
font: bold 11px/40px arial;
padding: 3px 10px;
text-decoration: none;
background: #96DAE6;
color: #1F4485;
border: 1px solid #1F4485;
}

a.button:hover {
font: bold 11px/40px arial;
padding: 3px 10px;
text-decoration: none;
background: #4EBBCF;
color: #1F4485;
border: 1px solid #1F4485;
}

table {
}

tr {
}

th {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

fieldset {
font: bold 12px/18px Arial, Helvetica, sans-serif;

}



/* ::::::: Header ::::::: */

.TopOfPage {
background: #ffffff url(img/header.gif) center top no-repeat;
width: 100%;
height: 91px;
}

.TopOfPageInner {
width: 800px;
height: 91px;
margin: 0px auto;
position: relative;
}

a.HomeLink {
position: absolute;
top: 0;
left: 0;
width: 110px;
height: 91px;
}

a.HomeLink span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: #96DAE6 url(img/nav.gif) center top no-repeat; 
border-top: 1px solid #267bb0;
border-bottom: 1px solid #000000;
text-align: center;
margin: 0px;
padding: 0px;
}

ul#nav {/* Main List */
width: 800px;
height: 29px;
display: block;
margin: 0px auto;
}

ul#nav, ul#nav li ul { /* all lists */
list-style: none;
text-align: center;
}

ul#nav li { /* main list items */
float: left;
position: relative;
width: 160px;
}

ul#nav li a { /* main links */
font: normal 12px/29px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 29px;
}
ul#nav li a:hover {
background: url(img/hover.gif) left top no-repeat;
font: normal 12px/29px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 29px;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border-top: 1px solid #171142;
border-right: 1px solid #171142;
width: 157px;
margin: 0px;
}

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 1px solid #171142;
border-left: 1px solid #171142;
width: 156px;
}

ul#nav li ul li a { /*sub links */
background: #96DAE6;
font: normal 12px/24px Arial, Helvetica, sans-serif;
color: #00225a;
height: 24px;
}

ul#nav li ul li a:hover {
background: #00356D;
font: normal 12px/24px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 24px;
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
display: block;
}


/* ::::: Home ::::: */

.HomeOne {
background: url(img/home1.gif) center top no-repeat;
height: 74px;
}

.HomeTwo {
background: #9bafc7;
height: 140px;
padding: 5px 0px;
}

.HomeTwoInner {
width: 800px;
margin: 0px auto;
}

.HomeTwoInner img {
float: right;
padding: 0px 0px 0px 5px;
}

.HomeTwoInner p {
font: normal 12px/24px Arial, Helvetica, sans-serif;
text-align: right;
color: #0e3e78;
float: left;
}

.HomeTwoInner a:link, .HomeTwoInner a:visited, .HomeTwoInner a:active {
font: normal 12px/22px Arial, Helvetica, sans-serif;
text-align: right;
color: #0e3e78;
text-decoration: none;
}

.HomeTwoInner a:hover {
font: normal 12px/22px Arial, Helvetica, sans-serif;
text-align: right;
color: #0e3e78;
text-decoration: underline;
}


.HomeThree {
width: 800px;
margin: 0px auto;
padding: 20px 0px;
}

.HomeThreeInner img {
float: left;
padding: 0px;
margin: 0px;
}

.HomeThreeInner {
width: 400px;
float: right;
}

.HomeThreeInner h3 {
font: bold 16px/24px Arial, Helvetica, sans-serif;
color: #0e3e78;
}

.HomeThreeInner p {
font: normal 12px/16px Arial, Helvetica, sans-serif;
color: #333333;
margin: 0px;
padding: 5px 0px;
}

.HomeThreeInner a {
color: #1ca4bf;
}


/* ::::  Wrap ::::: */

.Wrap {
background: #ffffff url(img/world-bottom.gif) center top no-repeat;
}

.WrapInner {
width: 800px;
margin: 0px auto;
padding: 20px 0px;
}

/* ::::: MainContent ::::: */

.MainContent {
width: 560px;
float: left;
}


/* :::::: Right Margin ::::: */

.RightMargin {
width: 200px;
float: right;
}

.RightMargin img {
width: 200px;
margin: 10px 0px;
}

.Sublinks {
border-top: 1px solid #30a3c0;
}

.Sublinks a:link, .Sublinks a:active, .Sublinks a:visited {
font: normal 12px/22px Arial, Helvetica, sans-serif;
background: #6fccdd;
width: 200px;
text-align: center;
color: #FFFFFF;
height: 22px;
display: block;
border-bottom: 1px solid #30a3c0;
text-align: none;
text-decoration: none;
}


.Sublinks a:hover {
font: normal 12px/22px Arial, Helvetica, sans-serif;
background: #4ebbcf;
width: 200px;
text-align: center;
color: #FFFFFF;
height: 22px;
display: block;
border-bottom: 1px solid #30a3c0;
text-align: none;
text-decoration: none;
}



 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
background: #96dae6;
border-top: 1px #636565 solid;
text-align: center;
clear: both;
height: 24px;
}

.SiteFooter p {
margin: 0px;
padding: 0px;
}

.SiteFooter a:link, .SiteFooter a:active, .SiteFooter a:visited {
color: #042B5A;
margin: 0px 25px;
padding: 0px;
font: normal 11px/24px Arial, Helvetica, sans-serif;
text-decoration: none;
}

.SiteFooter a:hover {
color: #042B5A;
margin: 0px 25px;
padding: 0px;
font: normal 11px/24px Arial, Helvetica, sans-serif;
text-decoration: none;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
background: #1f4485;
text-align: center;
padding: 10px 0px 50px 0px;
}

.Footer p {
color: #ffffff;
font-size: 9px;
}

/* ::::::: pres button ::::::: */

.PresentationButton a {
float: left;
clear: left;
width: 141px;
padding: 5px 5px 5px 50px;
background: #1F4485 url(img/pdf.png) 2px center no-repeat;
text-decoration: none;
color: white;
font: bold 10px/13px arial;
}
.PresentationButton a:hover {
float: left;
clear: left;
width: 141px;
padding: 5px 5px 5px 50px;
background: #05244D url(img/pdf.png) 2px center no-repeat;
text-decoration: none;
color: white;
font: bold 10px/13px arial;
}

.PresentationButtonHome a {
float: left;
clear: left;
padding: 10px 5px 10px 50px;
background: #1F4485 url(img/pdf.png) 2px center no-repeat;
text-decoration: none;
color: white;
font: bold 12px/18px arial;
margin: 0px 0px 10px 0px;
}
.PresentationButtonHome a:hover {
float: left;
clear: left;
padding: 10px 5px 10px 50px;
background: #05244D url(img/pdf.png) 2px center no-repeat;
text-decoration: none;
color: white;
font: bold 12px/18px arial;
margin: 0px 0px 10px 0px;
}
