/* new CSS file */

body 
{
margin: 0;
padding: 0;
text-align: center;
background-color: #142036;
font-family:Arial, helvetica, sans-serif;
font-size: 13px;
}

a 
{
color: #fff;
font-size: 12px;
letter-spacing: .2em;
text-decoration: none;
}

a:hover 
{
color: #f00;
text-decoration: underline;
}

h1
{
font-size: 22px;
margin: 0 0 10px 0;
}   

#bodyc 
{
margin: 0 auto;
border-left: solid 1px #a2a9b3;
border-right: solid 1px #a2a9b3;
}

#bottom 
{
margin: 0 auto;
background-image: url(/images/repeat_nav_btm.jpg);
background-repeat: repeat-x;
border-right: solid 1px #a2a9b3;
}

#content 
{
margin: 0 auto;
text-align: left;
background-color: #142036;
width: 90%;
}

#footer 
{
color: #a2a9b3;
border-left: solid 1px #a2a9b3;
border-right: solid 1px #a2a9b3;
border-bottom: solid 1px #a2a9b3;
text-align: center;
padding: 5px;
}

#footer a 
{
color: #a2a9b3;
font-size: 12px;
letter-spacing: .2em;
text-decoration: none;
}

#footer a:hover 
{
color: red;
}

#header 
{
margin: 0 auto;
background-image: url(/images/bkd_nav.gif);
background-repeat: repeat;
border-right: solid 1px #a2a9b3;
}

#index
{
color: #a2a9b3;
margin-left: 0px;
padding: 25px;
/*margin-right: 200px;*/
}

#login
{
height: 54px;
background-image: url(/images/repeat_login.jpg);
background-repeat: repeat-x;
border-left: solid 1px #a2a9b3;
border-right: solid 1px #a2a9b3;
}

#main 
{
margin: 20px 0 0 0;
background-image: url(/images/repeat_search.jpg);
background-repeat: repeat-x;
color: #aaaaaa;
border-right: solid 1px #a2a9b3;
}

#menu 
{
height:22px;
margin: 0 auto;
text-align: center;
color: #5b7ab1;
border-left: solid 1px #a2a9b3;
border-right: solid 1px #a2a9b3;
background-color: #1a2a44;
}

#menu a 
{
color: #d2dce6;
background-color: #1a2a44;
vertical-align: middle;
margin: 10px 10px 0 10px;
}

#menu a:hover 
{
color: #000;
background-color: #5b7ab1;
}

#news 
{
color: #a2a9b3;
/* position: absolute; */
/* right: 5%; */
/* left: 10%; */
padding: 0px;
/* width: 150px; */
width: 400px;
height: 330px;
/* overflow: visible; */
}

#showimage
{
background-color: #ffffff; 
color: #ffffff; 
margin: 0 auto 0 auto;
/* position: absolute; */
/* left: 150px; */
/* left: 90px; */
/* top: 360px; */
width: 820px; 
height: 820px; 
opacity: 0; 
-moz-opacity: 0; 
-khtml-opacity: 0; 
filter: alpha(opacity=0); 
z-index: 99;
}

#welcome
{
margin: 0 auto;
background-image: url(/images/repeat_hdr_ylw.jpg);
background-repeat: repeat-x;
border-right: solid 1px #a2a9b3;
border-left: solid 1px #a2a9b3;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - */


.rollover a 
{
display: block;
background-color: #a2a9b3;
}

.rollover a:hover 
{
background-color: #990000;
}




