body {
	background-image:url(/img/bg_gray.gif);
	background-repeat:x-repeat;
	text-align:center;
	margin:0;
}

body, table {
	font:12px/18px tahoma, verdana, arial, sans-serif;
}

.wrapper {
	margin-bottom:25px;
}

img {
	border:0;
}

td#content {	
	padding-bottom:25px;
}

td#content ul {
	padding:auto;
	margin:auto;
	list-style:disc;
	background-image:none;
	background-repeat:none;
}

td#content li {
	width:auto;
	margin:auto;
	position:none;
}

h1 {
	font:15px/19px tahoma, verdana, arial, sans-serif;
	/*color:#60001b;*/
	font-weight:bold;
}
h2 {
	font:14px/18px tahoma, verdana, arial, sans-serif;
	font-weight:bold;
}

td#footer {
	color:#ccc;
	font-size:11px;
	text-align:center;
	padding:15px 0;
}

td#footer a:link, td#footer a:visited {
	color:#ccc;
	font-weight:normal;
	text-decoration:underline;
}

td#footer a:hover, td#footer a:active {
	color:#ccc;
	font-weight:normal;
	text-decoration:none;
}

a:link, a:visited {
	color:#60001b;
	font-weight:bold;
	text-decoration:underline;
}

a:hover, a:active {
	color:#60001b;
	text-decoration:none;
}



/* NAVIGATION STYLES */

ul { /* all lists */
	padding: 0 0 2px 0;
	margin: 0;
	list-style: none;
	list-style-type:none;
	background-image:url(/img/nav_tween.gif);
	background-repeat:x-repeat;
	z-index:5000;
}

li { /* all list items */
	/* float: left; */
	position: relative;
	width: 210px;
	margin:0 0 3px 0;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: -2px;
	left: 210px;
	margin:0;
	padding:0;
}

li ul li{
	background-color:#4c4c4c;
	color:#fff;
	width:200px;
	margin:-1px 0 0 0;
}

#width {
	width:140px;
}

li ul li:hover{
	background-color:#60001b;
}

li ul li a:link, li ul li a:visited  {
	background-color:#4c4c4c;
	padding:4px 10px;
	font-size:11px;
	line-height:13px;
	color:#fff;
	text-decoration:none;
	border:1px solid #ccc;
	display:block;
	margin:0;
	width:100%;
}

li ul li a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#60001b;
	border:1px solid #ccc;
	display:block;
}

li ul li a:link, li ul li a:visited {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 1px;
	left: 209px;
}

li:hover ul, li.over ul, li ul li:hover, li ul li.over ul { /* lists nested under hovered list items */
	display: block;
}

.fees {
  border:1px solid #ccc;
  background-color: #f3f3f3;
  padding: 5px;
}