/* commented backslash hack v2 \*/
html, body{height:100%;background-color: #FFFFFF;}
/* end hack */

body {
	padding:0;
	margin:0;
	background:#ffffff url(images/bg.gif) repeat-y center top;
	background-color: #FFFFFF;
	color: #000000;
	text-align:center;
}
#outer{
	min-height:100%;
	width:940px;
	background:transparent url(images/bg.gif) repeat-y center top;
	color: #000000;
	margin:auto;
	text-align:left;
	position:relative;
}
/*#outer p {padding-left:6px; padding-right:6px}*/
* html #outer{height:100%}
#header {
	height:290px;
	margin-left:auto;
	margin-right:auto;
}
#footer {
	position:absolute;
	bottom:0;
	left:0;
	height:auto;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
#clearfooter{clear:both;height:120px;}/*needed to make room for footer*/
div.menu {
  font-family: Tahoma;
  font-size: 13px;
  font-weight: bold;
  color: #a73c02;
  /*margin-left: 10 px;*/
}
div.menu a{
  color: #a73c02;
  text-decoration: none;
}
div.menu a:hover{
  color: #a73c02;
  text-decoration: underline;
}
div.submenu {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #a73c02;
  /*margin-left: 29 px;
  padding-left: 29 px;*/
  padding:0px 0px 0px 29px;
}
div.submenu a{
  color: #a73c02;
  text-decoration: none;
}
div.submenu a:hover{
  color: #a73c02;
  text-decoration: underline;
}
div.submenu2 {
  font-family: Tahoma, Arial, sans-serif;;
  font-size: 12px;
  color: #a73c02;
  margin-left: 32 px;
}
div.submenu2 a{
  color: #a73c02;
  text-decoration: none;
}
div.submenu2 a:hover{
  color: #a73c02;
  text-decoration: underline;
}
div.main {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #693007;
  /*margin: 10 px;*/
  padding: 5px;
}
.submain {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #693007;
  /*margin: 10 px;*/
  padding: 5px;
}
div.main td{
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #693007;
  margin: 10 px;
}
div.main hr{
  height: 1px;
  color: #693007;
}
div.main a{
  color: #693007;
  text-decoration: underline;
}
div.main a:hover{
  color: #693007;
  text-decoration: none;
}
div.title {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #693007;
  margin: 10 px;
}
div.title a{
  color: #693007;
  text-decoration: underline;
}
div.title a:hover{
  color: #693007;
  text-decoration: none;
}
div.footer {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 12px;
  color: #693007;
  font-weight: bold;
  margin-top: 5 px;
  margin-bottom: 5 px;
}
div.footer a{
  color: #693007;
  text-decoration: underline;
}
div.footer a:hover{
  color: #693007;
  text-decoration: none;
}
div.create {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 11px;
  color: #666666;
  margin-bottom: 5 px;
  font-style: italic;
}
div.create a{
  color: #666666;
  text-decoration: none;
}
div.create a:hover{
  color: #666666;
  text-decoration: underline;
}
.imgnews{
  border: 1px solid #000000
}
#shadow-container {
	float:left;
    position: relative;
	left: 8px;
	top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 2px;
	}
