﻿@charset "utf-8";
/* CSS Document */

/*********************************/
/*       BROWSER RESET
/*********************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea {    
    margin:0;   
    padding:0;   
} 

/*keep enabled if used for layout
table {  
    border-collapse:collapse;   
    border-spacing:0;   
} */

address,caption,cite,code,dfn,/*em,strong,*/th,var {  
    font-style:normal;   
     font-weight:normal;   
 } 

 caption,th {  
     text-align:left;   
 } 

q:before,q:after {  
    content:'';   
} 

abbr,acronym { border:0;   
}  

a img { border: none; }

/*accessibility links*/
.hidden, .nostyles {
display:none;
margin:0 -10000px 0 0;
}

/*********************************/
/*            BODY
/*********************************/

body {
background:#2E3092;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:75%; 
color:#000000;
margin:0 auto;
}

H1 {font-size:2em}  /* displayed at 24px */
H2 {font-size:1.5em}  /* displayed at 18px */
H3 {font-size:1.25em}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

/*********************************/
/*           CONTAINER
/*********************************/

#container {
background:#FFFFFF;
height:auto;
margin:0 auto;
position:relative;
font-size:1em;  /* displayed at 12px */
width:770px;
}

/*********************************/
/*        HEADER/BANNER
/*********************************/

#hdr {
width:770px;
height:140px;
position:relative;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*   GREEN BAR BELOW BANNER
/*********************************/

#greenbar {
background:#56732E;
height:30px;
}

/*begin breadcrumb*/
#breadcrumb {
margin:0 7px;
line-height:30px;
text-decoration:none;
color:#FFFFFF;
position:relative;
font-weight:bold;
font-size:.9em;
width:520px;
}

#breadcrumb ul li {
display:inline;
}

/*
#breadcrumb ul li a {
background:url(../images/topnav_icon.png) no-repeat left top;
padding:0 0 0 10px;
text-decoration:none;
color:#FFFFFF;
position:relative;
font-weight:bold;
font-size:.9em;
}

#breadcrumb ul li a:hover {
text-decoration:underline;
}
*/

.breadcrumbNode a 
{
    background:url(../images/topnav_icon.png) no-repeat left top;
    padding:0 0 0 10px;
    text-decoration:none;
    color:#FFFFFF;
    position:relative;
    font-weight:bold;

}

.breadcrumbNode a:hover {
    text-decoration:underline;
}

/*begin search*/
#search {
position:relative;
float:right;
top:5px;
}

.searchinput {
width:100px;
margin:0 .5em 0 0;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
padding:0 15px;
margin:20px 0;
}

#contentarea li {
margin:0 0 0 2em;
}

#contentarea a {
color:#e33335;
text-decoration:underline;
}

#contentarea a:hover {
color:#2E3092;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.9em;
font-weight:bold;
color:#2E3092;
text-align:center;
margin:0 0 20px 0;
}

.smallertxthdr {
font-size:1.4em;
color:#2E3092;
}

.justblue {
font-size:1em;
color:#2E3092;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/marbles.jpg) no-repeat top #56732E;
width:772px;
min-height:100px;
height:auto;
clear:both;
}

#footer p {
text-align:center;
padding:55px 0 0 0;
font-weight:bold;
font-size:.9em;
color:#FFFFFF;
}

#footer a {
color:#e33335;
text-decoration:underline;
}

#footer a:hover {
color:#2E3092;
text-decoration:none;
}

/*********************************/
/*            PAGESTYLES
/*********************************/

.MCTstandard{
font-size:1.9em;
color:#2E3092;
}

.smallertxthdr {
font-size:1.4em;
color:#2E3092;
}

.Heading1 {
font-size:1.7em;
color:#2E3092;
}

.Heading2 {
font-size:1.5em;
color:#2E3092;
}

.Heading3 {
font-size:1.3em;
color:#2E3092;
}

.Heading4 {
font-size:1.2em;
color:#2E3092;
}

.Blue {
color:#2E3092;
}


.Red {
	color:#e33335;
}

.Normal 
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px; 
color:#000000;
text-align:left;   
}

.Normal a {
color:#e33335;
text-decoration:underline;
}

.Normal a:hover {
color:#2E3092;
text-decoration:none;
}

.obemail 
{
/*
this is a dummy class 
used for preventing spam
do not delete - thanks
*/       
}
