body  {
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif;
	color: #2E4450;
	background: #F3F3F3;
	margin: 0;
	padding: 0;
	text-align: center;
	border: 0;
}
a:link {
	font-weight: bold;
	color: #F68B1E;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #F68B1E;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #F68B1E;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color:#CC6600;
}

.bodyStyle #page { 
    margin: 20px auto;
	width: 900px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 3px solid #F7F7F7;
	text-align: left;
} 
.bodyStyle #header { 
    height:80px;
	background: #FFFFFF; 
	padding: 0 10px;
} 
.bodyStyle #separator {
	background: #F68B1E;
	padding-top: 3px;
	padding-left: 10px;
	height: 20px;
	font: Trebuchet MS,Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
}
.bodyStyle #separator_left {
	float: left;
	height: 20px;
	color: #FFFFFF;
}
.bodyStyle #separator_right {
	float: right;
	height: 20px;
}
.bodyStyle #header h1 {
	margin: 0;
	padding: 10px 0;
}
.bodyStyle #sidebar {
	margin-top: 20px;
	float: left; 
	width: 220px; /* since this element is floated, a width must be given */
	height: 250px;
	background: #FFFFFF; /* top and bottom padding create visual space within this div  */
	border: 0px;
	float: left;
}
.bodyStyle #frame{
	float: left;    /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin-top : 20px;
	margin-right: 20px;
    font: Trebuchet MS,Tahoma,Helvetica,sans-serif;
	font-size:14px;
	text-align: left;
}
.menuBody {
	width: 220px;
	text-align: left !important;
}
.menu ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}
.menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #CCCCCC;
	list-style-type: none;
	cursor: pointer !important;
}
.menu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #CCCCCC;
	cursor: pointer !important;
}
.menu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	background: white;
}
.menu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	background: white;
	cursor: pointer !important;
}
#topmenu{
   margin-bottom: 3px;
   padding-top: 2px;
   text-indent: 5px;
   font: Trebuchet MS,Tahoma,Helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
}
#topmenu:hover{
	background-color: #AAAAAA;
}
#topmenu a:link{
   color: #FFFFFF;
   text-decoration: none;
}
#topmenu a:active{
   color: #FFFFFF;
   text-decoration: none;
}
#topmenu a:visited{
   color: #FFFFFF;
   text-decoration: none;
}
#topmenu a:hover{
   color: #FFFFFF;
   text-decoration: none;
}

#hasmenu{
   padding-top: 2px;
   text-indent: 5px;
   font: Trebuchet MS,Tahoma,Helvetica,sans-serif;
   font-size: 14px;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
}
#hasmenu:hover{
	background-color: #AAAAAA;
}
#hasmenu a:link{
   color: #FFFFFF;
   text-decoration: none;
}
#hasmenu a:active{
   color: #FFFFFF;
   text-decoration: none;
}
#hasmenu a:visited{
   color: #FFFFFF;
   text-decoration: none;
}
#hasmenu a:hover{
   color: #FFFFFF;
   text-decoration: none;
}

#submenu{
	background: white url(images/bullet.jpg) no-repeat left 5px;
	height: 18px !important;
	padding-top: 2px;
	padding-left: 20px;
	text-indent: 5px;
	font: Trebuchet MS,Tahoma,Helvetica,sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
#submenu:hover{
	color: black;
}
#submenu a:link{
   color: #CCCCCC;
   text-decoration: none;
}
#submenu a:active{
   color: #CCCCCC;
   text-decoration: none;
}
#submenu a:visited{
   color: #CCCCCC;
   text-decoration: none;
}
#submenu a:hover{
   color: #AAAAAA;
   text-decoration: none;
}

.bodyStyle #sidebar h3, .bodyStyle #sidebar p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.bodyStyle #content {
    width: 620px;
	float: right;    /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	margin-top : 20px;
	margin-right: 20px;
    font: Trebuchet MS,Tahoma,Helvetica,sans-serif;
	font-size:14px;
} 
.bodyStyle #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #DDDDDD;
} 
.bodyStyle #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    text-align: center;
	vertical-align: middle;
	font: Trebuchet MS,Tahoma,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;	
}

.table_body{
	font-size: 11px;
	font-weight: bold;
}

.table_head{
	font-size: 12px;
	background-color:#F68B1E;
	color: white;
	height: 35px;
}

.table_even{
	background-color:white;
	color:#2E4450;
	height: 25px;
}

.table_odd{
	background-color:#E2E2E2;
	color:#2E4450;
	height: 25px;
}

.table_link:link{
	color:#E68A00 !important;
}

.table_link:hover{
	color:red !important;
}

.table_link:active{
	color:#E68A00 !important;
}

.table_link:visited{
	color:#E68A00 !important;
}

/* Miscellaneous classes for reuse */
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

