@charset "utf-8";
/* CSS Document */
html,body {
 	margin:0;
	padding:0;
	height:100%;
	background-color: #ffffff;
	width: 100%;
	background-image: url('../img/background.gif');
	background-repeat: repeat-x;

}

#container
{
	position:relative;
	margin:0 auto;
	width:742px;
	height:auto !important; /* real browsers */
	height:100%;/* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	/*background-color:#fff;*/
	background-image: url('../img/bg.png');
	background-repeat: repeat-y;
}

.menu ul{
	margin-top:5px;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.menu li{
	width:100px;
	height:20px;
	_height: 17px;
	float: left;
	margin-left:5px;
	_margin-left:3px;
	margin-top:5px;
	/*background-color:#fff0cb;*/
	background-image: url('../img/li.gif');
	}

.menu li a
	{
	position: relative;
	float: left;
	height: 17px;
	_height: 17px;
	width: 96px;
	padding-top: 3px;
	padding-left:4px;
	text-decoration: none;
	color: #900029;
	background-position: top right;
	background-repeat: no-repeat;
	}
	
.menu li a:visited
	{
	color: #900029;
	}
	
.menu li a:hover{
	color: #ffffff;
	background-image: url('../img/lihover.gif');
	}

#header
{
	width: 170px;
	height: 39px;	
    padding-left:572px;
    padding-top:125px;
	background-image: url('../img/header.jpg');
	background-color:#e9ddb7;
	background-repeat:no-repeat;
	margin-left:0px;;
}

#content
{
	padding:0em 0em 0em; /* bottom padding for footer */
	font-family: verdana;
	font-size: 11px;
	color:#626262;
}

#contenttop
{
	width:690px; 
	background-image: url('../img/bigline.jpg');
	height:46px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-color: #fff;
	font-family: verdana;
	font-size: 11px;
	color:#626262;
	margin-left:26px;
}

#block
{
	background-color:#fff;
	width:690px; 
	margin-left:26px;
	padding-bottom:20px;
}

a
{
	font-family: verdana;
	font-size: 11px;
	color:#626262;
	text-decoration:none;
}

#news
{
	width:503px;
	margin-left:187px;
	padding-top:4px;
}

#footer
{
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	font-size: 10px;
	height: 42px;
}

#footercontent
{
	height:42px;
	width:690px;
	text-align: center;
	background-image: url('../img/footer2.jpg');
	background-repeat: no-repeat;
	font-family: verdana;
	font-size: 11px;
	color:#056331;
	padding-top:0px;
	margin-left:26px;
}

.left11
{
	padding-left:11px;
}

.right50
{
	padding-right:50px;
}

#scroll { 
	position:absolute; 
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
} 
	
#navigate {
	border: 0px; 
	border-style: solid;
	background-color:#fff;
	font-family: verdana;
	font-size: 11px;
	width:689px;
	margin: 0;
	padding: 0;
	}

a	{
	text-decoration: none;
	color:#626262;
	font-weight: bold;
	}
		
a:visited {
	color:#626262;
	}

.input{
	border: 1px solid #F57E0A;
	font-family: verdana;
	font-size: 12px;
	color:#626262;
	height:16px;
}

.padding1{
	padding-top:2px;
}

.textcel {
	padding-left:10px;
	padding-right:10px; 
	padding-bottom:20px;
	}

.cap {
	font-family: verdana;
	font-size: 12px;
	color:#910029;
	}

.td {
	font-family: verdana;
	font-size: 10px;
	color:#666666;
	}

img {
	border:1px solid #900028;
	cursor:pointer;
	}
	
.noborder {
	border: none;
	cursor: auto;
	}

.nopointer {
	cursor:default;
	}
