/* Company info*/
body{
	margin-top: 15px;
	background-color: #FF6600;
	font-size: 12px;
	line-height: 1.3em;
}


#frame {
	height: 550px;
	width: 780px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(image/bg-white.gif);
	background-repeat: no-repeat;
}

#b1{
	height: 533px;
	width: 250px;
	float:left;
	margin: 8px 0px 8px 8px;		
}

#copyright{
	height: 20px;
	width: 250px;
	float:left;
	margin-top: 127px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
}

#b2{
	height: 533px;
	width: 30px;
	float:left;
	margin: 8px 0px 8px 0px;
	background-image: url(image/dot_orange.gif);
	background-repeat: no-repeat;
}

#b3{
	height: 533px;
	width: 475px;
	float:left;
	margin: 8px 0px 8px 0px;
}

#b3-1{
	width: 475px;
	height: 200px;
	float:left;
	position: relative;
}

#b3-2{
	width: 475px;
	float:left;
	position: relative;
	padding: 5px 0px 0px 0px;
	height: 30px;
}

#b3-3{
	width: 463px;
	height: 315px;
	float:left;
	position: relative;
	border: solid #FF6600 1px;
	overflow: auto;
	margin: 5px 0px 0px 0px;
	padding: 5px;
}

#b3-4{
	width: 463px;
	height: 515px;
	float:left;
	position: relative;
	border: solid #FF6600 1px;
	overflow: auto;
	margin: 5px 0px 0px 0px;
	padding: 5px;
}

/************ Links  ***********/

A:link, a:visited {
	color: #525252;
	text-decoration:none;
}
A:hover {
	color:#999999;
	text-decoration: none;
}

a.sub:link{
	display: block;
	width: 140px;
	height: 15px;
	background-color: #FF6600;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
	float: left;
	margin-top: 5px;
}
a.sub:visited{
	display: block;
	width: 140px;
	height: 15px;
	background-color: #FF6600;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
	float: left;
	margin-top: 5px;
}
a.sub:hover{
	display: block;
	width: 140px;
	height: 15px;
	background-color: #FC7D27;
	text-align: center;
	color: #000000;
	padding: 5px;
	margin-top: 5px;
}

a.sub-2:link{
	display: block;
	width: 145px;
	height: 15px;
	background-color: #FF6600;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
	float: left;
	margin-top: 5px;
}
a.sub-2:visited{
	display: block;
	width: 145px;
	height: 15px;
	background-color: #FF6600;
	text-align: center;
	color: #FFFFFF;
	padding: 5px;
	position: relative;
	float: left;
	margin-top: 5px;
}
a.sub-2:hover{
	display: block;
	width: 145px;
	height: 15px;
	background-color: #FC7D27;
	text-align: center;
	color: #000000;
	padding: 5px;
	margin-top: 5px;
}

.space{
	display:block;
	width: 10px;
	float: left;
	color: #FFFFFF;
}

.txt-orange{
	color: #FF6600;
	font-weight: bold;
}

.heading{
	color: #FF6600;
	font-weight: bold;
	background-image: url(image/heading-orange.gif);
	background-repeat: repeat-x;
	background-position: centre;
	padding: 0px 0px 7px 0px;
}
p {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}
a.title-heading:link{
	color: #FF6600;
	font-weight: bold;
}
a.title-heading:visited{
	color: #FF6600;
	font-weight: bold;
}
a.title-heading:hover{
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}
