@charset "utf-8";
/* CSS Document */

html, body{
	margin:0;
	padding:0;
	background-color: #A82D0A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-image: url(../images/bkgnd2.jpg);
*/} 
fieldset {
	padding: 10px;
}

 
#pagewidth{
	width:991px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
} 
 
#header{
	position:relative;
} 
 
#leftcol, #rightcol {
	width:200px;
	padding: 5px;
	color: #000000;
	font-size: 0.9em;
  }
#content {
	background-image: url(../images/content-bkgnd.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

  
#leftcol a, #rightcol a {
	text-decoration:none;
}

#leftcol a:hover, #rightcol a:hover {
	text-decoration:none;
}

#leftcol {
	float: left;
	
}
#rightcol {
	float: right;
}

.floatright {
	float: right;
}

 
#maincol{
	background-color: #FFFFE3;
	font-size: 0.8em;
	color: #000000;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	width: 550px;
 }

#maincol p:first-letter
{
	font-size: 1.2em;
	font-weight: bold;
} 
 
#maincol a{
	text-decoration:none;
	color:#A82D0B;
}

#maincol a:hover {
text-decoration:underline;
}
 
#footer{
	background-color:#A92D0B;
	clear:both;
	font-size: 1em;
	color: #FFFFFF;
	padding-top: 12px;
 } 
 
#footer a{
	text-decoration:none;
	color:#CCCCCC;
	font-size: 0.8em;
}

#footer a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
#wrapper {
	border: 2px solid #000000;
}
.searchnavbar {
	background-color: #EEE;
}
.title {
	font-size: 1.4em;
}

/* these backgrounds are for searchresults table */
tr.bkgnd1 {
	background-color: #F2F0D7;
}
tr.bkgnd2 {
	background-color: #F2F0D7;
}

.mybutton
{
	color: #ECE8D1;
	border: 2px outset #ECE8D1;
	background-color: #666666;
	font-weight: bold;
	font-variant:small-caps;
	font-size: 11px;
	letter-spacing: 0.1em;
	cursor:pointer;
} 
