<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ubercolortabs{
padding: 0;
width: 100%;
overflow: hidden;
background: white;
float: left;
}

.ubercolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin: 0;
padding: 0;
list-style: none;
}

.ubercolortabs li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform: uppercase;
background: transparent;
}

.ubercolortabs a{
float: left;
color: white;
background: #9999CC url(/images/roundleft.gif) no-repeat left top; /*default background color of tabs, left corner image*/
margin: 0 2px 0 0;
padding: 0 0 1px 3px;
text-decoration: none;
letter-spacing: 1px;
}

.ubercolortabs a span{
float: left;
display: block;
background: transparent url(/images/roundright.gif) no-repeat right top; /*right corner image*/
padding: 7px 9px 3px 6px;
cursor: pointer;
}

.ubercolortabs a span{
float: none;
}

.ubercolortabs a:hover, .ubercolortabs li.selected a{
background-color: #CCCCFF; /*background color of tabs onMouseover*/
color: #502050;
}

.ubercolortabs a:hover span{
background-color: transparent;
}

.ubercolordivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #9999CC; /*background color of horizontal line*/
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}

.uberlowerdivider{ /*CSS for horizontal line.*/
clear: both;
padding: 0;
width: 100%;
height: 24px;
line-height: 0px;
background: #CCCCFF url('../images/uberlowerdividerbackground.png');
border-top: 0px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}

.uberheader{
clear: both;
padding: 0;
width: 100%;
height: 80px;
line-height: 10px;
background-image:url('../images/headerfade.png'); /*background color of horizontal line*/
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}

.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
	background: white;
}

.header {
	margin: 0 0 0px 0px;
	background: #CCCCFF;
}

a { outline: none;}
a img { border:none;}

.container{
	height: 100%;
	background: transparent url(../images/containerbackground.png) repeat;
	}

.leftside {
	float: left;
	width: 120px;
	background: transparent;
	font: bold 11px Arial, Verdana, sans-serif;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	border-left: 10px solid #9999CC;
	}


.rightside {
	float: right;
	width: 120px;
	background: transparent;
	font: bold 11px Arial, Verdana, sans-serif;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
	border-right: 10px solid #9999CC;
	}

.contents { 
	float: left;
	width:66%;
	font: 14px Arial, Verdana, sans-serif;
	margin-left: 42px;
	margin-bottom: 20px;
	min-height: 450px;
	}

.subnavigation { 
	margin-top: 0px;
	font: bold 12px Arial, Verdana, sans-serif;
	color: #502050;
	}

.subnavigation b { color: #FFFFFF; text-decoration:none; border: 0px;}

a:link       { color: #502050; text-decoration:none; border: 0px;}
a:visited    { color: #502050; text-decoration:none; border: 0px;}
a:hover      { color: #FFFFFF; text-decoration:none; border: 0px;}


.thumbnails {
	background: transparent;
	float: left;
	width: 158px;
	}

.thumbnails ul{
	font: 10px Arial, Verdana, sans-serif;
	line-height: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.thumbnails li{
	margin: 0 0 0 10px;
	padding: 0px;
	text-transform: uppercase;
	background: transparent;
}

.footer {
	clear: both;
	background: #A2A2A2;
	font: bold 8px Arial, Verdana, sans-serif;
	color: black;
	text-decoration: none;
	letter-spacing: 1px;
	padding: 2px 2px 2px 2px;
}

</style>

