/*
body {
    font: normal 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    color:#3F3F3F;
    text-align:center;
}
#container {
    background-color: #FFFFFF;
    background-image: url(cole.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    width: 95%;
    margin: 0px auto 15px auto;
    padding:15px 0px 15px 0px;
    border: thin solid Black;
}
If you want the pages in a centered bordered box.
1. Uncomment this block
2. Remove these three lines (or comment them out)
3. Comment the old body and container sections below.
*/
body {
    font: normal 12px 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    color:#3F3F3F;
    background-image: url(cole.jpg);
    background-position: top right;
    background-repeat: no-repeat;
}
#container {
    padding:15px 0px 15px 0px;
}

.sidebar-block a, #banner a  {
    text-decoration:none;
    color:#CCFFFF;
}

a:hover {
    background : #deeff7;
    color : #00366C;
    text-decoration : none;
}
a:hover .brackets {
    color : #000000;
}


.brackets {
    font-weight:normal;
    color:white;
}

.sidebar-title {
    background-color: Black;
	margin-bottom: 15px;
	padding-bottom: 3px;
    text-align:center;
    color:white;
}
.sidebar-block{
    padding: 10px;
    font-weight:bold;
    color:#CCFFFF;
    background-image: url(screenblack.gif);
    text-align:center;
}
#content{
    text-align:left;
    float:left;
    /* padding-right:150px; */
    padding-left:50px;
    padding-top:40px;
    line-height: 165%;
    width:55%;
}

h3 {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #003333;
	background-image: url(raindrop.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	height: 32px;
	margin-top: 14px;
	margin-bottom: -5px;
}
h3 span {
	border-bottom: 1px dotted #000000;
	padding-bottom: 3px;
}

/*
#copyright {
    visibility: hidden;
}
*/

