BODY
{
	border: none 0px #ffffff;
	margin: 0px 0px 0px 0px;
	direction: ltr;
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.top-banner-right
{
	background-image: url(images/top-banner-right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 383px;
	height: 60;
}

.top-banner-center
{
	background-image: url(images/top-banner-center.jpg);
	background-position: right top;
	background-repeat: repeat-x;
	/*width: 100%;*/
	height: 60;
	
}

.top-banner-left
{
	background-image: url(images/top-banner-left.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 280px;
	height: 60;
	
}

.top-menu-center
{
	background-image: url(images/top-menu-center.jpg);
	background-position: right top;
	background-repeat: repeat-x;
	height: 43;
	
}

.top-menu-right
{
	background-image: url(images/top-menu-right.jpg);
	background-position: right top;
	background-repeat: no-repeat;
/*	width: 229px;*/
	height: 43;	
}

.content-wrapper
{
	width: 226px;
}

.right-menu-top
{
	background-image: url(images/right-menu-top.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 226px;
	height: 27;
	padding: 0px 18px 0px 12px;
}

.right-menu-body
{
	background-image: url(images/right-menu-body.jpg);
	background-position: right top;
	background-repeat: repeat-y;
	width: 226px;
	padding: 0px 18px 0px 12px;
}

.right-menu-bottom
{
	background-image: url(images/right-menu-bottom.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	width: 226px;
	height: 77;
}

.content-bottom
{
	background-image: url(images/content-bottom.jpg);
	background-position: right top;
	background-repeat: repeat-x;
	height: 77px;
	padding: 20px 0px 0px 0px;
	color: #f0f0f0;
}

.content-bottom a:link, .content-bottom a, .content-bottom a:active, .content-bottom a:visited
{
	color: #FFAC61;
	text-decoration: none;
}

.content-bottom a:hover
{
	color: Orange;
	text-decoration: underline;
}

.page-bottom
{
	background-image: url(images/page-bottom.jpg);
	background-position: right top;
	background-repeat: repeat;
	height: 10px;
}

.page-left
{
	background-image: url(images/bg_left.gif);
	background-position: right top;
	background-repeat: repeat-y;
	width: 17px;
}

.page-right
{
	background-image: url(images/bg_right.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 17px;
}

.content-area
{
	padding: 0px 10px 0px 10px;
}

TR, TD, INPUT, TEXTAREA, BUTTON, DIV, SPAN, SELECT
{
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}	

/* TOP Menu */
#menu-top {
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 43px;
}

#menu-top ul {
	margin: 0 0 0 5px;
	padding: 0 0 0 0;
	list-style: none;
	font-size: 11px;
	float: left;
	height: 43px;
}

#menu-top li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	height: 43px;
}

/*#menu-top a {
	float: left;
	background:url(images/menuleft.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 2px;
	text-decoration:none;
	line-height: 18px;
	height: 43px;
}

#menu-top a span {
	background: transparent url(images/menuright.jpg) no-repeat right top;
	padding:5px 5px 5px 5px;
	color:black;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	height: 43px;
} */

.mtop
{
}

.mtop a {
	background: transparent url(images/menuright.jpg) no-repeat right top;
	padding:5px 5px 5px 5px;
	color:black;
	display: block;
	float: left;
	cursor: pointer; /* IE doesnt display the hand when you roll over the link for some reason. This fixes it */
	height: 43px;
}

.mtop a:hover {	background-position: 0px -43px; }

/* Right Menu */
#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0 20 0 0;
	padding: 0;
	list-style: none;
	font-size: 9pt;
	text-align: right;
}

#menu-page li {
	text-align: right;
}

#menu-page h3 {
	font-size: 9pt;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: bold;
	font-style: normal;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

/* Page Menu Bar */
.menubar 
{
	height: 40px;
	background: transparent url(images/menubar-bg.gif) repeat-x right top;
}

/* Page & TD Links */
a:link, a:visited, a:active
{
	color: #006699;
	text-decoration: none;
}

a:hover
{
	color: #CC6600;
	text-decoration: underline;
}

TD a:link, TD a:visited, TD a:active
{
	color: #006699;
	text-decoration: none;
}

TD a:hover
{
	color: #CC6600;
	text-decoration: underline;
}
