﻿
body {	
	margin:0;
	padding:0;
	font-size:small;
	font-family:Trebuchet, Arial, sans-serif;
	color:#004990;
	background-image:none;
	width:100% ;
	text-align:center;
	font-size:62.5%; /* 16px × 62.5% = 10px */
	font-size:1em;
	line-height:1.7em;
}


/* ===================  Top Sections ==================== */
#All {
    padding-top:10px;
    width:100%;
}


#Top { 
    margin:0 auto;
    width:966px;
    text-align:left;
}

#Container {
  padding:0 20px;
  float:left;
  width:966px;
} 

#Main {
  width:600px;
  float:left;

} 

#Sidebar, #mastHead, #global {              
    display:none;
}





#bottom {
    clear:both;
    background:#ccc;
    width:100%;
}

#footer, #footerBarContainer {
    display:none;
}


#footAddress {
    clear:both;
    color:#000;
    background:#ccc;
    width:100%;
    text-align:center;
    font-size:.8em;
    line-height:50px;
    border:1px solid #999b9e;
    border-left:0;
    border-right:0;
}
 
 #footAddress img {display:none;}
	

/*============== General ======================== */	
img {border:0;}
p {padding:1em 0 1em 0; margin:0;}
p.padded {padding:1em 20px 1em 20px;}
.txtCenter {text-align:center;}
.txtSmall {font-size:.9em;}

/* =============== Headings  ======================   */

h1 {
font-weight:900;
font-size:1.0em;
background: url(/img/h1.png) no-repeat;
padding:0 0 0 70px;
line-height:18px;
margin:1.2em 0 0 0;
}



h2 {
font-weight:900;
font-size:1.3em;
text-align:right;
border-bottom:1px solid #2b357d;
padding:1em 0 3px 0;
color:#2b357d;
font-style:oblique;
margin:0;
}

h3 {
font-weight:900;
font-size:1.0em;
text-align:right;
border-bottom:1px solid #2b357d;
padding:1em 0 3px 0;
color:#2b357d;
font-style:oblique;
margin:0;
}

h4 {
font-weight:900;
font-size:1em;
color:#2b357d;
padding:0;
margin:0;
}

h5 {
font-weight:900;
font-size:1.1em;
}


/*  ======== LISTS =============== */

	
ul.square {
margin:20px 0 0 0;
border:0;
padding:0;
list-style-image:url(../img/li_bullet.gif);
}


ul.square li {
padding-bottom:.8em;
margin-left:40px;
}

.li_acrobat {
list-style-image:url(/img/icon_acrobat_small.gif);
position:relative;
left:50px;
}

.li_excel {
list-style-image:url(../img/icon_excel.gif);
position:relative;
left:50px;
}

.li_powerpoint {
list-style-image:url(../img/icon_powerpoint.gif);
position:relative;
left:50px;
}

.li_word {
list-style-image:url(../img/icon_word.gif);
position:relative;
left:50px;
}

.li_zip {
list-style-image:url(../img/icon_zip.gif);
position:relative;
left:50px;
}

.li_quicktime {
list-style-image:url(../img/icon_quicktime.gif);
position:relative;
left:50px;
}

.li_wmv {
list-style-image:url(../img/icon_wmv.gif);
position:relative;
left:50px;
}

ul.triangle {
list-style-image:url(../img/li-arrow.png);

}

ul.triangle li {

padding:10px 0;
}

/* ==============LINKS  ================*/

a, a:link, a:visited, a:hover, a:active {
color:#2b357d;
font-weight:900;
background:transparent;
text-decoration:underline;
display:inline;
}

a:hover { color:#71706f; }


