﻿*{
	padding: 0px; margin: 0px;
	/*font-family: "Courier New", Courier, monospace; */
	font-family: Tahoma, Verdana, Arial;
	color: #666666;
	line-height: 130%;
}
body{
	text-align: center;
	background-image: url('img/bg.png');
	background-position: center;
	background-repeat: repeat;
}
a{
	text-decoration: none;
}
a:visited{
	color: green;
}
ul li, ol li{
	list-style-type: none;
}
ol li{
	font-size: 0.9em;
}
form, .marg{
	margin: 2px;
}
#container{
	text-align: left;
	margin: 0 auto;
	margin-left: 10px;
	margin-right: 10px;
	border: 3px #EEEEEE solid;
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: Courier;
}
#headpart{
	margin: 6px;
	padding: 10px;
	background-image: url('img/background.jpg');
	background-position: center;
	background-repeat: repeat;
	border: 1px silver solid;
	border-top: 0px;
	font-family: "Courier New", Courier, monospace;
}
#headpart h1 a{
	color: #66CCFF;
}
#headpart p{
	float: right;
	width: 200px;
	text-align: right;
}
#leftp{
	float: left;
	width: 200px;
	padding: 5px;
	font-size: 0.9em;
}
#links{
	border: 1px #EEEEEE solid;
	border-top: 2px silver solid;
	padding: 10px;
	width: 120px;
	float: right;
	margin-top: 10px;
	font-size: 0.6em;
	background: #FFFFFF;
	text-align: center;
	font-family: tahoma;
}
#links ul li{
	padding-top: 5px;
}
#menu li{
	padding: 2px;
	margin: 2px;
	border: 1px silver dotted;
	background: #EFEFEF;
}
#menu li:hover{
	background: #FFFEEE;
}

#rightp{
	margin-left: 210px;
	padding: 5px;
}
#rightp h2{
	background-image: url('img/header1.jpg');
	background-repeat:repeat-x;
	background-position:center;
	padding-top: 10px;
	border: 1px silver solid;
	border-bottom: 0px;
	padding: 5px;

}
#content{
	margin-top: 10px;
	border-bottom: 0px;
}
#pager{
	margin: 5px;
	text-align: center;
	border: 1px #EEEEEE solid;
	padding: 3px;
}
#pager li{
	display: inline;
}
.clear{
	clear: both;
}
.rightx{
	text-align: right;
	color: #E2E2C5;
	font-size: 0.6em;
	font-family: tahoma;
}
.odd, .even{
	padding: 4px;
	border-bottom: 1px #EBEBEB solid;
}
.odd { 
	background: #FFFFFF;
}
.even {
	background: #F7F7F7;
}
.odd:hover, .even:hover{
	background: #F9F9F9;
}
.odd, .even{
	color: #99CC00;
}

.smallt{
	font-size: xx-small;
	color: #E3E3D5;
	font-family: Verdana;
}
