body {

margin: 55px;
background-color: rgb(255,155,0);
background-image: url(bodybg_or.gif);
height:300px;
background-repeat: repeat;


}

hr {
	border: 1px dotted #CCC;
}

input,textarea {
	
	border:1px solid #CCC;
	width: 100px;
}

select {
	
	border:1px solid #CCC;
	width: 105px;
}

#history {
	color: #FFF;
	text-align: left;
	padding-left: 40px;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

#history a{
	color: #FFF;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}

#lang {
	
	text-align: right;
	padding-right: 40px;
}

#lang a {
	
	color: #FFF;
	padding-left: 10px;
	font: 12px Arial, sans-serif;
	text-decoration: none;
	
}

#lang a:hover, #history a:hover {
	
	text-decoration: underline;
	
}

#hdr1 {
	
	width:1000px;
	height: 60px;
	background-image: url(hdr2_or.png);
	padding-right: 35px;

}

#container {
	
	background-image: url(cntbg.png);
	background-repeat: repeat-x;
	background-color: rgb(225,225,225);
}

#heading {
	
	width: 680px;
	height: 75px;
	background-image: url(heading.png);
	font: 18px Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
	color: rgb(255,150,0);
	padding-left: 40px;
}

#menu {
	
	width: 320px;
	height: 600px;
	overflow: visible;
	background-color: rgb(195,195,195);
	background-image: url(menubg.png);
	background-repeat: no-repeat;
	
	
}

#content {
	
	padding: 10px 40px 10px 40px;
	font: 12px Arial, sans-serif;
	color: #333;
	text-align: justify;
	line-height: 18px;
	
}

#content td {
	
	font: 12px Arial, sans-serif;
	color: #333;
	text-align: justify;
	line-height: 18px;
}
#content a, #content td a {
	
	font: 12px Arial, sans-serif;
	color: rgb(255,150,0);
	text-decoration: none;
}

#content a:hover, #content td a:hover {
	
	text-decoration: underline;
	
}

#lnk_left {
	
	width:320px;
	height: 33px;
	background-image: url(btm_left.png);
}

#lnk_right {
	
	width: 680px;
	height: 33px;
	background-image:url(btm_right.png);
	text-align: center;
}

#lnk_right a {
	
	font: 11px Tahoma, Arial, sans-serif;
	color: #666;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}
	
#lnk_right a:hover {
	
	color: #000;
	
}

#footer {
	
	width: 1000px;
	height: 97px;
	background-image: url(footer_or.png);
}

/*TABS*/

#tab_lh {
	
	width:10px;
	height: 60px;
	background-image: url(lnk_grey_left.gif);
}

#tab_mh {
	
	height: 60px;
	background-image: url(lnk_grey_mid.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#tab_mh a {
	
	color: #FFF;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

#tab_rh {
	
	width:10px;
	height: 60px;
	background-image: url(lnk_grey_right.gif);
	
}

#tab_lg {
	
	width:10px;
	height: 60px;
	background-image: url(lnk_orange_left.gif);
}

#tab_mg {
	
	height: 60px;
	background-image: url(lnk_orange_mid.gif);
	background-repeat: repeat-x;
	text-align: center;
}

#tab_mg a {
	
	color: #FFF;
	font: 12px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	
}

#tab_rg {
	
	width:10px;
	height: 60px;
	background-image: url(lnk_orange_right.gif);
	
}

/*SIDEMENU*/

#menu_top {
	
	width: 275px;
	height: 12px;
	background-image: url(menu_top.gif);
	background-repeat: no-repeat;
}

#menu_bt {
	
	width: 275px;
	height: 12px;
	background-image: url(menu_bt.gif);
	background-repeat: no-repeat;
}


#sidemenu {
	
	padding-left:13px;
}

#menu_lnk {
	
	background-color: rgb(109,109,109);
	height: 40px;
	border-bottom: 1px dotted #CCC;
	padding-left: 13px;
	
}

#menu_lnk a {
	
	font: 12px Arial, sans-serif;
	color: #CCC;
	text-decoration: none;
	
}

#menu_lnk a:hover {
	
	text-decoration: underline;
	
}