@charset "utf-8";
/* CSS Document */

html, body {
background:#0099CC;

}

#holder {
width:760px;
margin: 0 auto;
background:#fff;
font-size:12px;
font-family:arial;
color:#333333
}

#holder-top {
width:760px;
height:75px;
margin-left:auto;
margin-right:auto;
background:url(../images/top-blue.png);
}

#holder-bottom {
clear:both;
height:75px;
background:url(../images/bottom-blue.png);
}

#banner {
height:125px;
margin-bottom:20px;
}

#menu {
height:25px;
background:#99CC00;

}

#main-right {
float:right;
width:250px;
}

#main-right-content {
margin-top:10px;
margin-right:10px;
}

#main-left {
width:495px;

}
#main-left-content {
margin-top:10px;
margin-left:10px;

}

#main-left p img {
float:left;
padding-right:10px;
}

#footer {

background:#0099CC;
color:#fff;
text-align:center;

}

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #99CC00;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

/*
#navcontainer ul li a:hover
{
background-color: #FF9900;
color: white;
}
*/
#navcontainer #active { border-left: 1px solid #fff; }

