body {
	height: 100%;
font-size=:100%
; 	font-family: Verdana;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;
	}
#centerColumn { 	
	margin:0 auto;
	padding:1em;
	width:720px;
	text-align:left;
	vertical-align: middle;	
	background-color:#ffffff;
	height:auto;
	}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	margin:.5em;
	padding:0;
	
	}

hr {
	border-top:1px solid #CCCCCC;
	margin-bottom:5px;
	border:none;
	width:100%;
	background-color:#eeeeee;
	height:1px;
	clear:both;
	
	}
	
#tabs {
	float:Left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #6B78A9;
	
	}
	
#tabs ul {
	margin:0;
	padding:10px 10px 0 35px;
	list-style:none;
	}

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

#tabs a {
	float:left;
	background:url(Images/tableft.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 7px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url(Images/tabright.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#6B78A9;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#6B78A9;
	}

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

#tabs a:hover span {
	background-position:100% -42px;
	}  

