body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	}
h1 {
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#ccc;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	display: block;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
a {
	color:#09c;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#09c;}
.slant_menu_horiz {
	position: absolute;
	width: 550px;
	margin-top: 25px;
	margin-left: 170px;
	z-index: auto;
	margin-right: auto;
	float: left;
	margin-bottom: 0px;
	left: 0px;
	top: 0px;
	height: 60px;
}
.slant_lefta_image {
	width: auto;
	float: left;
}

.offscreen {
	position:absolute;
	top:-9999em;
	left:-999em 
}

a:visited {color:#07a;}
a:hover {background-color:#eee;}
  

.stackedContent
{
	position:relative;
	width:auto;
	height:25em;
	float: none;
}

.stackedContentDark
{
	position:relative;
	width:auto;
	height:25em;
	float: none;
	background-color: #EEEEEE;
}


/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:650px;
	min-width:120px;
	background-color:#FFFFFF;
	padding:10px;
	z-index:1; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	display: block;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	margin-left: 160px;
	height: 500px;
	visibility: visible;
	clip: rect(0px,0px,0px,0px);
	}

#slantSmallPrint{
	font-family: "trebuchet MS";
	font-size: 10px;	
}

#slantBigPrint{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}


#slantMediumPrint{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.slant_nav1 {
	position:relative;
	width:128px;
	background-color:#FFFFFF;
	padding:1px;
	z-index:0;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	clip: rect(0px,0px,0px,0px);
	float: left;
	height: 150px;
	top: auto;
	margin-top: 10px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	margin-bottom: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	}
	
	
.slant_nav2 {
	position:relative;
	width:128px;
	background-color:#FFFFFF;
	padding:1px;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	clip: rect(0px,0px,0px,0px);
	float: right;
	height: 300px;
	top: auto;
	margin-top: 10px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	margin-bottom: 10px;
	color: #333333;
	}
	
.slant_infobar {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
}

.slant_bigblock {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	height: auto;
	background-color: #FFFFFF;
}

.slant_navigation{
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

.slant_navigation:hover{
	color: #000000;
	background-color: #FFFFFF;
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
		
#navBeta {
	position:absolute;
	width:168px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	margin-top: 150px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {
	width:50px;
	margin-top: 150px;
}
.header {
	background-image: none;
	height: 36px;
	width: 550px;
	margin-top: 0px;
	margin-right: 210px;
	margin-bottom: 20px;
	margin-left: 170px;
}
.slant_banner {
	position: relative;
	width: 850px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	padding: 10px;
	background-color: #FFFFFF;
	clear: none;
}
.slant_divider {
	background-image: url(../images/div_bg2.gif);
	height: 10px;
	background-repeat: repeat-x;
}
.slant_leftableed_image {
	width: auto;
	float: left;
	padding: 8px;
}

#portfolioBlurbLeftColumn
{
	float: left;
	position: relative;
	width: 50em;
}

#portfolioImageRighstColumn
{
	position: relative;
}

.slant_right_image {
	width: auto;
	float: left;
	padding: 8px;
}

