@charset "UTF-8";
/* Generic styles for this section */

/**** Overal HTML defaults ****/
body, p, td, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
}
body {
	background-color: #FFFFFF;
	color: #000000;
}
p, td, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #000000;
}
a:visited {
	color: #999900;
}

/* Make sure linked images have no border. */
img {
	border: none;
}


/**** General Structures ****/

/*** Navigations ***/

/** "Left Hand" column **/
#NavBlock {
	position: absolute;
	left: 19px;
	top: 8px;
	width: 121px;
}

/** Home Page Icon/Link **/
@media screen {
	#HomePageLinkBlock a {
		display: block;
		width: 106px;
		height: 53px;
		margin-bottom: 17px;
		background-image: url(/news/graphics/starwit_aslogo_wp.gif);
		background-repeat: no-repeat;
	}
	
	#HomePageLinkBlock a span {
		display: none;
	}
}

/** Back links **/
#BackLinkBlock {
	padding-right: 12px;
}
#BackLinkBlock a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #c60;
}

/** Path Navigation **/
#PathBlock {
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 4px;
	border-top: solid 4px #c60;
	background-color: #beb29f;
}
#PathBlock p {
	padding-left: 25px;
	background-image: url(/graphics/white_starguy_banner.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#PathBlock p a, #PathBlock p a:visited {
	color: #fff;
}
.pathImage {
	padding-bottom: 0 !important;
}

/*** Content stuctures ***/

/** Main Content Block **/
#PageContentBlock {
	position: relative;
	zoom: 1;
	width: 581px;
	margin-left: 131px;
	padding-bottom: 3em;
	border-right: solid 1px #999;
	border-left: solid 1px #999;
	background-image: url(graphics/tactile_index_leftedge.jpg);
	background-repeat: no-repeat;
	background-color: #000;
	color: #999;
}

#ContentBlock {
	position: relative;
	zoom: 1;
	margin-left: 50px;
}

