/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: arial, sans serif;
	font-size: .8em;
	background-color:#ffffff;
	color:black;
}

a{
	color: white;
	text-decoration: none;
}

a:link{
	color:white;
	text-decoration: none;
}

a:visited{
	color: white;
	text-decoration: none;
}

a:hover{
	color: white;
	text-decoration: underline;
}

h1{
 font-family: arial, sans-serif;
 font-size: 1em;
 color:black;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: arial, sans-serif;
 font-size: .9em;
 color:#888888;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: arial, sans-serif;
 font-size: .8em;
 color:#666666;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: arial, sans-serif;
 font-size: 1.1em;
 color:black;
 font-weight:bold;
 margin: 0px;
 padding: 0px;
}
h5{
 font-family: arial, sans-serif;
 font-size: .7em;
 color: #333333;
 margin: 0px;
 padding: 0px;
}
h6{
 font-family: arial, sans-serif;
 font-size: 1.1em;
 color: ff7f00;
 margin: 0px;
 padding: 0px;
}

/*********** #contacts styles ***********/

#logoindex{
	position: absolute;
	top: 22px;
	left: 135px;
	width: 785px;
	height: 95px;
	background-color: #ffffff;
}

#content{
	position: absolute;
	top: 0px;
	left: 100px;
	height: 610px;
}

#img{
	position: absolute;
	top: 68px;
	left: 0px;
	width: 432px;
	height: 546px;
}

#text{
	position: absolute;
	top: 80px;
	left: 280px;
	width:230px;
}

#box_login{
	position: absolute;
	top: 72px;
	left: 550px;
	width:202px;
	height:160px;
	
	background-color: #e7e3e3;
}

#box_singup{
	position: absolute;
	top: 265px;
	left: 550px;
	width:202px;
	height:230px;
	
	background-color: #e7e3e3;
}

#box_toplogin{
	position: absolute;
	top: 61px;
	left: 456px;
	width:202px;
	height: 11px;
	vertical-align: bottom;
	background-color: #white;
}

#box_topsignup{
	position: absolute;
	top: 257px;
	left: 456px;
	width:202px;
	height: 11px;
	vertical-align: bottom;
	background-color: #white;
}

#box_bot{
	position: relative;
	top: 10px;
	left: 0px;
	width:202px;
	height:24px;
	background-color: #ffffff;
}

#orangebar{
	position: absolute;
	top: 530px;
	left: 0px;
	width:750px;
	height:24px;
	text-align: left;
	background-color: #12A243;
	color:white;
	vertical-align: center;
}

/*Buttons Styles Added on  17/01/2008*/
#btn_exp{ float:left; margin:0px;width: auto;display: inline;}
#btn_exp a {display:block;height:24px;color:#FFF; float:left; background:url(images/btn_left.gif) no-repeat left top; margin:0; padding:0; text-decoration:none;}
#btn_exp a span {color:#FFF; float:left; display:block; background:url(images/btn_right.gif) no-repeat right top; padding:5px 15px 8px 5px; margin:0 3px 0px 6px; font: bold 10px/10px Verdana, Arial; color:#FFF !important; white-space:nowrap; }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#btn_exp a span {float:none; color:#FFF;}
/* End IE5-Mac hack */
#btn_exp a:hover {background-position:0% -24px;}
#btn_exp a:hover span {color:#FFF !important; background-position:100% -24px; font: bold 10px/10px Verdana, Arial; white-space:nowrap;}