body{
font-family: Arial, 'sans serif'; 
text-align: center; 
background-color: #003C79;

/*The above is the color for the site background, obviously*/

/*
background-color: #E2EBED;
background-image: url(../images/backfade.jpg);
background-repeat: repeat-x;
The portion above was for the fading background*/

margin: 0px; 
padding: 0px; 
font-size: 10pt;
}

#holder{
width: 780px; 
margin: 0 auto; 
background-color: #fff; 
text-align: left;
padding: 0px;
}

#top_line{
text-align: right;
margin: 5px 10px 5px 0;
padding: 0px;
font-weight: bold;
}

#header{
text-align: center;
float: none;
}

#navigation{
float: left;
background-color: #fff;
padding: 0px;
margin: 0px;
width: 150px;
}

#navigation ul{
padding: 0px;
margin: 10px 0 0 16px;
}

#navigation ul ul{
margin: 10px 0 0 0;
}

#navigation li{
list-style-type: none;
padding: 5px 0 5px 0;
border-bottom: solid 1px #E2EBED;

/*The border property above makes those little lines separating the menu options, if they want to change the color*/

}

#navigation ul ul li{
list-style-image: none;
padding-left: 15px;
border: none;
}

#navigation ul ul li.current{
list-style-image: url(/images/current.jpg);
list-style-position: outside;

/*The above makes the current.jpg image the list marker for the current top-level menu option; if they want that changed to a different color or shape, it's probably easiest to just alter the jpg*/

}

#navigation a{
font-weight: bold;
font-family: 'Book Antiqua';
color: #003C79;
text-decoration: none;

/*Styles for the menu; change these to change the menu options except the what you can do one*/

}

#content{
float: right;
background-color: #fff;
margin: 15px 10px 0px 15px;
padding: 0px;
width: 605px;
}

#content ul{
line-height: 1.5;
}

#content li{
list-style-image: url(/images/current.jpg);
list-style-position: outside;
}

#content img{
float: right;
margin: 0 10px 10px 10px;
}

#footer{
text-align: center;
color: #777;
border-top: double;
margin-top: 10px;
margin-bottom: 10px;
clear: both;
padding: 0 10px 0 10px;
}

h2{
color: #475f85;
font-size: 12pt;
font-style: italic;
padding-left: 10px;

/*Page header lines*/

}

h2 h3{
margin: 0px;
}

h3{
color: #777;
font-size: 10pt;
font-style: italic;
padding-left: 10px;
margin-top: 10px;

/*Page sub-headers*/

}

hr{
color: #E2EBED;
background-color: #E2EBED;
border: none;
height: 1px;
width: 80%;
margin: 0;
}

a{
color: #526375;
font-weight: bold;
text-decoration: none;
}

a:visited{
color: #777;
}

a:hover{
text-decoration: underline;
}

.current{
list-style-image: url(/images/current.jpg);
list-style-position: outside;
}

.emphatic{
text-align: center;
}

#black{
color: #000;
}

.column{
float: left;
width: 285px;
margin-top: 10px;
margin-right: 10px;
}

.column .box{
border-top: solid 1px #777;
border-right: solid 1px #777;
margin-bottom: 10px;
padding: 5px;
padding-top: 0px;
}

.column h2{
margin-bottom: 5px;
margin-top: 5px;
}

.column p{
margin: 0px;
text-align: right;
}

.nofloat{
float: none;
text-align: center;
}