@media screen,print
{

/*******************************************************************************************************************/
/* HTML ELEMENTS */
/*******************************************************************************************************************/

* {
margin: 0px;
padding: 0px;
}

body
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #404040;
}


b, strong
{
	font-weight: bold;
	font-size: 10px;
}

img
{
	border: 0px;
}

a:link, A:active, A:visited
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #404040;
}

h1, h2, h3, h1
{
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
}

h1
{
	font-size:14px;
	color: #404040;
}

h2
{
	font-size: 12px;
	color: #404040;
}

h3
{
	font-size:10px;
	padding:0px;
	color: #404040;
}

hr
{
	background-color: #000000;
	height: 1px;
	border: 0px;
	margin:10px 0px 10px 0px;
}

p
{
	margin:0px 0px 10px 0px;
}

ul, ol
{
margin: 0px 0px 0px 20px;
}

li{
margin: 0 0 10px 0;
}

sup
{
font-size:7px;
font-weight:bold;
}

p{
margin:10px 0px 10px 0px;
}

table{
border-collapse:collapse;
}

html:first-child select{  /* nasty opera hack */
padding: 2px 20px 2px 2px;
}

option{
margin: 2px 20px 2px 2px;
}

/*******************************************************************************************************************/
/* HTML TABLE ELEMENTS */
/*******************************************************************************************************************/
caption
{
	padding:0px 0px 10px 0px;
	font-weight:bold;
}

.table1{
border: 1px solid #999999;
width:100%;
table-layout:fixed;
border-collapse:collapse;
}

.table1 th,.table1 td{
border:1px solid #999999;
}

.table1 th{
color: #ffffff;
background: #999999;
font-weight:bold;
}

th
{
	font-weight: normal;
	padding:3px;
}

td.right, th.right{
text-align:right;
}

td.center, th.center{
text-align:center;
}

td
{
	vertical-align: top;
	padding:3px;
}

.alt
{
	background: #cccccc;
}


/*******************************************************************************************************************/
/* HTML FORM ELEMENTS */
/*******************************************************************************************************************/

.data_row1
{
	margin:0px;
	padding: 0px 0px 20px 0px;
}

.data_row1_highlight
{
	margin:0px;
	padding: 0px 0px 20px 0px;
	background-color:#dcddcc;
}

.input1
{
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding:2px;
}

.input2
{
	width: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	float:left;
	padding:2px;
}

.input3
{
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	float:left;
	padding:2px;
}

.select0
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	float:left;
}

.select1
{
	width: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	float:left;
	padding:2px;
}

.f_t1
{
float:left;
display:block;
width:100px;
text-align:right;
margin:3px 10px 0px 0px;
}

.f_t2
{
float:left;
display:block;
text-align:right;
margin:3px 5px 0px 0px;
}

.f_t3
{
float:left;
display:block;
text-align:right;
margin:3px 5px 0px 10px;
}

.textarea1
{
	width:250px;
	height:250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding:2px;
}

.textarea2
{
	width:250px;
	height:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding:2px;
}

.textarea3
{
	width:250px;
	height:100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding:2px;
}


select
{
padding:1px 0px 1px 3px;
/*	width: 100px; */
}

/*******************************************************************************************************************/
/* NAVIGATION ELEMENTS */
/*******************************************************************************************************************/

.menuitem, #selectedmenuitem
{
	padding:5px 18px 10px 10px;
	text-align:left;
	background: #cccccc;
	border-bottom: 1px solid #ffffff;
}

#selectedmenuitem
{
	color: #ffffff;
	font-weight: bold;
	background: #666666;
}

.submenuitem, .subsubmenuitem, #selectedsubmenuitem
{
	font-weight: bold;
	font-size: 9px;
	padding:3px 18px 5px 15px;
	background: #999999;
	border-bottom: 1px solid #ffffff;
	color:#ffffff;
}


