/*bsibasic.css -- temporary until final design*/
/*overall*/
body {
  margin:0;
  padding:0;
  background:#fff;
  font-family: Helvetica,Verdana,Sans-serif;
  font-size:.75em;
  line-height:1.5em;
  text-align:center;
  color:#333;
}

/*page structure*/
.container {
  position:relative;
  background-image:url("../images/content_bg.gif");
  background-repeat:repeat-y;
  width:750px;
  margin:auto;
  border:solid 1px #000000;
  text-align:left;
  color:#333;
  margin-top: 3em;
}
#header {
  background-color:#ffffff;
  width:100%;
  height:188px;
}
/*fixes 3px iewin problem */
* html #header{
    margin-bottom:-3px;
} 
#content {
	width:750px;
}
* html #content{
    margin-right:-3px;
}
#text {
	padding: 30px;
}
.button {
	text-align:center;
	padding-bottom:30px;
	padding-right:10px;
}
:root .button>a {
	text-decoration:none;
}
#foot {
	width:750px;
	height:344px;
	background-image:url("../images/foot_bg.jpg");
  	background-repeat:no-repeat;
}

*html #foot {
	margin-right: -3px;
}

/*navigation*/
#nav {
  background-color:#fff;
  background-repeat:repeat-y;
  background-image:url("../images/content_bg.gif");
  float:left;
  width:100%;
  border:solid #ddd;
  border-width:1px 0;
}
#nav ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:85%;
  text-transform:lowercase;
}

#nav li {
  float:left;
  margin:0;
  padding:0;
  /*background-image:none;*/
  line-height:normal;
  text-indent:0;
}
#nav a, #nav strong {
  display:block;
  padding:5px 10px 6px;
  border:solid #ddd;
  border-width:0 1px 0 0;
  color:#68a;
  text-decoration:none;
  white-space:nowrap;
}
/* blows out hotspot to full box (ie)*/
* html #nav a {
  width:1%;
}
#nav #current strong, #nav #current a {
  background-repeat:no-repeat;
}
#nav a:hover, #nav #current a:hover strong, #nav #current strong {
  color:#000;
}
#nav a:hover {
  background-repeat:no-repeat;
}
#nav a strong, #nav #current a strong {
  background:none;
  padding:0;
  border:none;
}
#nav #left a{
	border-left-width:1px;
}
/*and, finally, the "you are here" treatment*/
#nav .yah {
	font-weight: 600;
	text-decoration: underline;
	
}

/*footnotes stuff, bottom right*/
.valid {
	position: relative;
	left:550px;
	margin: 5px 0 0 0;
	padding-right: 5px;
}
:root .valid {
margin-top:0;
}

.policy{
	position: absolute;
	bottom: 1px;
	left: 1px;
}

.attrib {
	color:#476E9F;
	font-weight:300;
	font-size: .65em;
}
/*reg tables */
.register_box td{
	font-size:10px;
	padding-bottom:5px;
}