﻿body
{
	font-family:Arial;
	font-size:12px;
	
}

.mainContainer
{
	width:800px;
	height:400px;
	padding-top:0px;
}
.leftContainer
{
	position:relative;
	width:170px;
	height:400px;
	float:left;
	padding-top:45px;
	z-index:10;
}
.leftContainer a
{
	text-decoration:none;
	color:Black;
}


.rightContainer
{
	position:relative;
	width:400px;
	height:400px;
	float:left;
	/*border:solid 1px black;*/
	padding-top:20px;
	
}

.leftMenu
{
	position:relative;
	height:33px;
	padding-left:29px;
	padding-right:0px;
	background-image:url(/images/unselectedDot.gif);
	background-repeat:no-repeat;
}

.leftMenuText
{
	position:relative;
	height:33px;
	padding-top:8px;
	z-index:10;
}

.selectedLeft
{
	position:relative;
	height:33px;
	padding-left:29px;
	padding-right:0px;
	background-image:url(/images/selectedArrow.gif);
	background-repeat:no-repeat;
}

.selectedMenuText
{
	position:relative;
	z-index:10;
	height:33px;
	width:145px;
	padding-top:8px;
	background-image:url(/images/SelectTab_Tile.gif);
	background-repeat:repeat-x;
}

#right-contents
{
	height:400px;
	
}

#right-contents .sb-inner
{
	background-color:#fff;
	padding:10px 3px 10px 13px;
	z-index:-1;
}
#right-contents .sb-border
{
	background-color:black;
	z-index:-1;
}

.rightInnerDiv
{
	position:relative;
	padding:10px;
	padding-left:20px;
	z-index:10;
}

.introPanel
{
	position:relative;
	margin:0px auto;
	height:250px; 
	width:90%;
	display:block;
	color:Red;
	font-weight:bold;
}

.IntroText
{
	font-size:13px;
	font-weight:bold;
	color:Red;
}
