/* CSS Document */


body{
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
line-height:1.5em;
background-position : top;
background-image: url(arrow.jpg);
background-repeat:repeat;
background-attachment: fixed;
}


/*layout*/
div#blackStrip{
  position:absolute;
  left:0px;
  height:300px;
  background-color:#000000;
  border: 1px dashed #292929;
  z-index:0;
}
div#index{
  position:relative;
  top:80px;
  left:80px;
  width:550px;
  background-color: white;
  padding: 100px;
  z-index:1;
} 
div#start{
  position:absolute;
  top:0px;
  left:20px;
  width:400px;
  height:97%;
  background-color: white;
  z-index:2;
}  
div#container {
  position:absolute;
  margin-left:600px;
  z-index:1;
}
div.widthShort {
  width:3000px;
}
div.widthMed {
  width:4500px;
}
div.widthLong {
  width:8500px;
}
div.widthShortIE {
  width:3600px;
}
div.widthMedIE {
  width:5100px;
}
div.widthLongIE {
  width:9100px;
}
div.top20 {
  top:20px;
}
div.top40 {
  top:50px;
}

div.float {
  float:left;
}
div.hSpace {
  margin-left:180px;
}
div.clearboth { 
  clear: both;
}
div.rowSpacer {
  height:40px; 
}

.caption{
  color:#ffffff;
  background-color:#1f1f1f;
}
div.narrow{
  width:240px;
}
div.med{
  width:340px;
}
div.wide{
  width:440px;
}
div.vWide{
  width:600px;
}

/*links*/
a.darkLink{
	color:#ffffff;
}

/*decorations*/
.border{
   border: 1px solid #1f1f1f;
   }
hr {
	border:none;
	height:1px;
	background-color:black;
}

/* text styles */
h1 {
	font-size: 26px;
	font-weight: lighter;
}
h2 {
	font-size: 16px;
	font-weight: lighter;
}
/*h4 {
	text-decoration:underline;
}*/

.italic {
	font-style:italic;
}
.u {
	text-decoration:underline;
}

.brief {
font-size: 10px;
}
.scroll {
font-size: 10px;
text-align:right;
}

.center {
	text-align:center;
}




