/* CSS Document */
body {
	background:url(../images/background_repeat.jpg) top left repeat-x;
	margin:0;
	padding:0;
	background-color:#EEE;
}
#container {
	float:left;
	width:535px;
	margin:0;
	padding:0;
	background:url(../images/filler_repeat.jpg) top left repeat-y;
}
#main {
	display:block;
	width:475px;
	background:url(../images/filler_repeat.jpg) top left repeat-y;
	overflow:visible;
	margin:0;
	border-left: 25;
	padding-right: 35px;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	clear:both;
	z-index:100;
	background:url(../images/footer.jpg) no-repeat;
	height:38px;
	width:980px;
	display:block;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:14px;
}
#top {
	width:980px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	background:url(../images/repeat_y.jpg) repeat-y;
}
#container #main h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: inline;
	padding: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
#container #main p {
	margin-top: 4px;
	margin-bottom: 4px;
}
#top #container #btmlinks {
	background-color: #EEEEEE;
	height: 21px;
	width: 515px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 20px;
}
a:link {
	color: #F00;
}
a:visited {
	color: #F00;
}
a:hover {
	color: #000000;
}
table.selection {
	background-color:#3697E6;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-right:1px solid #000
}
table.selection td {
	text-align:right;
	border-bottom:1px solid #000;
	color:#FFF;
	font-weight:bold;
	padding:4px;
}
table.selection td select {
	width:200px;
}
i {
	color: #F00;
	font-weight:bold;
}
ul#hplist {
	list-style-image:url(../images/listdot.jpg);
}