
	body {
		font-family: Arial, Helvetica, sans-serif;
		background-color: #778899;
	}
	
	div#main {
		text-align: center;
	}
	div#box {
		text-align: left;
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		background-color: white;
		border: 1px solid black;
	}
	
	div#logo {
		background:url(../imgs/logo-medium.gif) white left top no-repeat;
		width: 400px;
		height:107px;
	}
	
	div#logo div {
		visibility: hidden;
		width: 400px;
		height: 107px;		
	}
	div#header {
		text-align: center;
	}
	
	div#logo a {
		width: 400px;
		height: 107px;
	}
	
	div#contents h1 {
		color: #483d8b;
	}
	
	div#contents div#contents-box {
		margin: 10px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	div#footer {
		font-size: small;
		text-align: center;
		padding-top: 100px;
	}
	
	div#home-text {
		text-align: center;
	}
	div#home-text h1, div#home-text h2 {
		margin: 0;padding:0;
	}
	div#partners {
		padding-top: 40px;
		vertical-align: middle;
	}


/* Tabs */
body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  
  voice-family: "\"}\""; voice-family:inherit;

  } html>body {font-size:small;}

#header {
  float:left;
  width:100%;
  background:#DAE0D2 url("../imgs/bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#header li {
  float:left;
  background:url("../imgs/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("../imgs/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#191970;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:navy;
  }
#header #current {
  background-image:url("../imgs/left_on.gif");
  }
#header #current a {
  background-image:url("../imgs/right_on.gif");
  color:#191970;
  padding-bottom:5px;
  }

