a:link
{
			color: #999;
			text-decoration: none;
}
a:visited

{			color: #999;
			text-decoration: none;
}
a:active
{
			color: #000;
			text-decoration: none;
}
a:hover
{
			color: #000;
			text-decoration: none;
}

#logo
{
			position: absolute;
			top: 0px;
			left: 20px;
			width: 150px;
			border-top: 2px solid #999;
			vertical-align: top;
}

#main	
{
			position: absolute;
			top: 0px;
			left: 190px;
			width: 130px;
			border-top: 2px solid #999;
			font: 10px Verdana;
			color: #666;
	}

	.menuTitle	
{
			margin: 4px 6px 6px 6px; 
			font-weight: bold;
}

#mainBlock	
{
			background-color: #F1F1F1;
			height: 57px;
			margin-top: 6px;
			padding-top: 43px;
			color: #999;
}

.menuItem	
{
			color: #999;
			padding: 2px 6px; 
			text-decoration: none;
}
.menuItem a:link
{
			color: #999;
			text-decoration: none;
}
.menuItem a:visited

{			color: #999;
			text-decoration: none;
}
.menuItem a:active
{
			color: #000;
			text-decoration: none;
}
.menuItem a:hover
{
			color: #000;
			text-decoration: none;
}

/* These are the arrow holders*/
#Arrow	{
		position: absolute;
		top: -63px;
		left: 176px;
		display: none;
		z-index: 10;
}

#Current	{
		position: absolute;
		top: -63px;
		left: 176px;
		display: none;
		z-index: 10;
}






#process	{
			position: absolute;
			top: 0px;
			left: 334px;
			width: 130px;
			border-top: 2px solid #999;
			font: 10px Verdana;
			color: #666;
}
#processBlock	{
			background-color: #F1F1F1;
			height: 57px;
			margin-top: 6px;
			padding-top: 43px;
			color: #999;
}


#clients		{
			position: absolute;
			top: 0px;
			left: 478px;
			width: 130px;
			border-top: 2px solid #999;
			font: 10px Verdana;
			color: #666;
}
		
#clientsBlock	{
			background-color: #F1F1F1;
			height: 57px;
			margin-top: 6px;
			padding-top: 43px;
			color: #999;
}


#weblog	{
			position: absolute;
			top: 0px;
			left: 622px;
			width: 130px;
			border-top: 2px solid #999;
			font: 10px Verdana;
			color: #666;
}

#weblogBlock	{
			background-color: #F1F1F1;
			height: 57px;
			margin-top: 6px;
			padding-top: 43px;
			color: #999;
}



#body	{
		position: absolute;
		top: 133px;
		left: 0px;
		width: 730px;
		height: 427px;
		border-left: 2px solid #666;
		padding-left: 20px;
                background-color: #fff;
}

#titleBar	{
	background-color: #F1EEE5;
	width: 730px;
}

#title	{
	padding: 2px 6px;
	font: bolder 17px Arial;
	color: #C93;
	background-color: #FFF;
	border-left: 170px solid #F1EEE5;
}

#copy	{
	padding: 10px 0px 10px 170px;
	font: 10px Verdana;
	color: #666;
}

#column1	{
	position: absolute;
	width: 265px;
	left: 190px;
	padding: 6px;
	display: block;
	vertical-align: top;

}

#column2	{
	position: absolute;
	left: 477px;
	width: 265px;
	padding: 6px;
	display: block;
	vertical-align: top;

}


.pullquote	{
	font: bold 16px Georgia;
	color: #C93;
	text-indent: -5px;
}

#footer	{
		position: absolute;
		top: 580px;
		left: 20px;
		width: 730px;

		font: 10px Verdana;
		color: #999;
		background-color: #f1f1f1;

}

#footerText	{
			background-color: #fff;
			padding: 2px 6px;
			border-left: 180px solid #f1f1f1;
}

td, th
{
			font: 10px Verdana;
			color: #666;
}

img	{
			border: 0px;
}

textarea, input	{
			font: 10px Verdana
}