/* CSS Document */
BODY{
background: #ffffff;
background-image:;
background-repeat:no-repeat;
background-position:center;
font-family: "Tahoma", verdana, helvetica, sans-serif;
font-size:12px;
color            : #000000;
}
.tablemain {
border: solid #999 1px;
}
.cssfont{
    font-weight: normal;
	display: inline;
} 

.cssfont a:link {
	color: 000000;
	text-decoration: none;
}
.cssfont a:visited {
	color: 000000;
	text-decoration: none;
}
.cssfont a:hover {
	font-weight: normal;
	color: 000000;
	text-decoration: none;
}

/*MENU*/
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(http://www.themanagementguru.com/website/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://www.themanagementguru.com/website/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/*end menu*/

#header
{
	margin: 20px auto 0 auto;
    padding: 0;
	height: 50px;
    width: 750px;
    text-align: center;
	
    /*border: solid #999 1px;*/
    background: #FF9933;/*#fff*/
	font-size:36px;
	color:#eee;
}

#googleadstop
{
/*border-bottom: 1px solid gray;*/
}


#left
{

height:400px;
padding: 10px;
}

#main
{

/*padding: 10px;*/
}
#right
{
font-size:10px;
}
#menu 
{
padding: 10px;
} 
#googlebottom{
padding-bottom:10px;
}
#footer
{

/*font-style:italic;*/
padding: 3px 0;
font-size:10px;
/* width: 90%; width of menu. Uncomment to change to a specific width */
border-top: 1px solid gray;
margin-bottom: 1em;
}