
body{ 
background-color:#E7E8E9;
font-size:16px; 
margin-left: auto;
margin-right: auto; 
padding:0; 
min-width:1000px; /* for modern browsers */
max-width:1000px;

}

a:link {
background:#CCDDED;
color:#0054A6;
text-decoration:none;
font-size:16px;}      /* unvisited link */
a:hover {
background:#0054A6;
color:#fff;
text-decoration:none;
font-size:16px;}  /* mouse over link */



#header{ 
height:225px;
background-image:url('./images/header_back.png');
background-color:#FFFFFF;
border-radius:25px 25px 0px 0px;

}

#header a {
   color:#0054A6;
   text-decoration:none;
   font-size:16px;
   font-weight:bold;

}

#header a:hover {

background:#000;
color:#fff;
}

#centeredmenu{ 
width:100%;
background-color:#0054A6; 
height:50px;
align: center;


}

#center { 
background-color:#CCDDED; 
min-height:600px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:600px; /* for IE5.x and IE6 */
margin:0;
padding: 10px;

}

#footer { 
clear:both;
background-color:#3376B8;
height:100px;
text-align:center;
border-radius:0px 0px 25px 25px;
}

#columns {
width: 900px;
margin: auto;
}

#columns div {
width: 300px; 
height: auto; 
float: left;

}

#centeredmenu {
   float:left;
   width:100%;
   background:#3376B8;
   border-bottom:4px solid #000;
   overflow:hidden;
   position:relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#3376B8;
   color:#fff;
   text-decoration:none;
   font-size:16px;
   font-weight:bold;
   line-height: 2em;
}
#centeredmenu ul li a:hover {
   background:#000;
   color:#fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
}