/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
    margin:0;
    padding:0;
	background-color: #EDE6DA;
}
a{
color:#000000;
}
a:hover{
color:#9B1A09;
}

.footer-back{
background-color:#87672D;
text-align:center;
color:#FFFFFF;
}

.footer-text,.footer-text a, .footer-text a:hover {
margin-top:4px;
color:#FFFFFF;
text-decoration:none;
}
.side-menu{
background-image:url(images/menu-bottom-back.gif);
background-position:bottom;
background-repeat:no-repeat;
background-color:#EEDEC6;

}

.main-page-back{
padding:6px;
background-color:#F7F8F8;
background-image:url(images/main-page-back.jpg);
background-position:bottom center;
background-repeat:no-repeat;
text-align:justify;
}
.right-block-h1{
font-size:14px;
font-weight:bold;
color:#663000;
padding-top:2px;
margin-top:10px;
margin-bottom:10px;
padding-left:20px;
height:20px;
border-top:3px solid #87672D;
border-bottom:3px solid #87672D;
background-image:url(images/big-bullet.gif);
background-position:left;
background-repeat:no-repeat;
}
.right-block-h2{
color:#663000;
font-weight:bold;
padding-left:10px;
background-image:url(images/small-bullet.gif);
background-position:left;
background-repeat:no-repeat;
}
.right-block-h2 a{
color:#663000;
font-weight:bold;
text-decoration:none;
}

h1 {
margin-bottom:6px;
font-size:14px;
font-weight:bold;
color:#663000;
}

.story-title a {
margin-bottom:6px;
font-size:12px;
font-weight:bold;
color:#663000;
text-decoration:none;
}
.story-date {
font-size:10px;
font-weight:normal;
color:#666666;
}

h2 {
margin-bottom:6px;
font-size:10px;
font-weight:bold;
color:#663000;
text-decoration:none;
}

.right-side-back{
padding-top:6px;
background-color:#F7F8F8;
}

.menu{
margin:0px;
padding:0px;
}

ul {
	margin-left:5px;
	margin-top:5px;
}
ul li {
	padding-left:12px;
	background-image:url(images/small-bullet.gif);
	list-style:none;
	background-repeat:no-repeat;
}


ul.menu  {
	font-weight:bold;
	margin-left:0px;
	margin-right:0px;
	margin-top:10px;
	text-decoration:none;
}

ul.menu li {
	background-color:#D89F49;
	margin-bottom:3px;
	padding-left:12px;
	height:17px;
	line-height:17px;
	background-image:url(images/main-menu-bullet.gif);
	list-style:none;
	background-repeat:no-repeat;
}
ul.menu li a   {
	color: #FFFFFF;
	text-decoration:none;
}

/* form styles */

form p {
margin-top:10px;
margin-bottom:10px;
}
legend
{
	font-size:12px;
	color: #663000;
	font-weight: bold;
	padding: 2px 6px;

} 

label
{
	color: #663000;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 100px;
	display: block;
	margin-top: 3px;
	margin-right: 3px;
}

select, textarea, submit, input{
	font-size:12px;
	color: #663000;
	background: #FFFFFF;
	border: 1px solid #663000
}

fieldset
{
border: 1px solid #663000;
width: 400px;
}