/* CSS Document */
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}
#paper{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
a img {
  border: none;
  }

h2{
	font-size: 15px;
	color: #FFF;
	margin: 10px 0px 20px 50px;
	padding: 0px;
}

h3{
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: lighter;
	color: #666666;
}

h4{
  margin: 25px 10px 0px 10px;
	padding: 0px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
}

h5{
	margin: 15px 0 0 0;
	padding: 0px;
	font-size: 12px;
	color: #ff0000;
}

p{
  margin: 0 10px 20px 10px;
  padding: 0;
  font-size: 13px;
  line-height: 18px;
}

.grey{
	font-size: 12px;
	color: #999;
}

.white{
	font-size: 11px;
	color: #FFF;
}


a:link {
  font: 12px/15px Arial, sans-serif;
  text-decoration: none;
  color:#335FB4;
  }

a:visited {
  font: 12px/15px Arial, sans-serif;
  text-decoration: none;
  color:#335FB4;
  }

a:hover {
  font: 12px/15px Arial, sans-serif;
  text-decoration: underline;
  color:#335FB4;
  }

a:active {
  font: 12px/15px Arial, sans-serif;
  text-decoration: none;
  color:#335FB4;
  }





# span.select {
    position: absolute;
    width: 158px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
    height: 21px;
    padding: 0 24px 0 8px;
    color: #fff;
    font: 12px/21px arial,sans-serif;
    background: url(select.gif) no-repeat;
    overflow: hidden;
 }
 #wrapper{ width:1000px; position:absolute;left:50%; margin-left:-500px; }
 #logo{ float:left; width:1000px; height:95px;}
 #select{
	float:left;
	width:1000px;
	padding:10px 0 10px 0;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #990100;
}
 .link{
	width: 100px;
	float: left;
}
.link a{
	font-size: 20px;
	text-decoration: none;
	font-weight: lighter;
	color: #990100;
	background-color: #0B0B0D;
	padding-right: 40px;
	padding-left: 40px;
	height: 20px;
	float: left;

}

