*
{
  padding:0; 
  margin:0;
}  

h1 {
	font-size: 18px;
	color: #003366;
}

input
{
  width: 170px;
}
.sub  input
{
  width: 170px;
}

 

#leftpanel legend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D93500;
	font-weight: bold;
	padding: 2px
	
}	

#leftpanel fieldset
{
	padding-left: 10px;
}


body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	
}

/*HEADER*/
#header{
	width: 933px;
	position:relative; 
	height: 220px;
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	text-align: left;
}
/*MENU IN HEADER*/
.log{
	position:absolute;
	bottom: -13px;
	right: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.log a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
.log a:hover{
	text-decoration:underline;
}

.login
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;

}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 933px;
}
#contenttext{
                text-align:left;
	float:right;
	width: 713px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


/*FOOTER*/
.footer{
	text-align:center;
	width: 100%;
	height: 32px;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#000000;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#000000;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}

/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url(images/table_top.jpg);
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url(images/table_content.jpg);
	background-repeat:repeat-y;
}
.table_text{
	margin-left:5px;
	margin-right:5px;
	text-align:left;
}
.table_bottom{
	width: 204px; height: 23px;
}

ul.menu,ul.menu li,ul.menu li ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 180px;
  background-color: #FFFFFF;
  text-align:left;
  color:#037DB5; 
}

ul.menu a
{
	text-decoration : none;
	display : block;
	color :#037DB5;
	font-family : Verdana, Georgia;
	font-size : 14px;
	font-weight: bold;
	line-height: 18px;
   background-image:url(images/icon_blue.gif);
   background-repeat: no-repeat;
   padding-left: 10px;
}
ul.menu a:hover
{
	color: #D93500;
   background-image:url(images/icon_orange.gif);
   background-repeat: no-repeat;
}
ul.menu li {
  position: relative;
  width: 160px;
  line-height: 1.5em;
  text-indent: .5em;
}
ul.menu li ul {
  position: RELATIVE; 
  left: 0px;
}

ul.menu li ul a {
   background-image:url(images/tree.gif);
   background-repeat: no-repeat;
}
ul.menu li ul a:hover
{
	color: #D93500;
   background-image:url(images/tree.gif);
   background-repeat: no-repeat;
}





