
        body {
            padding: 0;
            margin-left: auto;
            margin-top: 0px;
            margin-right: auto;
            margin-bottom: auto;
            background-color: #000;
			color:#fff;
            background-image: url(../images/background.jpg);
            background-position: top center;
			
            font: 85% / 1.2 Arial, Helvetica, sans-serif;
            font-weight: normal;
            line-height: 185%;
        }
        
        div#container {
            width: 900px;
            padding: 0;
            margin: 0;
            margin-left: auto;
            margin-right: auto;

        }
        
        div#top_bar {
            width: 876px;
			height:130px;
            margin-left: auto;
            margin-right: auto;
            padding: 12px;
            background-image: url(../images/top.gif);
        }
        
        div#top_nav {
            width: 900px;
			height:68px;
            margin-left: auto;
            margin-right: auto;
            padding: 0px;
        }
        
        div#content {
            width: 900px;
            padding-top: 26px;
        }
        
        div#main_page {
            width: 844px;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 28px;
			padding-right: 28px;
			padding-top:16px;
        }
		
        div#footer {
        	
            width: 844px;
            height: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-left: 28px;
			padding-right: 28px;
			position:static;
			text-align:center;
			padding-top:65px;
			font-size:10px;
				
			
        }
        
        div#clear {
            clear: both;
        }
        
        h1 {
            width: 207px;
            height: 115px;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
            font-size: 0px;
        }
        h2 {
            padding: 0;
            margin: 0;
			font-size:inherit;
        }
		a {
			color:#fff;
			text-decoration:none;
			font-weight:bold;
		}
		a:hover{
			text-decoration:underline;
			color:#ccc;
		}
		a:visited{
			color:#fff;
		}
		a:active{
			color:#fff;
		}
.tool-tip {
	color: #430453;
	width: 260px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #430453;
	padding: 4px 8px 0px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 0px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 260px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}
