#header { 
color : #333;
width : 1000px;
height : 133px;
float : left;
margin : 0px 0 0px 0;
background-image : url(graphics/top.png);
background-repeat : no-repeat;
} 



#navigation { 
float : left;
width : 1000px;
height : 36px;
color : #333;
margin:0px 0px 0px 0px;
background-image : url(graphics/top2.png);
background-repeat : no-repeat;
background-color : #1f00ca;
} 


#navigation ul { 
font-family : Verdana,Tahoma,Arial,Sans-serif;
font-size : 11px;
font-weight : bold;
color : #ffffff;
width : 1000px;
text-align : left;
margin : 0;
padding-bottom : 6px;
padding-top : 11px;
padding-left : 45px;
} 


#navigation ul li { 
display : inline;
} 


#navigation ul li a { 
padding : 4px 38px 5px 39px;	/*2nd controls distance between each item.*/
color: #ffffff;
text-decoration : none;
text-align : center;
border-left : 0px solid #004ab2;
border-right : 0px solid #004ab2;
margin-right : 0px;
} 


#navigation ul li a.here,
#navigation ul li a:hover {
color : #000000;
background-color: #D3D9E9;
} 


#flashrow { 
float : left;
border-bottom : 0px solid #4e7fb6;
height : 222px;
width : 963px;
display : inline;
background-image : url(graphics/flash.png);
background-repeat : no-repeat;
} 

#flashrowright { 
float : right;
width : 710px;
padding-top : 5px;
} 



#footer { 
width : 1000px;
height : 103px;
margin : 0px 0px 0px 0px;
text-align : center;
display : inline;
float : left;
position : relative;
padding-top : 0px;
padding-bottom : 90px;
background-repeat : no-repeat;
background-image : url(graphics/bottom.png);
} 


#footer p { 
font-size : 0.9em;
text-align : center;
} 


#footer a { 
color : #173aff;
text-decoration : none;
} 
