/* CSS Document */

body {
	margin:0px auto;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding:0px;
	background-color: #F3EEE0;
	}


/* genaral  classes */
h1 {font-size: 100%;}
h2 {font-size: 95%;}
h3 {font-size: 90%;}
h4 {font-size: 85%;}
img a {cursor:hand}

a:link {  color: #0000ff; text-decoration: none;}
a:visited { color: #0000ff; text-decoration: none;}
a:hover, a:active {  color: red; text-decoration: underline;}


/* form elements */

input.button {	
	display: inline;	
	margin-left: 2px;	
	height: 20px;	
	background-color: #0065B0;	
	text-align: center;	
	padding-top: -1px;	
	border-style: solid;	
	border-color: #9BBFF4 #29446D #29446D #9BBFF4;	
	border-width: 1px 2px 2px 1px;	
	cursor: hand;	
	font-weight: bold;	
	color: #ffffff;
}

select.searchlist {
width:180px;
height:25px;
font-size: 130%;
}

input.searchtextbox {
	font-size: 100%;
	height: 18px;
	width: 180px;
	color: #000000;
	padding:3px 0px 0px 3px;
}


/* form elements */

/* left menu starts */

/* start - left menu table */

table.leftmenu{
	margin: 0px 0px 0px 0px;
	border-width: 0px 1px 0px 0px;
	border-style: none;
	border-color: #344D56;
}

table.leftmenu td{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #A7A9AC;
	vertical-align:top;
	height:18px;
	color:#594738;
	font-weight:bold;
}

table.leftmenu td.arrow{
	text-align:right;
	padding:10px 0px 0px 10px;
}

table.leftmenu td.label{
	font-size:95%; 
	padding:5px 0px 0px 10px;
}

table.leftmenu a:link { color: #594738; text-decoration: none;}
table.leftmenu a:visited { color: #594738; text-decoration: none;}
table.leftmenu a:hover, a:active { color:#FF6603; text-decoration: underline;}

/* end - left menu table */

/*main */


/* start - main body table */

table.body{
	border-width: 0px 1px 0px 1px;
	border-style: none;
	border-color: #B2B4B6;
	margin: 0px;
}

table.body span.header{
    font-size:140%;
	font-weight:bold;
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	line-height:100%;
	color:#FF6600;
}
table.body td{
	border-width: 0px;
	border-style: solid;
	border-color: #fff;
	padding:0px;
	line-height:160%;
	text-align:justify;
	font-size:85%;
	
}
table.body td.content{
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #B2B4B6;
	line-height:160%;
	text-align:justify;
	font-size:95%;
	padding: 0px 15px 0px 25px;
}



/* end - main body table */




/* start short form classes */

#whitebg {
	border-width: 1px ;
	border-color: #fff;
	border-style:solid;
	background-color: #F3EEE0;
	padding: 5px;
	margin: 10px 5px 5px 5px;
}

#whitebg a:link; a:visited; a:active
	{	
	text-decoration: none;
	color:	#3333cc;
	}	
	
#whitebg a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}

#contentdiv {
	border-width: 1px;
	border-color: #745B03;
	border-style:solid;
	background-color: #F3EEE0;
	padding: 2px;
	margin: 10px 0px 0px 10px;
}
	
#contentdiv a:link; a:visited; a:active
	{	
	text-decoration: none;
	color:	#3333cc;
	}	
	
#contentdiv a:hover	{	
	text-decoration: underline;
	color:	#3333cc;
	}

.strong {
	font-size:110%;
	font-weight: bold;
	font-style: italic;
	color:#1B587C;
}

#important {
	position:absolute;
	left:268px;
	top:1005px;
	width:397px;
	height:149px;
	z-index:1;
	background-color: #FFFFDD;
	font-size:14px;
	border: 1px #000 solid;
	padding: 5px;
	display:none;
}

/* end  short form classes */

/* footer table */

table.footer{
	border-style: solid;
	border-color: #999;
	border-width: 1px 0px 0px 0px;
	width:95%;
	margin:10px auto;
}

table.footer td{
	border-style: solid;
	border-color: #999;
	border-width: 0px 0px 0px 0px;
	padding:10px 20px 10px 20px;
	font-size:80%; 
	text-align:center;
	color: #474747;
	line-height:18px;
}

table.footer a:link {color: #474747; text-decoration: none;}
table.footer a:visited {color: #474747; text-decoration: none;}
table.footer a:hover, a:active {color: red; text-decoration: underline;}

/* footer table ends */

