@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,/*blockquote,*/th,td {    
    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:url(../images/bodyBkgd.jpg);
font-family:Arial, Helvetica, sans-serif;
font-size:79.5%; 
color:#000000;
}

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:url(../images/containerBkgd.png) repeat-y;
height:auto;
margin:0 auto;
position:relative;
font-size:1em;  /* displayed at 12px */
width:965px;
margin:20px auto 0 auto;
}

#hdr {
background:url(../images/hdr.jpg) no-repeat;
width:944px;
height:140px;
position:relative;
left:2px;
}

#hdr h1 a {
display:block;
width:370px;
height:100px;
outline:none;
}

#hdr h1 span {
display:none;
}

/*********************************/
/*         CONTENT AREA
/*********************************/

#contentarea {
min-height:400px;
width:895px;
position:relative;
float:right;
right:50px;
padding:29px 0 20px 0;
}

#contentarea ul, #contentarea ol {
margin:0 2em;
}

#contentarea a {
color:#0f3d85;
text-decoration:underline;
}

#contentarea a:hover {
color:  ;
text-decoration:none;
}

#contentarea .txthdr {
font-size:1.4em;
}

/*********************************/
/*            FOOTER
/*********************************/

#footer {
background:url(../images/footerBkgd.png) no-repeat top;
width:965px;
height:68px;
clear:both;
padding:0 0 20px 0;
margin:0 auto 20px auto;
color:#dcdbc7;
position:relative;
}

#footer p {
position:absolute;
margin:0;
padding:19px 0 0 0;
text-align:center;
width:943px;
font-size:1.5em;
}

#footer a {
color:#dcdbc7;
text-decoration:none;
}

#footer a:hover {
text-decoration:underline;
}

.clear {
clear:both;
}

.footerIcon {
margin:0 20px;
} 

