body {
	background-image: url(../image/bgfull.jpg);
	background-repeat: no-repeat;
	background-position:center top;
	background-color: #FBC73D;
	margin:auto 0;
	text-align: center;
}
body,td,th {
	color: #000;
}
.style2 {font-size: small}
.style1 {
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #BC8903;
	text-decoration: none;
}
a:visited {
	color: #BC8903;
	text-decoration: none;
}
a:hover {
	color: #BC8903;
	text-decoration: underline;
}
a:active {
	color: #BC8903;
	text-decoration: none;
}
.style4 {color: #AF8003}

.style5 {
	color: #AF8003;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: underline;
}



/* --------------------------------------------------------  
   Leslie's CSS work
   ------------------------------------------------------ */
   
#container {
	margin: 0 auto;
	padding-left: 30px;
	margin-top: -73px;
	}   

#header {
	position: relative;
	z-index:20;
	width:1020px;
	height:323px;
	}
	
.table1 {
	width:840px;
	position: relative;
	z-index:10;
	margin:0 auto;
	margin-top:-250px;
	}
.leftside {
	background:url(../image/sideleft-trans.png);
	background-repeat:repeat-y;
	width:24px;
	}
.rightside {
	background:url(../image/sideright-trans.png);
	background-repeat:repeat-y;
	width:22px;
	}	

.leftcorner {
	background:url(../image/cornerleft-trans.png);
	background-repeat:no-repeat;
	background-position:top;
	width:24px;
	}
.rightcorner {
	background:url(../image/cornerright-trans.png);
	background-repeat:repeat-x;
	background-position:top;
	width:22px;
	}		
.content {
	width: 575px;
	background-color:#fcf2d8;
	background-image:url(../image/contenthead.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	border-left: solid 0px #F9E2A5;
	}	
	
.flashbox {
	width:795px;
	height:250px;
	} 
	
.flash {
	width:808px;
	height:250px;
	background-color: #FBC 73D;
	padding-left:12px;
	position: relative;
	z-index:15;
	margin:0 auto;
	padding-left:-10px;
	border-bottom: 0px solid #FBC73D;
	} 
	
object {margin-left: -30px;}	
		
#nav {
	width: 220px;
	height:400px;
	background-image:url(../image/menubg-trans.png);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#fcf2d8;
	margin-top:5px;
	
	}
.bottom {
	background-image:url(../image/bottom-trans.png);
	background-position:top;
	background-repeat:no-repeat;
	}
.logobottom {
	margin-top: -14px;
	margin-right: -68px;
	position:relative;
	z-index:5;
	}	

.footerb {
	width:808px;
	margin-top:-203px;
	position:relative;
	z-index:8;
	}	

/* --------------------------------------------------------  
   Menu
   ------------------------------------------------------ */		
.suckerdiv {
	margin-top: 5px;
	}
.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 210px; /* Width of Menu Items */
	border-bottom: 0px solid #000;
	text-align:left;
	}
	
.suckerdiv ul li{
	position: relative;
	}
	
/*Sub level menu items */
.suckerdiv ul li ul{
	position: absolute;
	width: 250px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	border: 1px solid #000;
	background-color: #fcf2d8;
	}

/* Sub level menu links style */
.suckerdiv ul li a{
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color:#000;
	text-decoration: none;
	padding: 1px 5px;
	border: 0px solid #FBC73D;
	border-bottom: 0px solid #000;
	font-weight:bold;
	}

.suckerdiv ul li a:visited{
	color: black;
	}

.suckerdiv ul li a:hover{
	background: url(../image/fadebgm-trans.png) ;
	}

.suckerdiv .subfolderstyle{
	background: url(../image/arrow-list-trans-trans.png) no-repeat center right;
	}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.menu1 {
	width: auto;
	}
.navpic {
	background-image: url();
	background-repeat: no-repeat;
	background-position: top;
	padding-left: 15px;
	padding-top: 15px;
	text-align: left;
}

.contentTable {
	margin-top:5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.styleSm {
	font-size: 10px;
	font-style: italic;
	color: #333;
}

.info, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
}
.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('image/info.png');
}
.success {
    color: #B39010;
    background-color: #F9E2A5;
    background-image:url('image/success.png');
	text-align:center;
}
.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('image/warning.png');
}
.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('image/error.png');
}

