body {
	padding:0px; 
	background:url(/images/bg_beige.jpg) top center;
	color: #000000;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		font-size: 1em;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px; }

}
#wrap {
	WIDTH: 400px; FONT-SIZE: 95%; BACKGROUND: #fff repeat-y; MARGIN: 0px auto; POSITION: relative; TEXT-ALIGN: left
}


table {
	vertical-align: top; }

h1 {
	font-weight: normal;
	font-size: 48px;
	color: white;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 4px; }


/* image classes */
.imgLeft {
	margin: 5px 15px 5px 5px; 
	float: left; }

.imgRight {
	margin: 5px 5px 5px 15px; 
	float: right; }
	
.imgCenter {
	margin: 10px 10px 0px 10px; }
	
	
/* table classes */
.tableBody {
	border: 1px solid #FFFFCC; }

.tableData {
	font-size: small;
	background-color: #FFFFCC;
	padding: 12px;
	vertical-align: top;
	border-bottom: 1px solid #FFFFCC; }
	
.tableDataExist {
	font-size: small; }	

.tableDataSmall {
	font-size: x-small;
	padding: 12px; 
	vertical-align: top;
	border-bottom: 1px solid #FFFFCC; }

.tableTitleSmall {
	background-color: #FFFFCC;
	font-weight: bolder;
	padding: 6px;
	border-bottom: 1px solid #FFFFCC;
	vertical-align: bottom; }

.tableTitle2Small {
	font-weight: bolder;
	padding: 6px; 
	border-bottom: 1px solid #FFFFCC;
	vertical-align: bottom; }

/* header/footer classes */
.info {
	font-size: x-small;
	color: white;
	white-space: nowrap;
	padding: 4px;
	vertical-align: bottom; }


/* navigation classes  */

.navigation {
	padding: 15px 0px 15px 0px;
	font-weight: bolder;
	border-bottom: 1px solid #FFFFCC;
	vertical-align: top; }
	
.nav1 {
padding: 5px 5px 5px 10px;
}

.nav1On {
color: #FFFFFF;
white-space: nowrap;
padding: 5px 5px 5px 10px;
}

.nav2 {
font-size: small;
padding: 5px 5px 5px 25px;
}

.nav2On {
font-size: small;
color: #FFFFFF;
white-space: nowrap;
padding: 5px 5px 5px 25px;
}

.nav3 {
font-size: x-small;
padding: 5px 5px 5px 35px;
}

a {
	text-decoration : none; 
	white-space: nowrap; }

/* style pseudo-classes: link, visited, hover, focus and active */
a:link {
	color: #990000; }

a:visited {  
	color: #990000; }

a:hover {
	color: #ff0000; 
	text-decoration : underline; }

a:focus {
	color: #ff0000; 
	text-decoration : underline; }

a:active {
	color: #990000; }
	

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FF9D18;
	background: #FF9D18; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */