/*--		BIO WORKFRAME			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--							- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--		MAINSCREEN				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/


/*BEGIN:	MAIN 					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*main definitions				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
html							{
width:						100%;
background-color:				#E6E6E6;
}

body						{
width:						100%;
margin:						0 0 0 0;
padding:						0 0 0 0;

font-family:					arial, verdana, helvetica, sans-serif;
font-style:					normal;
font-weight:					500;
text-decoration:					none;
font-size:					13px;
color:						#696969;

background:					url(../images/content/bio_content_side_back.gif) repeat-x left 365px;
background-color:				#CBE4AA;
}

div							{
overflow:					hidden;
margin:						0 0 0 0;
padding:						0 0 0 0;
text-align:					left;
}

img, a						{
margin:						0 0 0 0;
padding:						0 0 0 0;
border:						0px none transparent;
text-decoration:					none;
}

form, fieldset					{
margin:						0 0 0 0;
padding:						0 0 0 0;
border:						0px none transparent;
}

a, a:link, a:visited, a:active	{color: #7DBC2A;}
a:focus, a:hover				{color: #467B00; text-decoration: underline;}

#bio_home a, #bio_home a:link, #bio_home a:visited, #bio_home a:active {color: #FFFFFF;}
#bio_home a:focus, #bio_home a:hover {color: #CBE4AA; text-decoration: underline;}


/*BEGIN:	MAIN DIV				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*maindiv for background			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
div.bio_mainscreen			{
overflow:					visible;
width:						100%;
text-align:					center;
}

/*BEGIN:	MAIN TABLE				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*for centering 					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
table.bio_maintable			{width: 100%; border: 0px none;}
tr.bio_maintable				{width:	100%; border: 0px none;}
td.bio_maintable				{border: 0px none;}
td.bio_maintable_center		{width: 1000px; border: 0px none; background-color: #544946;}

td.bio_maintable_right		{
background:					url(../images/main/bio_logo_Q.gif) no-repeat 20px bottom;
}

/*BEGIN:	MAIN CONETNT			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*maindiv for all content 			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

div.bio_maincontent			{
width:						994px;
border-right:				6px solid #544946;
background-color:			#E5F2D4;
}
#bio_home_base div.bio_maincontent {
background:					url(../images/content/bio_home_back.jpg) no-repeat right top;
background-color:			#82B93A;
}

div.bio_maincontent_left		{
width:						994px;
background:					url(../images/content/bio_content_left_back.gif) repeat-y left top;
}


div.bio_maincontent_head,
div.bio_maincontent_foot		{
width:						1000px;
background-color:			#544946;
}
div.bio_maincontent_head		{height: 366px;}
div.bio_maincontent_foot		{height:  26px;}













