#title
{
	font-size:100%;
	font-weight: bold;
	color: darkslateblue;
}

#sponsor_container
{
	width: 450px;
	height: 270px;
	/*border:1px solid #254771;*/
	margin: 1px auto;
	/*background: #FBF6E9;*/
}

#left
{
	float: left;
	width: 200px;
	height: auto;
	background: #fffffc;
}

#right
{
	float: right;
	width: 250px;
	/*border-left: 1px solid #9999FF;*/
}

.overflow
{
	float: right;
	overflow: auto;
	width: 240px;
	height: auto; 
}

.tabcontent{
    display:none;
}

.tabcontent img
{
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
}

#navcontainer
{
	margin-top: 1px;
}

ul#navlist
{
	/*width: 200px;*/
	padding: 0px;
	margin: 0px;
}

ul#navlist li
{
	border: 0px none;
	list-style-type:none;
}

ul#navlist li a
{
	display: block;
	width: 160px;
	padding: 5px 10px;
	border-left: 20px solid #D3E8D3;
	background: #fffffc;
	/*text-decoration: none;*/
        text-align:center;
}

ul#navlist li div
{
	border-left: 20px solid #D3E8D3;
	background: #fffffc;
}

ul#navlist li a:link
{
	color: #004000;
	font-weight: bold;
}

div#navcontainer li a:visited
{
	color: #004000;
	font-weight: bold;
}

ul#navlist li a:hover
{
	border-color: #004000;
	color: #46220A;
	font-weight: bold;
	background: #D3E8D3;
}
#sponsor
{
	font-weight: bold;
	color: #46220A;
        text-align: center;
}
