BODY
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	color: #000000;
	font-family: verdana,Tahoma,arial,helvetica,sans-serif;
	media: screen;
}

BODY, TD
{
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

A, A.visited, A.active 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

A:hover
{
	color: #007b88;
	text-decoration: none;
}

IMG
{
	border: none;
}

TABLE
{
	border: none;
}

H1
{
	margin: 0px 0px 0xp 0px;
	padding: 5px 5px 10px 10px;
	font-size: 20px;
	font-weight: bold;
}

H2
{
	margin: 0px 0px 0xp 0px;
	padding: 5px 5px 5px 5px;
	font-size: 16px;
	font-weight: bold;
}



.content_table
{
	width: 900px;
	height: 100%;
}

.yellow_border
{
	border-top: solid 3px #ffd700;
}

.header
{
	width: 100%;
	height: 120px;
	background-image: url(images/bg_cyan.gif);
	background-repeat: repeat;
	border-bottom: solid 25px #ffd700;
	text-align: center;
}

.footer
{
	width: 100%;
	height: 60px;
	background-image: url(images/bg_cyan.gif);
	background-repeat: repeat;
	border-top: solid 3px #007b88;
	text-align: center;
}

#content
{
	padding: 30px 5px 5px 5px;
	width: 680px;
}

#menu_left
{
	height: 300px;
	width: 160px;
	border-right: solid 5px #e1f0ef;
	padding-right: 5px;
	margin-top: 100px;
}


#menu_top
{
	position: absolute;
	top: 132px;
	left: 50%;
	margin: 0px 0px 0px -380px;
	_margin: 0px 0px 0px -385px;
	width: 900px;
	height: 20px;
	text-align: right;
}


.tmenu
{
	background-color: #007b88;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #999999;
	text-align: center;
}

.tmenu_sel
{
	background-color: #e1f0ef;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #999999;
	text-align: center;
}

.tmenu_over
{
	background-color: #e1f0ef;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #999999;
	text-align: center;
}


.rmenu
{
	background-color: #ffd700;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #007b88;
	text-align: center;
}

.rmenu_sel
{
	background-color: #e1f0ef;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #007b88;
	text-align: center;
}

.rmenu_over
{
	background-color: #e1f0ef;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #007b88;
	text-align: center;
}



.lmenu
{
	background-color: #ffe580;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #007b88;
	text-align: center;
}

.lmenu_sel
{
	background-color: #e1f0ef;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #007b88;
	text-align: center;
}

.lmenu_over
{
	background-color: #e1f0ef;
	color: #000000;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px 2px 10px;
	border: solid 1px #007b88;
	text-align: center;
}


.text11
{
	text-decoration: none;
	font-size: 11px;
	color: #007b88;
}

.text11 A, .text11 A:visited, .text11 A:active
{
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #007b88;
}
.text11 A:hover
{
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #000000;
}


@media print{
  body{ background-color:#FFFFFF; background-image:none; color:#000000; }
  #menu_left { display:none;}
  #menu_top { display:none;}
  #right_column { display:none;}
  #content { width: 100%; border-top: solid 3px #ffd700; padding: 15px 0px 0px 0px;}
  .content_table { width: 100%; }
  .footer { display:none;}
  .header { display: none; }
}