/* body styes */


body {
	font-family: Tahoma, Arial, Verdana, Trebuchet MS, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	margin-top: 0px;
	text-align: center; 
	background-color: #ffffff;
}
.oneColElsCtrHdr #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid #FFFFFF;
	text-align: justify;
	padding-bottom: 50px;
}
.oneColElsCtrHdr #header { 
	background: white;
	margin: 0px;
	margin-top: 0px;
	padding-top: 0px;
} 
.oneColElsCtrHdr #mainContent {
	padding: 20px 0px 100px; 
	background: #ffffff;
	display: inline;
	float: left;
	width: 950px;
	text-align: justify; 
}

/* heading styles */
h1 {
	color: #000000;
	text-align: center;
	font-size: 20px;
}

a:focus, object:focus { outline: none; -moz-outline-style: none; } 

/* ****************************************************/



/* #bottomNavigation */
#bottomNavigation {
	width: 949px;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 1px 0px;
}

	#bottomNavigation .links {
    	padding-bottom: 10px;
		font-size: 10px;
		display: block;
		float: left;
		width: 950px;
		height: 20px;
		text-align: left;
	}




/*bottomNavigation links*/
    #bottomNavigation .links a:link {
        color: #000000;
        text-decoration: none;
    }
    #bottomNavigation .links a:hover {
        color: #616365;
    }
    #bottomNavigation .links a:visited {
        color: #000000;
        text-decoration: none;
    }
    #bottomNavigation .links a:visited:hover {
        color: #616365;
    }
