
#ddimagetabs{
	position:absolute;
	top:119px;
	left: 18px;
}

#ddimagetabs a{
display: block;
text-decoration: none;
font: bold 12px Arial; /*tab font */
color: black; /*font color */
width: 86px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
display: inline;
margin-left: 6px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(clear.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current {
background-image:url(green.jpg); /*URL to tab image onmouseover */
color: black;
}

#tabcontentcontainer{
width:550px; /*width of 2nd level content*/
height:30px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
text-align: left;
float: left;
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #999999;
position: absolute;
top:75px;
left:20px;

}

.tabcontent{
display:none;
}

.centralframe{
background-color:#CCFFCC;
width:95%; 
height: 550px; 
border-style:solid; 
border-width: 1px; 
border-color:#66CC66; 
position:relative; 
left:10px; 
top:12px;
margin: 0px;
}

.title{
float: right;

}

.titletop{
font-family: verdana, arial, sans-serif;
font-size: 36px;
font-weight: bold;
color: #CCFFCC;
z-index: 2;
position: relative;
top: 0px;
left: 0px;
}

.titleshadow{
font-family: verdana, arial, sans-serif;
font-size: 36px;
font-weight: bold;
color: #cccccc;
z-index: 0;
position: relative;
top: -41px;
left: -1px;
}

a
{
color: #66CC66;
text-decoration: none;
}

a:hover
{
color: #333333;
text-decoration: none;
}

.bot
{
text-align: center;
margin-left: auto;
margin-right: auto;
font-family: verdana, arial, sans-serif;
font-size: 10px;
color: #999999;
}

h1
{
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	background-color: #ffffff;
	padding: 3px;
	width: 120px;
	
}