html, body {height:100%}
body {
padding:0;
margin:0;
background:#EFF0FE url(images/axbg.png) repeat-x left top;
color: #000000;
font-size: 100%;
font-family:  Verdana, sans-serif; 
line-height: 140%;

    }

#outer{
min-height:100%;
margin-left:200px;
margin-right:200px;

background-color:#EFF0FE url(images/axbg.png) repeat-x left top;
border-left:0px solid #000;
border-right:0px solid #000;
margin-bottom:-52px;
color: #000000;

}
* html #outer{height:100%;} /* IE6 and under treat height as min-height anyway*/



#header{
min-height:140px;
background-image: url(images/newlogo.jpg);
background-repeat: no-repeat;
border-top:0px solid #000;
border-bottom:1px solid #EEEFFE;
color: #000;
position:relative;
margin:0 -200px;
padding-top:1px;

}
/* mac hide \*/
* html #header{height:56px;he\ight:1px}/* height needed for ie to force layout*/
/* end hide*/


.menu-block {
position:relative;/*ie needs this to show float */
width: 750px;
height: 20px;
margin-left: 220px;
margin-top: 110px;
font-size:1em;
  } 

.topad-block {
position:relative;/*ie needs this to show float */
width: 600px;
height: 20px;
margin-left: 250px;
margin-top: 1px;
margin-bottom:5px;
padding-left:15px;
font-size:90%;

  } 

ul {
list-style-type: none; /* suppression of useless elements */
width: 100%; /* precision for Opera */
}

li { 
float: left;
} /* lists aligned to the left */

.menu-top a {
margin:0px 10px;
color: #964415;
     font-weight: bold;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
}

.menu-top a:hover{ 
background-color: rgb(249, 245, 187);
  font-weight: bold;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    }

.menu-top a:visited { 
color: #C08300;
     font-weight: bold;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    }

.clear {
  clear: both;
  height: 0;
}

#left {
position:relative;/*ie needs this to show float */
width:200px;/* same as the left margin on #outer*/
float:left;
margin-left:-199px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
left:-2px;/* push column into position*/
background-color:#EFF0FE;
}

#left p {padding-left:7px;padding-right:10px}

#right {
position:relative;/*ie needs this to show float */
width:200px;/* same as right margin on #outer*/
float:right;

margin-right:-199px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
left:2px;/* push column into position*/
background-color:#EFF0FE;
}
#right p {padding-left:20px;padding-right:7px;}

#right-parent {
position:relative;
height:100%;
width:190px;
border:3px;

}

.right-1{
position:relative;
background-color:#F5F7FF;
border:1px solid #224B82;
font-size:90%;
margin-top: 7px;
margin-left: 12px;
padding-top:0px;
padding-left:6px;
padding-right:6px;
padding-bottom:0px;
text-align:center;
line-height: 125%;
}

.right-2{
position:relative;
background-color:#EFF0FE;
border:1px solid #EFF0FE;
font-size:90%;
margin-top: 10px;
margin-left: 12px;
padding-top:0px;
padding-left:6px;
padding-right:6px;
padding-bottom:6px;
text-align:center;
line-height: 125%;
}

.right-3{
position:relative;
background-color:#EFF0FE;
border:1px solid #EFF0FE;
min-height:70px;
font-size:90%;
margin-top: 10px;
margin-left: 12px;
padding-top:0px;
padding-left:6px;
padding-right:6px;
padding-bottom:6px;
text-align:left;
line-height: 130%;
}

.left-2{
position:relative;

background-color:#EFF0FE;
border:1px solid #EFF0FE;
font-size:90%;
margin-top: 6px;
margin-left: 0px;
padding-top:5px;
padding-left:6px;
padding-right:0px;
padding-bottom:6px;
text-align:left;
line-height: 125%;
}

.poll{
position:relative;
background-color:#F5F7FF;
border:1px solid #224B82;
font-size:90%;
margin-top: 10px;
margin-left: 12px;
padding-top:0px;
padding-left:6px;
padding-right:6px;
padding-bottom:10px;

line-height: 125%;

}



#main{
margin-left: 24px;
margin-right: 12px;

}


.left-nav {
font-family: Arial,Helvetica,sans-serif;
padding-left:8px;
font-size: 90%;
line-height: 150%;
padding-bottom:5px;
}

.extras{
position:relative;
background-color:#F5F7FF;
border:1px solid #224B82;
font-size:90%;
margin-top: 10px;
margin-left: 12px;
padding-top:0px;
padding-left:6px;
padding-right:6px;
padding-bottom:10px;
text-align:center;
line-height: 125%;
}

.amped{
position:relative;
margin-top: 10px;
margin-left: 9px;
padding-top:0px;
padding-left:2px;
padding-right:2px;
padding-bottom:1px;
font-weight: bold;
text-align:center;
line-height: 125%;
}
	

.update{
position:relative;
font-size:90%;
padding-left:8px;
padding-right:6px;
line-height: 125%;

}

.tlad {float:right;
width:130px;
margin-right: 10px;
font-weight: bold;


}

.tlad2 {float:left;
width:135px;
margin-left: 5px;
font-weight: bold;
text-align:center;
border:1px solid #224B82;
margin-right: 20px;

}


.search{
position:relative;
width:430px;
line-height:30px;

}

#footer {
width:100%;
clear:both;
height:50px;
border-top:1px solid #224B82;

background-color: #EFF0FE;
color: #000000;
text-align:center;
font-size:85%;
position:relative;
line-height: 120%;
}
* html #footer {/*only ie gets this style*/
\height:52px;/* for ie5 */
he\ight:50px;/* for ie6 */
}

 #clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
* html #main {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */


a:hover,a:active{color:#964415; text-decoration: underline;}
a.menu:link{color:#964415; text-decoration: underline;}
a.menu:visited{color:#C08300; text-decoration: underline;}
a.menu:hover,a.menu:active{color:#A04000}
table.menu{color:#000000; background-color:#EFF0FE; font-size:11px}
td.menuselected{color:#D9812A; background-color:#EFF0FE; font-size:11px}



  a:link { color: #964415;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    }
  a:visited { color: #C08300;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    }
  a:hover { background-color: rgb(249, 245, 187);
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    
    }

  h1 { font-family: Arial,Helvetica,sans-serif;
    color: #224B7F;
font-size:130%;
line-height: 100%
    }

  h2 { font-family: Arial,Helvetica,sans-serif;
    color: #468B99;

font-size:120%;
line-height: 170%

    }

  h3 { font-family: Arial,Helvetica,sans-serif;
    color: #4E6B7C;

font-size:115%;
line-height: 100%
    }



