.content {
   float: left;
   height: 100%;
   padding: 10px;
	width: 650px;
 }
 
 
 
 .container {
   margin: auto;
   width: 1000px;
   font-family: georgia;
   color: #666666;
   font-size: 12pt;
   height: 100%;
   padding: 10px;
	background-color: #FFFFFF;
 }
  
 
.result {
	border: 2pt solid #CCCCCC;
	padding: 10px;
}

.result2 {
	padding: 10px;
	color: #999999;
	background-color: #EEEEEE;
}

 
.right {
float: left;
width: 300px;
padding: 10px;
margin-right: 10px;
}

ul { margin-bottom: 0px; }
 
 
 
 
.header-dark {
   position: relative; width: 99%;
   padding: 5px;
   background-color: #666666; 
   color: #FFFFFF;
 }
 
 
.clear {
   clear: both;
   height: 20px;
} 

.cl {
   clear: both;
} 



.style1-right {
   width: 200px;
   float: right;
 }
 
.style1-content {
   width: 580px;
   float: left;
   margin-right: 20px;
 }
 
 
 
 
.style2-right {
   width: 200px;
   float: right;
 }
 
.style2-content {
   width: 400px;
   float: left;
   margin-left: 10px;
 }
 
 .style2-left {
   width: 175px;
   float: left;
 } 


 .style3-left {
   width: 250px;
   float: left;
 }  
 
  .style3-right {
   width: 250px;
   float: left;
 }
 
 
 
  .style4-left {
   width: 280px;
   float: left;
 }  
 
  .style4-right {
   width: 280px;
   float: left;
 }
 
 
body {
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #FFFFFF;
font-family: arial;
background-image: url(/blog/images/scottseiter-background.jpg); background-repeat: repeat-y; background-position: center; }


.column { position: relative; margin: 5px 5px 10px 10px; width: 250px; float: left;  }
.column2 { position: relative; margin: 5px 5px 10px 10px; width: 180px; float: left;  }

.ezcolumn { position: relative; float: left; padding: 5px; width: 100px;  }



.hr {
  width: 95%;
  height: 1px; 
 } 
 
 .hrdashed {
  width: 95%;
  height: 1px; 
  border-style: dashed;
  border-color: #666666;
 } 



  .box {
   border-width: 1pt;
   border-color: #EEEEEE;
   border-style: solid;
 } 
 
 
 

 

  .menu-box {
   background-color: #666666;
   color: #FFFFFF;
   padding: 5px;
   font-weight: bold;
   border-width: 1pt;
   border-color: #666666;
   border-style: solid;
   background-image: url(/images/gradient.gif);
   background-repeat: repeat-x; 
   border: 1px solid #000000;
 } 
 
  .menu-box-gray {
   background-color: #666666;
   color: #FFFFFF;
   padding: 5px;
   font-weight: bold;
   border-width: 1pt;
   border-color: #666666;
   border-style: dashed;
 }  
   
 
 .list { margin: 15px; margin-left: 30px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 12pt; padding: 0; font-weight: bold; }
 .top { margin: 15px; margin-left: 30px; list-style: url(/images/arrow.gif); padding: 3px; font-size: 12pt; }


 
.error { color: #FF0000; }
.color { color: #999966; }
.green { color: #009900; }

	h1 { font-family: times new roman; font-weight: normal; font-size: 8pt; text-transform: uppercase; color: #666666; }
    h2 { font-family: arial; font-size: 14pt; font-weight: bold; color: #000000; text-transform: uppercase; margin-top: 0px; }
    h3 { font-family: verdana; font-size: 10pt; line-height: 12pt; }
    h4 { font-family: verdana; font-size: 10pt; font-weight: bold; line-height: 5pt; }


a:link { color: #000000; text-decoration: underline } 
a:hover { color: #333333; text-decoration: underline }
a:visited { color: #000000; text-decoration: underline } 
a:link:hover, a:visited:hover { color: #666666; text-decoration: underline }
a:active { color: #CCCCCC; text-decoration: underline } 
 
.awhite a:link { color: #FFFFFF; } 
.awhite a:hover { color: #FFFFFF; text-decoration: underline }
.awhite a:visited { color: #FFFFFF  } 
.awhite a:active { color: #FFFFFF; } 
 
 
.result2 a:link { color: #999999; } 
.result2 a:hover { color: #999999; text-decoration: underline }
.result2 a:visited { color: #999999  } 
.result2 a:active { color: #999999; } 
 

.small {
  font-size: 8pt;
  text-transform: uppercase;
 }
 
 .small-paragraph {
  font-family: times new roman;
  font-size: 12pt;
  line-height: 14pt;
 }
 
.med {
  font-family: times new roman;
  font-size: 14pt;
 } 
 
.med-paragraph {
  font-family: times new roman;
  line-height: 14pt;
 }

 
.large {
  font-family: times new roman;
  font-weight: normal;
  font-size: 14pt;
 }
 
.large2 {
  font-family: arial;
  font-size: 12pt;
  font-weight: bold;
 }
 
 
 .x-large {
  font-family: arial;
  font-size: 20pt;
 }
 
 .pink {
	line-height: 14pt;
	height: 250px;
	width: 100%;
	font-weight: bold;
	background-image: url(../images/top-gradient.jpg);
	background-repeat: no-repeat;
 }