@charset "utf-8";
/* CSS Document */
body {
	background: #79370e url(../images/bg.gif) no-repeat;
	background-position: top center;
	font-family:Verdana, Geneva, sans-serif;
}
hr {
	color: #c0c0c0;
	background-color: #c0c0c0;
	height: 5px;
}
hr.mini {
	color: #dddddd;
	background-color: #dddddd;
	width: 80%;
	height: 1px;
}
blockquote {
	font-style: italic;
}
.bqstart {
     float: left;
     height: 45px;
     margin-top: -20px;
	 margin-left: -60px;
     margin-bottom: -50px;
     font-size: 1000%;
     color: #e6e5e5;
	 font-family: Helvetica, sans-serif;
 }

 .bqend {
     float: right;
     height: 25px;
     margin-top: -60px; 
	 margin-right: 15px;
     font-size: 1000%;
     color: #e6e5e5;
	font-family: Helvetica, sans-serif;	 
 }

object { outline:none; }
a:focus {
	-moz-outline-style:none;
}
.onwhite {
	background:#FFF;
	vertical-align:top;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;	
	text-align: justify;
}
.leftcolumn {
	background:url(../images/left-column.gif) no-repeat;
	background-position: top right;
}
.rightcolumn {
	background:url(../images/right-column.gif) no-repeat;
	background-position: top left;	
}
.tile-postit {
	background:url(../images/postit-tile.gif) repeat-y;
}
.tile-rightcolumn {
		background:url(../images/tile-right-column.gif) repeat-y;
}
.tile-footer {
		background: #7a380e url(../images/tile-footer.gif) repeat-x;
}
#mainmenu {
	position:absolute;
	z-index:1;
	color:#FFF;
	font-size: 12px;
	margin-top: 0px;
	width:200px;
	margin-left: 40px;
}
.mainmenu {
	line-height:30px;
	*line-height:255%;
}
 
tr {
	background:url(../images/spacer.gif);
	}
td.menulink a{
        	display: block;
}

a.mainmenu:link, a.mainmenu:visited {
		text-decoration: none;
		color:#FFF;
}
a.mainmenu:hover, a.mainmenu:active {
		text-decoration: none;
		color:#FFF;
		font-weight: bold;
}
h1 {
	color: #e70e08;
	font-size: 15px;
}
h2 {
	color: #819c00;
	font-size: 14px;
}
.bluebig {
	color: #00aef0;
	font-size: 13px;
	font-weight:bold;
}
a:link, a:visited {
		color:#086a8f;
}
a:hover, a:active {
		text-decoration: none;
		color:#00aef0;
}
.smalltext {
	font-size:9px;
}
#search {
	position:absolute;
	width:200px;
	z-index:2;
	margin-left: -100px;
	margin-top: 20px;
}
.searchbutton { 
	font-size:10px;
	color:#990000;
	background-color:#FFFFFF;
	border:1px solid #a1a1a1;
	padding:2px; 
	cursor: pointer;
}
#footer {
	position:absolute;
	width:800px;
	height:50px;
	z-index:3;
	margin-left: -150px;
	margin-top: -35px;
	text-align:center;
	line-height:140%
}
a.footer:link, a.footer:visited {
		text-decoration: none;
		color:#79370e;
}
a.footer:hover, a.footer:active {
		text-decoration: none;
		color:#819c00;
}
.highlight {
	font-size: 18px;
	font-weight: bold;
}
#subscribeForm {
	position:absolute;
	width:200px;
	height:115px;
	z-index:4;
	margin-top: 93px;
	margin-left: 70px;
}
input {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}

textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.transparenc {
	background-color: transparent;
	border: 0;
}