  * {
	padding				: 0px;
	margin				: 0px;
	}

  #frame{
  width					: 955px;
  
  }
  
  #top{
  width					: 955px;
  height					: 100px;
 
  }
  
  #top_left{
  float					: left;
  width					: 260px;
  }
  
  #top_middle{
  float					: left;
  margin				: 45px 0px 0px 0px;
  text-align			: center;	
  }
  
  #top_right{
  height				: 20px;
  float					: left;
  margin				: 0px 0px 0px 155px;
  font-family			: arial;
  font-size				: 0.7em;
 
  }
  
  #top_right .content ul li{
   height				: 20px;
  display				: inline;
  border-right			: 1px solid #666;	
  padding				: 10px 5px 0px 20px;
  
}
  
  #top_right .content ul li a{
  text-decoration		: none;
  color					: #666;
	font-weight			: bold;	
	

  }
  
  
  #head{
  width					: 955px;
  height					: 137px;
  border-top			: 3px solid #F89D1E;
  border-bottom		: 9px solid #F89D1E;
  padding				: 0px;
  padding				: 0px;
  float					: left;
  }
  
  #head_left{
  width					: 255px;
  height					: 137px;
  float					: left;
  background-image	: url(../images/head_left.jpg);
  background-repeat: no-repeat;
 
  }
  
  #head_right{
  width					: 700px;
  height					: 137px;
  float					: left;
  background-image	: url(../images/head_right.jpg);
  
  }
  
  head_right .content{
  width					: 700px;
  margin					:0px;
  padding				: 0px;
  }
  
  #screen{
  width			 		: 955px;
  background-image	: url(../images/back.jpg);
  background-repeat	: repeat-y;
 
  }
  
  #main_menu{
  width					: 251px;
  float					: left;
  background-color	: #FEF4E6;
  margin-top			: 4px;
  }
  
  #main_menu  .content ul li{
	list-style			: none;
	margin				: 0px;
	border-bottom	 	: 1px dotted #6FC6C2;
	padding			 	: 0px;
	}
   
   #main_menu  .content a{
   display				: block;
	text-decoration	: none;
	font-family			: arial;
	font-weight			: bold;
	font-size			: 0.8em;
	line-height			: 4em;
	color					: #323232;
	background-image	: url(../images/arrow_orange.gif);
	background-position: 10px center;
	background-repeat	: no-repeat;
	padding-left		: 44px;
	width					: 100%;
	
	}
	
	#main_menu  .content a:hover{
	background-color	: #F89D1E;
	color					: #FFF;
	background-image	: url(../images/arrow_blue.gif); /* blue */
	}
	
	#content{
	width					: 502px;
	float					: left;
	}
	
	#content .content{
	font-family			: arial;
	font-size			: 0.8em;
	line-height			: 1.4em;
	padding				: 28px 33px 28px 33px;
	text-align			: justify;
	overflow            : hidden;
	}
	
	#sub_menu{
	width					: 202px;
	float					: left;
	
  	margin-top			: 4px;

	}
  	
	#sub_menu .content{
  	margin				: 15px 10px 10px 5px;
  	padding-left		: 10px;

	}
  	
  	#sub_menu .content ul {
  	text-decoration	: none;
	list-style-image	: none;
	
	}
	
	#sub_menu .content ul li ul{
  	text-decoration	: none;
  	list-style-image	: none;
	
	}
	
	#info{
	margin				: 15px 10px 30px 10px;
	padding-left		:	10px;
	
	}
	
	#info ul{
	margin				:	13px 0px 0px 0px;
	}
	
	#info ul li{
	list-style-image	: url(../images/circle.gif);
	font-family			: arial;
	font-size			: 0.8em;
	line-height			: 1em;
	color					: #FFF;
	padding				: 10px 10px 10px 10px;
	margin-left			: 40px;
	height				:	1.2em;
	
	
	}
	
	#info ul li a{
	text-decoration	: none;
	color					: #323232;
	}
	
	#info ul li a:hover{
	text-decoration	: none;
	color					: #F89D1E;
	}
	
	#menu{
		display				: block;
		margin-top			: 113px;
	}
	
	#menu .content {
	border-width		: 2px 2px 0px 2px; 
	border-style		: solid;
	border-color		: #F89D1E;
	height				: 22px;	
	background-color	: #FFF;
	
	
	}
	
	#menu .content ul li{	
	float					: left;
	list-style-type	: none;	
	font-family			: arial;
	font-size			: 0.75em;	
	color					: #F89D1E;
	margin				: 0px;
	line-height			: 22px;
	height				: 22px;
	}
	
	#menu .content ul li a{	
	text-decoration	: none;
	list-style-type	: none;	
	color					: #F89D1E;
	font-weight			: bold;	
	border-right		: 2px solid #F89D1E;
	display				: block;
	padding				: 0px 30px 0px 30px;
	}	
	
	#menu .content ul li a:hover{	
	text-decoration	: none;
	list-style-type	: none;	
	color			: #000;
	font-weight		: bold;
	}	
	
	#footer{
	border-top			: 4px solid #F89D1E;
	height				: 20px; 
	width					: 955px;}

	#search {
		width: 120px;
	
	}
	
	#search, #searchbutton {
	
		height			: 20px;
		vertical-align: top;
	
	}
	
table.background {
	border-collapse: collapse;
	border: 0px;
	width: 400px;
}

div.button {
	width:100%;
	padding:2px 0px 2px 0px;
	text-align:right;
}

table.inline {
	empty-cells:show;
	width:100%;
	margin-top:5px;
}

fieldset {
	border: 0px;
}

input.input {
	border-style:solid;
	border-color:#aaa;
	border-width:1px;
	background-color:#fff;
	color:#444;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.9em;
}

TEXTAREA, .input {
	border-style:solid;
	border-color:#aaa;
	border-width:1px;
	width:100%;
}

