<!--
Division id references the # markers - used for a single instance of a section in the HTML page.
Classes used throughout the document are referenced by a period "."
-->
:link {
	color: blue;
}
:visited {
	color: blue;
}
:active {
	color: blue;
}
:link img{
	border: none;
}

#wrapper {

}
#header {

}
#container {
	float: left;
	margin-right: 0px;
}
#content {
		width:180px;
		font-size: 0.8em; 
	margin-right: 20px;
	margin-left: 20px;
	border: 0px;
}
#sidebar {
		width:500px;
		float: right;
		margin-right: 50px;
		position:relative;
		font-size: 0.95em; 
		top:60px; 
}
#footer {

}
h1 {
	margin-top: 0;
}
.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}
	


	#menu {color:CC0077; font-size:7pt; width:100%;  }

	#row1 {position:absolute; top:10px; left:10px; right:10px}

	#row2 {position:absolute; top:70px; left:10px; right:10px}

	#welcome {top:170px; left:120px; right:200px; color:777777; font-size: 0.9em; text-align:center;
	margin-right: 20px;
	margin-left: 20px;
}

	.float {float:left; padding:5px}

	.float p {text-align:center; }

	#footer {
		position: relative;  /* Needed for Safari */
		float:left;
		width: 100%;
		}

	#footer1 {position:absolute; width:90%;  bottom:24px; left:10px; margin-left:5px;  font-size: 0.8em; background-color:white; border-left:0px solid 888888; border-right:1px solid 888888;border-bottom:1px solid 888888;border-top:1px solid 888888;}

	.footerCell {float:left; padding:3px; border-left:1px solid 888888;}

	.footerRight {float:left; margin-left:20px; text-align:right; }

	#footer2 {
		position:absolute; 
		width:89%; 
		left:10px; 
		bottom:5px; 
		margin-left:5px; 
		padding:3px; 
		text-indent:1em; 
		font-size: 0.6em; 
		text-align:center; 
		background-color:white; 
		border-left:1px solid 888888; 
		border-right:1px solid 888888;
		border-bottom:1px solid 888888;}

	body {
		margin:10px 10px 10px 10px;
		font-family: century gothic, arial, helvetica, sans-serif;
		text-align:left;
		color:555555;
		}
	
	#rightcontent {
		float:right;
		position:relative; 
		width:67%;
		top:20px;
		font-size: 0.8em; 
		}

	#leftcontent {
		position:relative;
		top:20px;
		width:180px;
		font-size: 0.8em; 
		}

	.cellLeft {
		position:relative;
		float:left; 
		border:1px solid grey; 
		padding:3px;
		width: 70px;
		}

	.cellRight {
		position:relative;
		float:left;
		top:0px; 
		border-top:1px solid grey; 
		border-right:1px solid grey; 
		border-bottom:1px solid grey; 
		padding:3px; 
		width: 80px;
		}

	.linkRight {
		position:relative;
		float:left; 
		width:150px; 
		text-align: right;
		padding:3px; 
		font-family: century gothic, arial, helvetica, sans-serif;
		font-size:0.9em;
		color:555555;
		}

	.linkMarketing {
		font-family: century gothic, arial, helvetica, sans-serif;
		text-align:center;
		font-size:1.8em;
		color:CC0099;
		}

	.productTitle {
		font-family: century gothic, arial, helvetica, sans-serif;
		text-align:left;
		font-size:1.8em;
		color:555555;
		}