
html,body {
	/* needed for container min-height */
	font-family: Helvetica,  Arial, Geneva, sans-serif;
	scrollbar-face-color: #D5D4D4;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #e8e8e8;
	scrollbar-track-color: #f0f0f0;
	scrollbar-arrow-color: #5A5A5A;
}
body
{
	background : url(../_img/BG.gif) repeat-x;
}
/* Links */
a:link {
	color: #ED1A3B;
	text-decoration : underline;	
}
a:active {
	color: #ED1A3B;
	text-decoration : none;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #333;
	text-decoration: underline;
}


/* Content */


h1 {
	margin: 0.4em 0 1em 0;
	text-transform: uppercase;
	font-size : 1.5em;
}

h2 {
	font-size : 1.1em;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
	h1, h2 {
	color: #ED1A3B;
}

h3 {
	font-size : 1.1em;
	font-weight: bold;
	color: #ED1A3B;
	line-height: 140%;
}
	
/*  LAYERS AND POSITIONING*/
	
div#navigation {
	position : absolute;
	top: 105px;
	left: 40px;
}

div#logo{
	position : absolute;
	left: 35px;
	top: 0px;
	width: 132px;
	height: 58px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

div#orientallogo{
	position : absolute;
	left: 400px;
	top: 58px;
	width: 530px;
	height: 178px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

div#rightIcon{
	position: absolute;
	top: 236px;
	left: 708px;
	width: 178px;
	height: 326px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}


div#rightTeaser{
	position: absolute;
	top: 575px;
	left: 760px;
	width: 115px;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	font-size : .8em;
	color: #333333;
	line-height: 155%;
	word-spacing : 0em;
}

/*  CONTENT AREA*/

div#container{
	position: absolute;
	top: 285px;
	left: 182px;
	margin: 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	width:475px;
}

div#content {
	/* needed for footer positioning*/
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	width:475px;
}

div#content p {
	font-size : 12px;
	margin : 0 0 0 0;
	padding : 0 0 15px 0;
	color: #333333;
	line-height: 150%;
	word-spacing : 0em;
	text-align:justify;
}

div#content img {
  padding:4px;
  border:1px solid #ddd;
}

div#content p img {
  padding:4px;
  border:1px solid #ddd;
}

div#content ul, div#content li {
	list-style-type : square;
	font-size : 12px;
	color: #333333;
	line-height: 145%;
	word-spacing : 0em;
	padding-bottom: 10px;
	text-align: left;
}

div#footer {
	bottom:0;
	/* stick to bottom */
	background-color : transparent;
}

div#footer p {
	width: 475px;
	padding: 0 0 0 0;
	margin:0 0 0 0;
	color: #333333;
	font-size: x-small;
	word-spacing : 0em;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	text-align: left;
}

		
	
/* Tables
----------------------------------------------- */
table {
	margin: -10px 0 20px 0;
}
	table th, table td {
	white-space: normal;
	padding: 4px 4px 4px 4px;
	margin : 0 0 0 0;
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	color:#666;
	font : normal normal;
	text-align: left;
	vertical-align: top;
	border-bottom : 1px solid #333333;
}

	table th {
	padding: 4px 4px 4px 4px;
	text-align:left;
	vertical-align : top;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ECECEC;
	border-top : 1px solid #999999;
}



























