/* CSS Document */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color:#cccccc;
	font-size:13px;
	text-align:center;
}
#maincontainer{
	text-align:left;
	margin:0px auto;
	width:900px
}
p {
	font-size:13px;
	color:#cccccc;
}
#containeroffset{
	margin:0px -230px 0px 0px;
}
#tl{
 background: url(images/layout2_03.jpg) no-repeat top left;
}
#t{
 background: url(images/layout2_04.jpg) repeat-x;
}
#tr{
 background: url(images/layout2_05.jpg) no-repeat top right;
}
#l{
 background: url(images/layout2_10.jpg) repeat-y left;
}
#r{
 background: url(images/layout2_12.jpg) repeat-y right;
}
#bl{
 background: url(images/layout2_15.jpg) no-repeat bottom left;
}
#br{
 background: url(images/layout2_19.jpg) no-repeat bottom right;
}
#b{
 background: url(images/layout2_17.jpg) repeat-x bottom;
}
#innercontent{
 padding:170px 280px 50px 60px;
}
h1{
 color:#76b6d1;
 font-size:18px;
 margin-top:0px;
}
h2{
 color:#76b6d1;
 font-size:16px;
 }
li {
	font-size: 12px;
}
.edits{
  float: right;
  margin-right: 5px;
  }
.firstedit{
  float: right;
  margin-right:15px;
  }
.centerit{
	text-align: center;
}

a:hover{
  color:#CCCCCC;
  text-decoration: none;
}
a {
	color:#FFFFFF;
	text-decoration: underline;
}
.smallertxt {
	font-size: 12px;
	}
.shead {
  color: #000000;
  font-family:"Eras Medium ITC";
  font-size: 18px;
  margin-left:15px;
  margin-top:3px;
  margin-bottom:0px;
  text-align: left;
  
}

.byline {
  color: #666600;
  font-style: italic;
  font-weight: bold;
  display: inline;
}
img.floatRight { 
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-botton: 5px;
	border: groove;
	border-width: thin; 
}
img.floatLeft { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
	border: groove;
	border-width: thin;
}
img.floatRightNoBrdr { 
	float: right;
	margin-left: 10px;
	margin-top: 5px;
	margin-botton: 5px;
}
img.floatLeftNoBrdr { 
	float: left;
	margin-right: 10px; 
	margin-top: 5px;
	margin-bottom: 5px;
}