/* page options */
html, body{ 
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	background-image: url(pic/pagebg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 

/* basic objects of site structure */

#mother { 
	margin: 0px auto; 
	position: relative;
	width: 925px;
}

#left {
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 540px;
}

#right {
	position: absolute;
	z-index: 2;
	right: 1px;
	-right: -1px;
	top: 0px;
	width: 19px;
	height: 540px;
}

#top {
	height: 210px;
	width: 925px;
}
#topflash {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 20px;
}

#title {
	background-image: url(pic/titlebg.jpg);
	height: 50px;
	width: 925px;
}

#main {
	z-index: 2;
	background-image: url(pic/mainbg.gif);
	min-height: 280px;
	-height: 280px;
}
#btitle {
	height: 20px;
	width: 925px;
	background-image: url(pic/mainbg.gif);
}

#btable {
	height: 97px;
	width: 925px;
	background-image: url(pic/tabbg.jpg);
}

#bend {
	width: 925px;
}

/* styles for boxes*/
#main .text {
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
}

#main select, #main .inp, #main .submit {
	border: #344968 1px solid;
	background-color: #B8C2CF;
	font-size: 8pt;
	vertical-align: middle;
}
#main .submit {
	background-color: #F1F2F5;
}
#listtab td {
	padding-left: 5px;
}
#listtab td a {
	color: #000;
	text-decoration: underline;
}
#listtab th {
	background-color: #919DB0;
	border-bottom: 3px #C4CFD9 solid;
	color: #FFF;
	font-weight: bold;
	font-size: 8pt;
	height: 18px;
	padding-left: 3px;
	padding-top: 1px;
}
/*#pagetab*/ a {
	text-decoration: none;
	color: #FFF;
}
/*#pagetab*/ a:hover {
	text-decoration: underline;
	color: #FFF;
}
/* text and picture management styles for right boxes*/


