/* CSS Document */
/*************************
	Global Elements
*************************/

body
{
	background-color:#999999;
}



a:link
{
	color:#993399;
	text-decoration: none;
}


a:visited
{
	color:#993399;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


/**************************
			Classes
**************************/
.outermost
{
	/* some code here */

	width:860px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ffffff;
}

.header
{
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/headss.gif");
}

.menu
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: images/hover_edited[1].png;
	font-weight:bold;
	font-size:small;
	width: 860px;
	
}

.menu a
{
	color:#FFFFFF;
}

.menu a:hover
{
	
	text-decoration:underline;
}

.menu a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

.textheader
{
	line-height:3px;
}

.navig a:hover
{
	color: #000099;
	text-decoration: underline;
	background-color:#999999;
}



.test1
{
	float: left;
	width: 210px;
	padding-left: 0px;
	margin-left: 2px thin;
	border-left: 1px solid;
	border-left-color:#CCCCCC;
	height: 700px;
	
}


.test2
{
	float: left;
	width: 613px;
	padding-left: 25px;
	background: no-repeat url("images/OverBar.gif");
	padding-right: 10px;
	padding-bottom: 0px;
	border-right: 1px solid;
	border-right-color:#CCCCCC;
	height: auto;
	background-color: #FFFFFF;
	line-height: 20px;
}


.one
{
	width: 90%;
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	background: no-repeat url("images/OverBar.gif");
	border-bottom-color:#CCCCCC;
	border-bottom: 1px solid;
}


.copyone
{
	width: 94%;
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	background: no-repeat url("images/OverBar.gif");
}



.two
{
	width: 987px;
	float: left;
	padding-left: 13px;
	padding-top: 15px;
	border-top: 1px solid;
	border-top-color:#CCCCCC;
}


.three
{
	width: 570px;
	float: left;
	height: 260px;
	padding-top: 15px;
	border-bottom-color:#CCCCCC;
	border-bottom: 1px solid;
	line-height: 15px;
}


.four
{
	width: 499px;
	float: left;
	height: 280px;
	border-left: 1px solid;
	border-left-color:#CCCCCC;
}

.payroll
{
	padding-top: 25px;
	line-height: 15px;
	width: 160px;
	padding-left: 15px;
	float: left;
}


.payroll2
{
	float: left;
	padding-top: 25px;
	line-height: 15px;
	width: 160px;
	padding-left: 27px;
}


.colorheadings
{
	color:#9966FF;
}


.logicalheadings
{
	color:#0033FF;
}


.hostingpartners
{
	float: right;
}
/**************************
		IDs
**************************/

#asterisk
{
	color:#FF0000;
}

#footer
{
	border-top: 3px solid;
	border-top-color:#666666;
	color:#0033FF;
	background-color:#CCCCCC;
}