BODY {
	background-color: #3F3F3F;
	font-family: verdana,geneva,arial,helvetica,sans-serif; 
	margin: 0;
	height: 100%;
	width: 100%;
}
td {
	font-family: verdana,geneva,arial,helvetica,sans-serif; 
	font-size: 10px; color: #CCCCCC; 
	font-weight: bold; 
	line-height: 16px

}
/*************************************************/
/* Basic layout def.                             */
/*************************************************/
#main-holder {
	width: 760px;
	height: 1%;
	margin: 0 auto;
	background-color: #fff;
	padding: 0 1px 0 1px;
}
#header, #footer {
	width: 100%;
	height: auto;
	background-color: #000;
	margin-bottom: 1px;
}
#content {
	width: 100%;
	height: auto;
	clear: both;
	display: table;
/*	margin-bottom: 1%; */
}
#content #main {
	width: 567px;
	height: auto;
	background-color: #332;
	margin-right: 1px;
	float: left;
}
#content #sub {
	width: 192px;
	height: 100%;
	background-color: #332;
	float: left;
	font-size: 12px;
	padding-bottom:15px;
}
/*************************************************/
/* Additional def.                               */
/*************************************************/
BODY * {
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header H1 {
	text-indent: 20px;
	line-height: 80px;
	margin: 0;
	font-weight: normal;
}
#footer {
	text-align: right;
	font-size: 11px;
}
#footer .pad {
 	margin: 5px 20px 5px 20px;
}
#sub .pad {
	margin: 5px 10px 5px 10px !important;	
}
#content .pad {
	 margin: 20px;
}
#sub A.button {
	display: block;
	width: 100%;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	background-color: #000;
	text-decoration: none;
	line-height: 25px;
	text-indent: 10px;
	border-bottom: 1px solid #fff;
}
#sub A.button:hover {
	background-color: #333;
	text-decoration: none;
}
#content #main H2 {
	font-size: 19px !important;
	font-weight: normal;
}
#content #main {
	font-size: 13px;
}
#sub H5 {
	margin:0;
}
#sub .pad:first-child {
	margin-top:0;
}

div ul {
        font-size: 12px;  color: #CCCCCC;
	font-family: verdana,geneva,arial,helvetica,sans-serif;
       	padding: 0px 100px 10px 10px;
        margin: 0px auto;
        border-width: 0px 0px 0px 0px;
        border-style: solid;
        border-color: #000114;
        list-style-type:  none;
        height: 400px;
        overflow: auto;
}
input {
	color:	#000000;
	border-style:	solid;
	border-color:	#000114;
}

A:link, A:visited, A:active { text-decoration: none; color: #ffffff }
