
/* Layout Stylesheet */ 

body {
 margin: 0; 
 padding:0;
background: #e5e5e5;
background-image: url(images/greyfabric9a.jpg);
background-position:relative;
background-repeat:repeat;
 color: black;
 font-family: Verdana; sans-serif;

 }

#wrapper {
width: 800px;
/*margin-left: 10px;
padding-top: 1em;*/
position: absolute;
left: 50%;
margin-left: -400px;
}


#header {
 width: 85%; 
height: 75px; 
/*height:expression(this.scrollHeight > 75? "75px" : "auto");*/
/* background: #c3c8c8;*/
background: #e5e5e5;
 color: #a42f00;
 text-align: left;
text-indent: 1em;
 font-family: Verdana; sans-serif;
 margin-left: 118px;
 border: solid #000000;
 border-width: 0 0 2px 0; 
position:relative;
}


 #leftcontent {
 float: left;

 margin-left: 0px;
 margin-right: 20px;
 padding-top: 1em;
 min-width: 20%
 }

#blurb
{border-width: 3px;
border-style: dotted;
border-color: #bfe387;
padding: 1em;
max-width: 110px;
}

/**this is the column info for the second of the 2 column layout on all pages but the main page**/ 
 #columnright {
 color: black;
  padding-top: 1em;
 margin: 0 2em 0 300px;
 min-width: 65%
 float:right;
 min-height:400px;
/*background-image: url(images/placeholder.gif);
background-position:absolute;
background-repeat:no-repeat;*/
 }

 /**this is the column info for the second of the 3 column layout on the main page**/ 
 /**THIS SECTION'S CODE KNOCKED OUT 121006 TO TROUBLESHOOT IE7
#centercontent {
 padding-top: 1em;
padding-bottom: 1em;

 margin: 0 2px 0 200px;
min-height:400px;
 min-width: 50%;
 margin-left: 199px;
margin-right:176px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 203px;
margin-right:180px;
	}
html>body #centercontent {
margin-left: 203px;
margin-right:180px;

 }
**/
 
#footer {
 width: 100%; 
 height: 30px;
 position:relative; 
 /*background: #c3c8c8;*/
background: #e5e5e5;
 color: #818a8f;
 text-align: center;
 font-family: Verdana; sans-serif;
 font-size:10px;
border: solid #000000; 
 border-width: 0 0 2px 0;
 }
 
 
 a:link {
 color: #eeaf30;
 }
  a:visited {
 color: #a42f00;
 }
 a:hover {
 color: #ff8800;
 }
 
 
 
/** #leftcontent {
position: absolute;
left:10px;
top:50px;
width:180px;
background:#fff;
border:1px solid #000;
	}**/
	
	/**#centercontent {
background:#1b242a;
margin-left: 199px;
margin-right:199px;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 201px;
margin-right:201px;
	}
html>body #centercontent {
margin-left: 201px;
margin-right:201px;
	}**/

 /**this is the column info for the third of the 3 column layout on the main page**/ 

#rightcontent {
position: absolute;
right:10px;
top:150px;
width:160px;
padding: 0.7em 0.5em 0.7em 0.9em;
font-size: 80%;
/*background: #1b242a;*/
/*background: white;*/
 /*color: #818a8f;
background:#c3c8c8;*/
color: black;
border-right: 4px #818a8f solid;
border-bottom: 1px #bfe387 solid;
text-align: right;
min-width: 20%

margin-right:50px;
voice-family: "\"}\"";
voice-family: inherit;
margin-right: 25px;
	}
html>body #rightcontent {
margin-right:25px;

	}























































