body{
background-color:#f2f2f2;
background-repeat:repeat-x;
font-family:helvetica;
font-size:10pt;
margin:0px;
}
#container{
width:950px;
margin:auto;
}
#header{
background-image:url(/site_template/images/header.png);
background-repeat:no-repeat;
height:164px;
}
#splash{
background:url(/site_template/images/border-bottom.png);
background-repeat:repeat-x;
background-position:bottom;
padding-bottom:20px;
overflow:auto;
background-color:#fff;
padding-left:20px;
padding-right:20px;
margin-bottom:15px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}
#splash h1{
font-size:50pt;
text-transform:uppercase;
width:600px;
line-height:60px;
margin-top:0px;
margin-bottom:0px;
color:#333;
}
#splash p{
margin-top:10px;
font-size:16pt;
color:#666;
width:600px;
line-height:30px;
}
#navigation_left{
width:325px;
float:left;
}
#navigation_right{
width:325;
float:right;
}
#navigation_right ul,
#navigation_left ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#navigation_right ul li,
#navigation_left ul li{
float:left;
margin-top:63px;
}
#navigation_right ul li a,
#navigation_left ul li a{
display:block;
width:162px;
text-align:center;
text-decoration:none;
line-height:55px;
color:#333;
}
#navigation_right ul li a:hover,
#navigation_left ul li a:hover{
color:#004080;
}
#footer{
background:#333;
padding:20px;
border-top:15px solid #666;
}
#footer table{
color:#ccc;
}
#footer table a{
color:#ccc;
margin-bottom:10px;
}