@charset "UTF-8";

*, form {
	margin:0;
	padding:0;
}
body {
	font: 100%  Arial, Helvetica, Verdana, sans-serif;
	background: #fcfcfc url(../../images/header_bg_6.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	font-size:0.7em; 
	line-height:1.6em;
	text-align: center;
	color: #333333;
}

#container {
	width: 790px;
	margin: 0 auto; 
	text-align: left; 
}

.maincolumn {
	position:relative;
	float:left;
	width: 598px;
}

.leftcolumn {
	float:left;
	width: 300px;
	background:url(../../images/smallboxbody_bg.gif);
}

.rightcolumn {
	float:right;
	padding:0;
	margin-right:10px;
  /* 	_margin-right:0px;    Excludde for CSS  */
	width: 300px;
	background:url(../../images/smallboxbody_bg.gif);
}

.rightside {
	float:right;
	width: 177px; 
}
.toprightcolumn {
	height:225px;   /* Length of Black Region */
	text-align:center;
	background: url(../../images/rightside_bg.png) no-repeat;
}
/*      LOGOBOX NOT USED
.logobox {
	height:198px;
	text-align:center;
}
.logobox p {
	color:#FFFFFF;
	font-size:1.2em;
	margin:11px 0 0 15px !important;
	margin:5px 0 0 15px;
	text-align:auto;
}
.logobox img {
	margin:10px 0 0 0px; 
}                                     */
/*  vCard Layouts */
.vcard {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 	1.2em;
	width:		350px;
	border:		1px solid #0000cc;
	padding:	10px 10px 2px 10px;
	margin: 	20px 0 0 10px;
}

/* png ie 6 fix */
	img, div, .toprightcolumn {
	behavior: url(../iepngfix.htc);
}


