body
{
    margin: 10;
    padding: 0; 
    font-family:Arial,sans-serif;
	color: #666666;
	font-size:11px;
	position:inherit;
	margin: 10 auto;
	text-align: left;
	width: 700;
	background:  url('/bgLine.gif') repeat-y 50% 0;
}
html
{
    background-color: #890404;   

}

#header
{
    font-family:Arial,sans-serif;
	color: #000000;
	font-size:11px;
	}
	
	#menu a {
   ...
   background: url("button.gif") top left no-repeat;
   }
#menu a:hover {
   ...
   background-image: url("button2.gif");
   }
#menu a:active {
   ...
   background-image: url("button2.gif");
   }

	
a:hover {color: #FF0000;
}

#footer
{
    font-family:Arial,sans-serif;
	color: #000000;
	font-size:11px;
}

.borders { border-right-color: red; border-left-color: blue;
border-left-style: dashed; border-right-style: solid;
border-right-width: 1px; border-left-width: 3px;
padding-right: 6px; padding-left: 6px;}



#right
{
    font-family:Arial,sans-serif;
	color: #000000;
	font-size:11px;
}

a 
{font-size: 11px;
	color: #0C429C;
	}
	
a:hover {color: #FF0000;
}

h1 
{font-size: 20px;
	color: #0C429C;
	}
	
	h2
{font-size: 12px;
	color: #666666;
	}
	
	h3
{font-size: 14px;
	color: #666666;
	}
	
	h4
{font-size: 12px;
	color: #666666;
	}
	
		h5
{font-family:Arial,sans-serif;
	font-weight: bold; 
	color: #666666;
	font-size:12px;
	}
	
	h6
{font-size: 11px;
	color: #FFFFFF;
	}
	
	input, select, textarea
{
border:1px hairline blue;
background-color:#fffff;
color:#666666;
font-weight:bold;
font-size:12px;
}
	
	label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 



div.Article {
  background: 
	url(images/topleft2.gif) 
  top left no-repeat;
  width:70%;
  }
div.Article h2 {
  background: 
	url(images/topright.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  text-align:center;
  }
div.ArticleBody {
  background: 
	url(images/rightborder.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter {
  background: 
	url(images/bottomleft2.gif) 
  bottom left no-repeat;
  }
div.ArticleFooter p {
  background: 
	url(images/bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
  
  
  
  
  div.Article2 {
  background: 
	url(images/topleft2.gif) 
  top left no-repeat;
  width:100%;
  }
div.Article2 h2 {
  background: 
	url(images/topright.gif) 
  top right no-repeat;
  font-size:1.3em;
  padding:15px;
  margin:0;
  text-align:center;
  }
div.ArticleBody2{
  background: 
	url(images/rightborder.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooter2 {
  background: 
	url(images/bottomleft2.gif) 
  bottom left no-repeat;
  }
div.ArticleFooter2 p {
  background: 
	url(images/bottomright.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }
  
  
  
   div.Articlepop{
  background: 
	url(images/topleft_popItems.gif) 
  top left no-repeat;
  width:100%;
  }
div.Articlepop h2 {
  background: 
	url(images/topright_popItems.gif) 
  top right no-repeat;
  font-size:12px;
  padding:15px;
  margin:0;
  text-align:center;
  }
div.ArticleBodypop{
  background: 
	url(images/rightborder_popItems.gif) 
  top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  }
div.ArticleFooterpop {
  background: 
	url(images/bottomleft_popItems.gif) 
  bottom left no-repeat;
  }
  
div.ArticleFooterpop p {
  background: 
	url(images/bottomright_popItems.gif) 
  bottom right no-repeat;
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }