#left {
padding: 0 0 0 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0;
border: none;
border-bottom: none;
/*background: white;*/
float: left;
width: 160px;
}

#tabcontentcontainer{
width: 580px;
height: 170px;
/* Insert Optional Height definition here to give all the content a unified height */
margin: 0 0 0 0;
border: 0px solid black;
float: right;
padding-top: 8px;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
}

#tablist {
	float: left;
	padding: 10px 10px 10px 10px ;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.6em; 
/*	background: grey;*/
}

#tablist li {
	list-style: none;
	margin: 6px;
	padding: 0;
}


#tablist li a{

	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#tablist li a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#tablist li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#tablist li a:active {
	color: #990000;
	font-weight: bold;
	font-size: 14px;
	background-color: #000000;
}
#tablist li a:hover {
	color: #990000;
	font-weight: bold;

	font-size: 14px;
	text-decoration: underline;
}

.tabcontent{
display:none;

}



/**********************************/

#boxcontentcontainer2{
width: 580px;
height: 170px;
/* Insert Optional Height definition here to give all the content a unified height */
margin: 0 0 0 0;
border: 0px solid black;
float: right;
padding-top: 2px;
padding-right: 0;
padding-bottom: 0px;
padding-left: 0;
}

#boxlist2 {
	float: left;
	padding: 10px 10px 10px 10px ;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 2.4em; 
/*	background: grey;*/
}

#boxlist2 li {
	list-style: none;
	margin: 6px;
	padding: 0;
}


#boxlist2 li a{

	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#boxlist2 li a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#boxlist2 li a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
#boxlist2 li a:active {
	color: #99CCFF;
	font-weight: bold;
	font-size: 14px;
	background-color: #000000;
}
#boxlist2 li a:hover {
	color: #99CCFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: underline;
}

.boxcontent {
display:none;

}