* {
margin: 0px;
padding: 0px;

}


html {
	font-family: Arial, Verdana, Tahoma, 'Sans-serif';
	font-size: 11px;
}

body {
	background-image: url(/images/bg_menu.gif);
	background-repeat: repeat-y;
}


.l {text-align: left;}
.r {text-align: right;}
.c {text-align: center;}
.fl {float: left;}
.fr {float: right;}
.cl {clear: left;}
.cr {clear: right;}
.cb {clear: both;}
.ml {margin-left: 1em;}
.mr {margin-right: 1em;}
.reset {display: block; font-size: 0px; line-height: 0px; height: 0px; overflow: hidden; clear: both;}
.vam { vertical-align: middle;}
.p5 { padding: 5px;}
.p3 { padding: 3px;}
.pl3 { padding-left: 3px;}
.w270 { width: 270px; }

table {
	font-family: Arial, Verdana, Tahoma, 'Sans-serif';
	font-size: 11px;
}

/* for all browsers that understand min-width */
#wrap {
	position:relative; 
	width:100%; min-width:980px;
}

#holder {
	display:block; 
	color:#000;
}



#toppane {
	background-image: url(/images/bg_top.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 120px;
	color: white;
	min-width: 980px;
}

#toppanebg
{
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
}

#prop {
	width: 980px;
}

#toppane span {
/*	border: 1px solid aqua; */
white-space: nowrap 
}

#toppane a
{
	color: white;
	text-decoration: underline;
}

#toppane a:hover {
	text-decoration: none;
}


#msearch a
{
	color: #808080;
}

.menusearch
{
	width: 160px;
	margin: 3px;


}
.menusearchbut
{
	width: 60px;
}

#menu h3
{
	font-size: 13px;
}

#menu {
	float:left;
	padding: 5px 0px 0px 0px;
	width: 180px;
}



#menu ul li {
	display: block;
	/*height: 18px; */
	background-color: #E9EEE3;
	border-top: 1px solid white;
	padding: 1px 0px 0px 5px;
	margin-bottom: 1px;
}


#menu ul li ul {
	margin: 5px 0px 0px 0px;
}

#menu ul li ul li {
	display: block;
	/*height: 18px;  */
	background-color: #FAFCF8; 
	padding: 1px 0px 3px 5px;
	margin-left: -5px;
	
}

#menu ul li a {
	background-image: url(/images/lidot.gif);
	background-repeat: no-repeat;
	background-position: 4px 5px;
	color: #505050;
	text-decoration: none;
	padding: 2px 0px 2px 14px;
	display: block;
	/* height: 16px;  */
}

#menu ul li a:hover {
	text-decoration: underline;
}



#content table {
	border: 1px solid black;
  font-size: 12px;
  border-collapse: collapse;
  margin: 4px;

}

#content td , th {
	border: 1px solid black;
  font-size: 12px;
  padding: 5px;

}


#content {
	float: left;
	margin: 10px 10px 25px 10px;
	width: 790px;
	font-size: 12px;
	line-height: 150%;

}

#content img {
	border: 1px solid #FCFCF4;
	vertical-align: middle;

}


#content h1 {
	font-family: 'Trebuchet MS',Arial,Tahoma,Verdata;
	font-size: 24px;
	font-weight: normal;
	color: #003344;
	padding-bottom: 3px;
}


#content h2 {
	font-size: 18px;
	color: #003344;
}

#content h3 {
	font-size: 13px;
	color: #003344;
}

#content h4 {
	font-size: 11px;
	color: #003344;
}

#content h5 {
	font-size: 9px;
	color: #003344;
}

#content a 
{
		
	text-decoration: underline;	
	color: #0051AA;
}

#content a:hover
{
	text-decoration: underline;
	color: red;
}


.mainheading {
	background-color: #E8E8D0;
	height: 63px;
}

.mainbox {
	background-color: #FCFCF4;
	border: 1px solid #F1F1F1;
	padding: 8px;
	color: #333333;
	margin-top: 2px;
}

.mainbox a 
{
	text-decoration: underline;	
	color: #0051AA;
}

.mainbox a:hover
{
	text-decoration: underline;
	color: red;
}

#footer
{
	float: left; 
	border-top: 1px solid #898968;
	height: 70px;
	background-color: #FCFCF4;
	width: 100%;
}

#footer a
{
	color: black;
}

#footer a:hover
{
	color: red;
}

#footer span
{
	margin: 10px;
}

#navbar {
	margin-left: 1px;	 
	padding-left: 10px;
	background-color: #f1f1f1;
	color: black;
	border-bottom: 1px #e1e1e1;
	height: 25px;
	font-size: 12px;
}

#navbar a {
	color: #a50029;
	font-weight: bold;
}


.printpage {
	float: right;
	margin-right: 5px;
	padding-top: 5px;
}

#lastupdate {
	font-size: 9px;
	color: #898968;
	float: right;
	margin-right: 5px;

}

#searchres {
	margin-left: 10px;
}

#searchres ul li{
	list-style: none;
	padding: 2px;
}

.info1 {
	font-weight: bold;
	padding: 3px;
}

#content ul
{
	margin-left: 25px;
}

#content li
{
	padding: 3px;
}



/* menu */


.closed a, .open a {
    color: #424E54;
    text-decoration: none; 
}
.closed a:hover, .open a:hover {
    color: #c00;
    text-decoration: underline; 
}

.closed ul a, .open ul a, .open ul a:hover {
  margin: 0; 
  padding: 0 ; 
  list-style-type: none; /*turns off display of bullet*/
  font-size: 11px;
  
  
}
.open ul a:hover {
  margin: 0; 
  padding: 0 ; 
  list-style-type: none; /*turns off display of bullet*/
  font-size: 11px;
}

