/* CSS Document */
html
{
	width: 100%;
	height: 100%;
}
body {
			background-image: url(images/bg_pattern.jpg);
				width: 100%;
	height: 100%;
}
.floatleft {
			float:left;
}
#content {
			text-align:center;
}
#sidepadding
{
}
p
{
	text-align: left;
}
/*the container tag holds both network and store cells*/
.center1
{
	margin: 0 auto;
}
.center2
{
	width: 100%;
	height: 100%;
	text-align: center;
}
#navcell {
			/*position: relavtive;
			top: 8%;
			left: 100px;*/
			width: 190px;
			height: 579px;
			background-image: url(images/navcell_bg.jpg);	
			background-color: #ffffff;
			border-style: solid;
			border-width: 1px;
			border-color: #346799;
			text-align: left;
			
			margin: 0 auto;
			
			padding: 4px 4px 4px 1px;
}
#navtext {
			font: 12px/20px "Times New Roman", Times, serif;
			color: #000099;
			padding: 5px;
			margin: 0px;
}
#rightcell {
			/*position: relative;
			top: 0px;
			left: 200px;*/
			width: 591px;
			height: 586px;
			background-image: url(images/rightcell_bg.jpg);
			background-color: #ffffff;
			
			border: 1px solid #345799;
			
			font: 12px/14px "Times New Roman", Times, serif;
			color: #000000;
			padding-left: 10px;
			
			text-align: left;
			vertical-align: top;
}
#righttext {
			/*position: relative;
			top: -560px;
			left: 10px;*/
			
			width: 573px;
			font: 12px/14px "Times New Roman", Times, serif;
			color: #000000;
			padding-left: 7px;
			
			text-align: left;
			vertical-align: top;
}
#contentcell {
			background-color: #EAEAC9;
			width: 701px;
			margin-left: 62px;
			text-align: left;
}
#contenttext {
			padding: 7px;
			margin: 0px;
}
#warningcell {
			background-color: #EAEAC9;
			width: 701px;
			height: 135px;
			margin: auto;
			text-align: left;
}
#showcasecontainer {
			width:701px;
			margin: auto;
			text-align: left;
}
#showcasemenucell {
			width: 251px;
			background-color:#DDD5B0;
			text-align: left;
			float: left;
			height: 390px;
}
#showcaseoutputcell {
			width: 447px;
			background-color: #D1D1BC;
			text-align: left;
			float: right;
			height: 390px;
}
p.hightext {
			font: 16px/16px verdana, arial, sans-serif;
			color: #4C8339;
			font-weight: bold;
			margin: 0px;
}
p.midtext {
			font: 12px/16px verdana, arial, sans-serif;
			color: #626262;
			margin: 5px;
}
p.text {
			font: 10px/16px verdana, arial, sans-serif;
			color: #626262;
}
A:link {
			color: #000099; text-decoration:none
}
A:visited {
			color: #000099; text-decoration:none
}
A:hover {
			color: #000099; text-decoration:underline
}
.stylebig 
{
			font-size: x-large
}