html {
	scrollbar-face-color: #FFCC00; 
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF; 
}
td {
	font-size: 11px;
}

body.index {
	background: #FFFFFF url(menu_bg_y.gif) repeat-y;
}

#header {
	margin: 0;
	padding: 0;
	height: 109px; /* necessary for opera browser - images do not force height like in IE and NC */
	background-color: #FFCC00;
	border-bottom: 1px solid #999999;
	clear: both;
	background: #FFCC00 url(h_bg_x.jpg) repeat-x;
}
.header_text {
	color: #000;
	font-size: 10px;
}
#divider {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background: #FFFFFF url(div_bg_x.gif) repeat-x;
}
#divider a {
	color: #FFFFFF
}
#divider a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#main {
	margin: 0 27% 0 190px;
	padding: 10px;
}
#main_no_right {
	margin: 0 0 0 190px;
	padding: 10px;
}
#leftcol {
	top: 150px;
	position: absolute;
	width: 165px;
	margin: 0;
	padding: 10px;
	border: none;	
	left: 0px;
	font-size: 10px;
	font-weight: bold;
}
#leftcol a {
	color:#000;	
	text-decoration: none;
}
#leftcol a:hover {
	color:#FFCC00;
	text-decoration: underline;
}
#leftcol .submenu {
	padding-left: 10px;
}
#rightcol {
	top: 139px;
	position: absolute;
	width: 26%;
	right: 0;
	margin: 0;
	padding: 10px;
	border: none;	
	font-size: 10px;
}
#divider_f {
	margin: 0;
	padding: 0;
	height: 16px;
	background-color: #CCC;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #999999;
	background-color: #FFCC00;
	color: #000;
	font-size: 10px;
}
/*CALENDAR STYLE */
.today {
	color: #FFFFFF;
	background-color: #FF0000;
}
.dayofweek {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #006699;
}
.calendar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/* ELEMENT STYLES */
hr {
	border: 1px dotted #CCCCCC;
	height: 1px;
}
/* BOX */
.box_header {
	margin: 0;
	padding: 0;
	border-right: 1px solid #FFCC00;
	background: #FFFFFF url(box_bg_x.gif) repeat-x;
	width: 100%;
	clear: both;
	height: 21px; /* height of bar */
}
.box_header .boxleft {
	float: left;
}
.box_header .boxright {
	background: #FFFFFF url(box_horiz_div.gif) no-repeat right;
	float: right;
}
.box {
	margin: 0;
	padding: 0;
	border: none;
	border-left: 1px solid #FFCC00;
	width: 100%;
	background: #FFFFFF url(box_bg_right.gif) repeat-y right;
	font-size: 11px;
}
.box_footer {
	margin: 0;
	padding: 0;
	width: 100%;
	border: none;
	border-left: 1px solid #FFCC00;
	border-right: 1px solid #FFFFFF;
	height: 7px; /* height of corner */
	/* font-size: .8pt; */
	background: #FFFFFF url(box_bottom_x.gif) repeat-x;
}
.box .boxcontent {
	margin: 0;
	padding: 10px;
	font-size: 11px;
}
/* BOOKMARK LINK - TOP RH CORNER OF BROWSER */
#bookmark {
	position: absolute;
	top: 3px;
	right: 5px;
}
input, select {
	border: 1px solid #999999;
	font-size: 11px;
}
textarea {
	border: 1px solid #999999;
	font-size: 12px;
}
.nostyle {
	border: 0;
}