/*CSS Reset - derivative of YUI Reset CSS - http://developer.yahoo.com/yui/reset/#code */
html, body, div, pre, form, fieldset, input, h1, h2, h3, h4, h5, h6, p, textarea, ul, ol, li, dl, dt, dd, blockquote, th, td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0; }
address, caption, cite, code { font-style:normal; font-weight:normal; }
ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:''; }
abbr, acronym { border:0; }


/* the large content area  */
.rightcolumn td{ padding:8; }

/* the left nav area */
.leftnav{background-color:#6C0000; } 
.AvailMgmt td{padding:10; background-color:#6C0000; }
.AvailMgmt a:link,
.AvailMgmt a:visited,
.AvailMgmt a:active,
.AvailMgmt a:hover { padding:0px; color:#e8d2ad; }
.AvailMgmt b{ padding:0px; color:#ffffff; }
.AvailMgmt {color:#ffffff; }
.leftnavhilight {
	background-color: #3C0000;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

/*topheader red color */
.topheader {background-color:#6C0000; }
.topbumper {background-color:#e8d2ad; font-weight:bold; }

