
/* Layout Stylesheet */ 

body {
 margin:2px;
 background:#ffffff;
 color: #333333;
 text-align:left;
 font-family: Arial;
 position:absolute;
 left:0px;
 top:0px;
}

#outer {
 text-align:left;
 border:0px solid #3366cc;
 width:750px;
 margin:auto;
 }

#hdr {
 height:90px;
 background:#ffffff;
 color: #333333;
 font-family: Arial;
 }

#bar {
 height:25px;
 background:#3366cc;
 color: #ffffff;
 border:solid #ffffff;
 padding:2;
 border-width:0px 0 0px 0;
 }

#bodyblock {
 background: #3366cc;
 color: #333333;
 font-family: Arial;
 width:750px;
 padding:0;
 }

#l-col {
 float:left;
 background:#3366cc;
 color: #99ffff;
 width:145px;
 font-family: Arial;
 font-size: 70%;
 font-weight: normal;
 }

#cont {
 width:630px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;
 position:relative;	
 border-width:0 0 0 0px;
 font-family: Arial;
 font-size: 90%;
 text-align:left;

 }

#ftr {
 height:25px;
 background:#ffffff;
 color: #000000;
 border:solid black;
 border-width:0px 0 0 0;
 margin:0;
 font-family: Arial;
 font-size: 65%;
 text-align:center;
 padding:2;
 }



a.navlink2:link {color: #99ffff; text-decoration: none}
a.navlink2:visited {color: #99ffff; text-decoration: none}
a.navlink2:hover {color: #cccccc; text-decoration: none}

a.two:link {color: #ff0000}
a.two:visited {color: #0000ff}
a.two:hover {font-size: 150%}

a.navlink:link {color: #ff0000}
a.navlink:visited {color: #0000ff}
a.navlink:hover {background: #66ff66}

a.four:link {color: #ff0000}
a.four:visited {color: #0000ff}
a.four:hover {font-family: monospace}

a.five:link {color: #ff0000; text-decoration: none}
a.five:visited {color: #0000ff; text-decoration: none}
a.five:hover {text-decoration: underline}


#list-menu {
position:absolute;
left:2px;
top:145px;
width: 132px;
/* this width value is also effected by
the padding we will later set on the links. */
}


#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: arial;
font-size: 70%;
font-weight: 550;
font-size: 12px; 
} 

#list-menu li {
margin: 2px 0 0;
} 

#list-menu a {
display: block;
width:120px;
padding: 2px 2px 2px 10px;
border: 0px solid #000000;
background: #3366cc;
text-decoration: none;
filter:blendTrans(duration=0.5);
text-decoration: none; /*lets remove the link underlines*/
} 

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #99ffff;
}



#list-menu a:hover {
border: 0px solid #000000;
background: #003399 url(images/background1.gif);
color: #ffffff;
}




#searchg {
position:absolute;
left:-4px;
top:355px;
width: 132px;
text-align:center;
border: 0px solid #3366cc;
/* this width value is also effected by
the padding we will later set on the links. */
}

.textgsearch { 
 font-size: 11px;
 width: 100px; 
 background-color: #99ffff; 
 font-family: Arial; 
}


.gbutton { 
 font: 11px Arial; 
 background-color: #99ffff; 
 color: #003399; 
 margin-top: 3px; 
 margin-bottom: 3px; 



