#bar
{       background: #99CC33; padding: 3px 0px 0px 0px;
}

#footer
{       background: #99CC33; padding: 20px 0px 0px 0px;
}

#footer a
{       display:block; float:left;
        text-decoration:none;
        text-align:center; margin:0 5px;
}

#footer a span
{       font: bold 10px/10px arial; color: #000000;
        position:relative; top:-10px; left:105px;
}

#breadcrumb
{       background: #99CC33; padding: 5px 5px 5px 5px;
}

#breadcrumb a
{       display:block; float:left;
        text-decoration:none;
        text-align:center; margin:0 5px;
}

#breadcrumb a span
{       font: bold 12px/12px arial; color: #000000;
        position:relative; top:0px; left:0px;
}


#menubar
{	background: #313131; padding: 5px 0px 0px 380px;
}

#menubar a
{	width: 100px; height: 32px;
	display: block; float: left;
	text-decoration: none;
	text-align: center; margin: 0 5px;
	background: url(images/button.gif);
}

#menubar a:hover
{	background: url(images/button.gif) 0 -32px;
}

#menubar a span
{	font: bold 12px/12px arial; color: #fff;
	position:relative; top:11px; left:0px;
}

.clear
{	clear: both;
}

.boxborder1
{       border-left:   1px #000000 solid;
        border-right:  1px #000000 solid;
        border-top:    1px #000000 solid;
        border-bottom: 1px #000000 solid;
}

.boxborder2
{	border-left:   2px #000000 solid;
        border-right:  2px #000000 solid;
        border-top:    2px #000000 solid;
        border-bottom: 2px #000000 solid;
}

#left-shadow 
{	background: url(images/left-shadow.jpg) repeat-y;
	padding: 0 0px 0px 20px;
        width:600px;
}
#right-shadow 
{	background: url(images/right-shadow.jpg) right repeat-y;
	padding: 0 20px 0 0;
}
#content 
{	font: 11px/18px verdana, arial;
	text-align: center;
}

#container
{	display:table;
}	

#row
{	display:table-row;
}

#left
{	display:table-cell;
        width:145;
        text-align:center;
        float:left;
}

#middle
{	display:table-cell;
        width:550;
        text-align:center;
        float:left;
}

#right
{	display:table-cell;
        width:190;
        text-align:center;
        float:left;
}

#mid2
{       display:table-cell;
        width:180;
        text-align:center;
        float:left;
}

#tuple
{       display:table-cell;
        width:476;
        text-align:left;padding:5px;
        background: #EEEEEE;
}

#tuplec
{       display:table-cell;
        vertical-align:middle;
        margin: 0 auto;
        float:left;
}

#tuplec img
{       border:none;
        width:130;
        height:80;
}

#tuplec span
{       display:block;
        position:relative;left:20px;
}

#tuplec span a
{       text-decoration:none;
        color:000000;
}

#tuplec span a:hover
{       color:blue;
}

#sp
{       display:table-cell;
        width:16;
        float:left;
}

body 
{       text-align:center;
}

#maincontainer
{	width: 900px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
        text-align:left;
}


