body{
	font-family: Tahoma;
  text-align: center; 
}
#wrapper {
	background-image: url(../images/stikes_08.jpg);
	background-repeat: repeat-y;
	width: 900px;
	position: relative;
	background-position: left top;
	text-align: left;
	margin: 0 auto;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: 10px;
	width: 900px;
	height: 105px;
}
#headert .logo {
	background-image: url(../images/logo.gif);
	height: 105px;
	width: 450px;
	background-repeat: no-repeat;
	clear: left;
	float: left;
	margin-top: 2px;
	margin-left: 37px;
}
#header2 {
	margin-right: 13px;
	margin-left: 12px;
	width: 878px;
	height: 20px;
	background-color: #FFCC00;
	color: #265180;
	text-align: right;
}
#content {
	margin-left: 200px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#content p {
	font-size: 75%;
	line-height: 1.8em;
	padding-left: 2em;
}
#menu {
	position: absolute;
	top: 126px;
	left: 12;
	width: 180px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu li {
	width: 180px;
	border-bottom: 1px solid #969BA5;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom; 
}
#menu a:link, #menu a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #265180;
	border-right: 1px solid #265180;
	background-color: #CAD6EC;
	color: #265180;
	text-decoration: none;
}
#menu a:hover {
	background-color: #265180;
	color: #FFFFFF;
}

a:link,a:visited {
  color:#265180;
}
a:hover {
	color: #FF6600;
	text-decoration:none;
}
h2 {   
	font: normal 120% Georgia;
	line-height: 200%;
	color: #265180;
	background-color: transparent;
	border-bottom: 1px dotted #265180;
}
table {
	font-family: Tahoma; 
	font-size: 8pt;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	margin: 10px 0px;
}
th{
	color: #FFFFFF;
	font-size: 7pt;
	text-transform: uppercase;
	text-align: center;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
	background-color: #265180;
}
td{
	padding: 0.5em;
	vertical-align: top;
	border-width: 1px;
	border-style: solid;
	border-color: #969BA5;
	border-collapse: collapse;
}
input,textarea,select{
	font-family: Tahoma; 
	font-size: 8pt;
}
#paging{
	font-family: Tahoma; 
	font-size: 8pt; 
}
#footer{
	font-size: 10px;
	color: #000000;
	background-image: url(../images/stikes_10.jpg);
	text-align: center;
	height: 25px;
	width: 900px;
}

.error{
color:red;
}
