/* CSS Document */
body{
	line-height: 1.5em;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url("/images/bckgrd.gif");
	background-repeat: repeat;
	color: #333;
}
#container{
	margin-top:10px;
	width: 777px;
	border: 1px solid #404F50;
	background-color:#FFF;
}
#header{
	margin-bottom:10px;
}
#topRight{
	background-image:url(/images/top_right.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width: 120px;
}
#middle{
}
#mainTable{
	width: 777px;
	margin: 0px;
	padding: 0px;
}
#menu{
	width: 177px;
	vertical-align: top;
}
#content{
	width: 600px;
	padding-left: 20px;
	vertical-align: top;
}
#clearer {
	font-size: 0px;
	line-height: 0px;
	clear: both;
}
#footer {
	margin-top: 5px;
	font-size: 90%;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color: #FFF;
}
#footer a:hover{
	text-decoration:underline;
	color: #FFF;
}
#bottom {
	margin-top: 10px;
	font-size: 90%;
}
img{
	border: 0px;
}
a:link, a:visited{
	text-decoration:none;
	color: #AE0000;
}
a:hover{
	text-decoration:underline;
	color: #404F50;
}

h1{
	font-size: 100%;
	display: inline;
}
.panelTop{
	height: 20px;
	background-image:url(/images/panelTop.jpg);
	background-repeat:repeat-x;
}
.panel{
	border: 1px solid #404F50;
}
.panelBottom{
	text-align:left;
	padding: 5px;
}
.greenBck{
	background-color: #E0E7CF;
	padding: 3px;
}
.divider{
	width: 90%;
	background-image: url(/images/divider.gif) ;
	background-repeat:repeat-x;
	background-position: center;
	height: 10px;
}
li{
	margin-left: -20px;
	list-style-type: square;
}
ul{
	margin-bottom: -5px;
}
.formbutton{
	background-image:url(/images/button_bck.jpg);
	background-repeat: repeat-x;
	border: 2px ridge #C00;
	color: #FFF;
	font-weight: bold;
	font-size: 85%;
	padding: 2px;
	cursor: hand;
}
.formtext{
	font: "Courier New", Courier, mono;
	font-size: 100%;
	width: 150px;
}