/* CSS Document - Author: Shaibal Mandal */

body 
{
	margin: 0 auto;
	background-color:#FFFFFF;	
}

tr,td,p {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
   color: #666666;
   line-height: 16px;
}

.outer {
	text-align: center;
	margin: 0 auto;
	width: 780px;
}

.main {
	text-align: justify;
	width: 780px;
}

.spacebar {
	height: 10px;
}

.topmenu {
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	background-color: #FFEBCD;
	padding: 2px;
	text-align: left;
}

.submenu {
	border-top: 1px solid #CCCC99;
	background-color: #FFEBCD;
	padding: 5px;
	text-align: left;
}

.title {
	text-align: left;
}

.sitemap {
	padding-left: 40px;
}

.left {
	border-top: 1px solid #CCCC99;
   border-left: 1px solid #CCCC99;
   border-bottom: 1px solid #CCCC99;
	width: 370px;
	padding: 8px;
}

.right {
	width: 370px;
	background-color:#FFEBCD;
	text-align: center;
	vertical-align: top;
}

.rightapt {
	width: 110px;
	vertical-align: top;
}

.aptable {
	text-align: center;
}

a 
{
	text-decoration: none;
	font-weight: bold;
	color: #777777;
}

a:hover 
{
	color: #666666;
	text-decoration: underline;
}

h1 {
	font-size: 26px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #999999;
	font-weight: bold;
	padding-top: 5px;
}

h2 {
	font-size: 16px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #D2B58C;
	font-weight: bold;
	padding-top: 5px;
}

h3 {
	font-size: 12px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #999999;
	font-weight: bold;
}

.copyright {
	border-top: 1px solid #CCCC99;
	border-bottom: 1px solid #CCCC99;
	background-color: #FFEBCD;
	padding: 2px;
	text-align: center;
   font-size: 10px;
   font-family: Arial, Verdana, Sans-Serif;
   height: 20px;  
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    background:#FFEBCD;
    font-size:11;
    line-height:normal;
    border-top:1px solid #CCCC99;
    border-bottom:1px solid #CCCC99;
}

#tabs8 ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:right;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:right;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#666666;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#666666;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #EEEEEE;
}

#tabs8 #current a {
    background-position:0% -42px;
}
#tabs8 #current a span {
    background-position:100% -42px;
    color: #EEEEEE;
}