html, body {
    height: 100%;
	margin:0;
	background:url('../images/bg.jpg');
	font-size:12px;
}
td,#scroll {
	font-family:'Verdana';
	font-size:11pt;
	color:#333333;
}
li{list-style:disc outside;margin-left:15px;}
#wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto; /* Change negative margin to height of footer */
}
#ft {text-align:center;height:10px;padding:10px;font-size:10px;font-weight:bold;color:white;} /* Height of footer minus any margin,padding, and border */
#custom-doc {
	width:59.08em;/* non-IE - width in ems (px / 13)*/
	min-width:768px;/* width in pixels */
}
#hd{text-align:center;padding-top:20px;}
#bd{width:768px;height:607px;position:relative;background:url('../images/frame.png');}
#title {width:696px;height:20px;position:absolute;left:36px;top:30px;text-align:center;font-size:12px;}
#slideshow {width:696px;height:138px;position:absolute;left:36px;top:56px;display:none;}
#slideshow img {width:696px;height:138px;}
#content{width:730px;height:365px;position:absolute;left:19px;top:230px;}
#scroll{width:710px;height:313px;background:white;overflow:auto;padding:10px;}
#homescroll{width:730px;height:333px;background:white;}

/*backgrounds*/
.bg {background:#F0E7D6;}
.bgw {background:white;}

/*margin and padding*/
.mt{margin-top:10px;}
.bl {border-left: 1px solid #161E4D;}
.border {border: 1px solid #161E4D;}
.padding {padding:10px;}
.pr {padding-right:10px;}
.pt {padding-top:10px;}
.pl {padding-left:10px;}
.pb {padding-bottom:10px;}
.padding2 {padding:5px;}
.pr2 {padding-right:5px;}
.pl2 {padding-left:5px;}

/*fonts*/
h1 {font-weight:bold;}
h3 {font-weight:bold;display:inline;}

/*links*/
a:link {color:#55D8FF;}
a:hover {color:#55D8FF;}
a:visited {color:#55D8FF;}
#ft a:link {color:white;}
#ft a:hover {color:white;}
#ft a:visited {color:white;}

table th {text-align:center;font-weight:bold;}
#paging a {padding:0 2px; }

/*validation*/
label.error {color:red;margin-left:10px;}