/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

	
}

#top {
margin-top: 11px;
}

#bottom { 
clear: both;
padding: 0;
width: 100%;
height: 425px;

background: #eeeeee; /*background color of horizontal line*/
/*border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.ubercolordivider2{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #cccccc; /*background color of horizontal line*/

}

.floatleft {
float: left;
}
.floatright {
float: right;
}

/* What can you do */
.tblmain {
margin-top: -10px;
}