#selectedsubmenuitem
{
	color: #404040;
}

/*******************************************************************************************************************/
/* PAGE LAYOUT ELEMENTS */
/*******************************************************************************************************************/


#floater{
position:absolute;
top:0px;
left:0px;
width:200px;
background: url(../images/floaterbg.gif) top left no-repeat;
display:none;
z-index:1000;
}

#floatercontent{
margin:10px 10px 0px 15px;
}

#floater2{
height:10px;
width:200px;
background: url(../images/floater2bg.gif) top left no-repeat;

}

/* this one frames the three columns */

#frame
{
	width:753px;
	min-height:100%;
	margin: 0px auto 0px auto;
}


#contentheaderbox
{
	width:753px;
}

#pagetitle
{
	width:633px;
	height: 30px;
	padding:0px 0px 0px 120px;
	border-bottom: 1px solid #000000;
}

/* for centre column */

#contentcenter
{
	width:398px;
	min-height: 210px;
	padding:5px 10px 20px 10px;
	float:left;
	text-align:justify;
}

html>body #contentcenter
{
	width:400px;
}

#contentcenter2
{
	width:610px;
	min-height: 210px;
	padding:5px 10px 20px 10px;
	float:left;
	text-align:justify;
}


/* for right column */

#contentright
{
	width:212px;
	height:209px;
	padding:0px;
	margin: 0px;
	float:left;
	text-align:left;
}

/* for left column */

#contentleft
{
	width:120px;
	min-height: 210px;
	padding:0px;
	float:left;
	background:#cccccc;
}

#menubox
{
	width:120px;
	height:160px;
	background:#cccccc;
}

.data-row{
width:100%;
min-height:100px;
}

.rightimage{
float:right;
margin:0px 0px 0px 10px;
}

.hilight
{
	color: #f00;
}

/*
 deprecated ?????????????????????????????????????????????????????????

 .clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}


	.min200px {
		height:169px;
	}

	.min210px {
		height:209px;
	}

#footer
{
	position: absolute;
	bottom: 0px;
}

  A.rev:link,
A.rev:active,
A.cal:visited {
	font-size: 10px;
	color: #668888;
	text-decoration: none;
	line-height: 10px;
}

A.rev:hover {
	font-size: 10px;
	color: #404040;
	text-decoration: none;
	line-height: 10px;
}

.ns6bug {
	margin: 0px;
	padding: 0px;
	font-size: 2px;
	color: #404040;
}

.hilight
{
	color: #f00;
}

	#arrow {
	padding-bottom:10px;
	padding-top:5px;
	padding-right:0px;
	padding-left:0px;
	text-align:left;
	vertical-align: middle;
	}

	#headmenuitem {
	padding-bottom:10px;
	padding-top:5px;
	padding-right:18px;
	padding-left:10px;
	text-align:left;
	background-color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
*/

/* deprecated?
#dottedline
{
	height: 1px;
	width: 81px;
	padding-left:25px;
}

#yellowrule
{
	width:100%;
	height:3px;
	background:#DBCC24
}

#blackrule
{
	width:100%;
	height:1px;
	background:#000000
}

#title
{
	font-size:18px;
	padding-top:10px;
	padding-bottom:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	color: #404040;
}

.column
{
float: left;
}

#content
{
	width: 570px;
	padding: 0px 0px 0px 0px;
}

#contentCenterRight
{
	width:612px;
	min-height: 210px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

#contentCenterRightText
{
	font-size:10px;
	width:602px;
	padding-top:20px;
	padding-bottom:20px;
	padding-right: 10px;
	border: #CCCCCC;
}

#contentfooterbox
{
	width:753px;
	height:30px;
	background:#cccccc;
}

*/

}

/* ---------------
		Print View
   --------------- */
@media print
{
	#contentleft
	{
		display: none;
	}

	#contentright
	{
		display: none;
	}

	#contentheaderbox
	{
		display: none;
	}

}