@import url(news.css);

body{
	background: #E4E4E4 url(images/bbackground.gif) repeat-x top left;
	margin: 0px; 
	padding: 0px;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

#head{
  background: #DFDADA url(images/bhead2.gif) no-repeat top left;
	width: 747px;
	height: 117px;
	padding: 0px;
	margin: 0 auto;
}

#head  #title{
	float: left;
 	font-size: 30px;
	color: #F0EBE7;
	padding: 35px 0px 0px 30px;
 }

#navi{
	position: relative;
	bottom: 10px;
}

ul.regular {
	float: none;
	position: static;
	background-color: #FFFFFF;
	width: 95%;
	list-style-type: disc;
	text-align: left;
	margin-left: 15px;
	display: compact;
}

ul.regular li{
	float:none;
	position: static;
	list-style-type: disc;
	background-color: #FFFFFF;
	width: 95%;
	text-align: left;
	margin-left: 15px;
	display: compact;
}

#body_wrapper{
	background: url(images/body_cont.gif) repeat-y top left;
	margin: 0px auto;
	width: 747px;
	display: block;
}


#body{
	background: url(images/body_top.gif) no-repeat top left;
	float: left;
	padding: 10px 20px 0px 20px;
	min-height: 343px;
	display: block;
	background-color: transparent;
}

#end_body{
	background: url(images/footer.png) no-repeat top left;
	margin: 0px auto;
	width: 747px;
	height: 37px;
	display: block;
}

.clearer{
	clear: both;
	height: 1px;
}

#all{
	width: 707px;
	float: left;
	padding: 0px;
	background: url(images/all_middle.gif) repeat-y top left;
}

#all .top{
	background: url(images/all_top.gif) no-repeat top left;
	width: 707px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#all .bottom{
	background: url(images/all_bottom.gif) no-repeat bottom left;
	width: 707px;
	height: 21px;
	padding: 0px;
	margin: 0px;
}

#left .bottom{
	background: url(images/left_bottom.gif) no-repeat bottom left;
	width: 538px;
	height: 152px;
	padding: 0px;
	margin: 0px;
}

#left{
	width: 538px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/left_middle.gif) repeat-y top left;
}

#left .top{
	background: url(images/left_top.gif) no-repeat top left;
	width: 538px;
	height: 18px;
	padding: 0px;
	margin: 0px;
}

#right{
	width: 169px;
	float: right;
	padding: 0px;
	margin: 0px;
	background: url(images/cright_middle.gif) repeat-y top left;
}

#right .top{
	background: url(images/cright_top.gif) no-repeat top left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 18px;
}

#right .bottom{
	background: url(images/cright_bottom.gif) no-repeat bottom left;
	padding: 0px;
	margin: 0px;
	width: 169px;
	height: 21px;
}

#right a{
	color: #FFCC00;
	text-decoration: none;
	padding-bottom: 0px;
}

#right a:hover{
	color: #FFFFFF;
}

.content {
	padding: 0px 15px;
	color: (#FFCC00);
	background-color: transparent;
}

.sidecontent{
	padding: 0px 15px;
	color: #FFCC00;
	background-color: transparent;
	font-weight: bold;
}

#footer{
	margin: 0 auto; 
	width: 747px;
	text-align: center;
	color: #B05128;
	font-weight: bold;
}

#footer a{
	color: #B05128;
}

/*  Headers  */
h1 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #990000;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
}

h2 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #333;
	background-color: transparent;
	font-size: 1.5em;
	font-weight: bold;
}

h3 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #AD4D21;
	background-color: transparent;
	font-size: 1.4em;
	font-weight: bold;
}

h4 
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	color: #FFCD04;
	background-color: transparent;
	font-size: 1.3em;
	font-weight: bold;
}

h5 
{
	color: #9ad5f3;
	background-color: transparent;
	padding: 0px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

h6 
{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #D96B11;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 150%;
}

/* HTML Tags */

code
{
  display: block;
	margin: 5px;
	padding: 5px;
	color: #ad4c21;
	border: 1px dashed;
	background: #f0ebe7;
	font-family: Courier, 'Courier New', 'Andale Mono', Monaco, monospace;

}

hr
{
  border: 0px;
  border-bottom: 1px #F0EBE7 dashed;
	height: 1px;
margin-top: 20px;
margin-bottom: 10px;
}

div.content hr{
border: 0px;
border-bottom: 1px #000000 dashed;
height: 1px;
}

#left hr, #all hr
{
  margin: 10px 0px;
}

form
{
  margin: 0px;
	padding: 0px;
}

form .item
{
  clear: left;
	border-top: 1px solid #EEE;
	margin: 3px;
}

form .label
{
  float: left;
	clear: left;
	width: 150px;
}

input, textarea, select
{
  color: #AD4C21;
	border: 1px solid;
	background: #F0EBE7;
	margin: 3px;
	padding: 2px;
}

blockquote {
	margin: 5px;
  background: transparent url(images/quotes.gif) left top no-repeat;
	padding-left: 37px;
}

blockquote[cite]:after {
	content: "Quote from: " attr(cite);
	display: block;
	border-top: 1px solid #999;
	color: #999;
	margin: 1em 0 0;
	padding: .5em 0 0;
	font-size: .8em;
	font-weight: bold;
}

del 
{
  color: #800;
	text-decoration: line-through;
}

dt
{
  font-weight: bold;
	font-size: 1.05em;
	color: #ad4c21;
}

dd 
{
  margin-left: 15px;
}

a:link
{
 color: #990000;

}
a:visited
{
 color: #990000;
}
a:hover
{
 color: #000000;
}