body {
	color: #cccccc;
	background: #394963;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
}

ul {
	list-style: square inside;
}

a {
    color: #FFFFFF;
    font-size: 11px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

a:hover, a:visited:hover
{
    color: #92C5DA;    
}

.box {
   background-color: #536075;
    border: 1px solid #65758C;
    width: 98%;
}

.smallbox {
    background-color: #536075;
    border: 1px solid #65758C;
    width: 80%;
}

.small {
	font-size: 10px;
}

.highlight {
	color: #ffffbb;
}

.pageHead {
	text-align: right;	
	font-weight: bold;
}

.tablePrimary {
    background-color: #76869D;
}

.tableSecondary {
	background-color: #65758C;
}

.bitTitle {
 background-image: url('../images/titlebg.gif'); 
 font-weight: bold;
 color: #ffffbb;
}

.bitBody {
	background-color: #65758C;
	width: 77%;
}

.bitLinks {
	background-color: #76869D;
	width: 23%;
	color: #ffffff;
}

.bitLinksTopic {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.okay {
	color: #00bb00;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

#left {
        float: left;
        width: 15%;
}

#right {
        float: left;
        width: 84%;
        border-left: 1px solid #eee;
}
