body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
}

a:link, a:visited, a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 16px;
}

h2 {
 	font-size: 14px;
}

h3 {
 	font-size: 12px;
}

#navBar{
	position:absolute;
	left: 15px;
	top: 155px;
	width: 98px;
	height: 73px;
}

#content{
	width: 660px;
	margin: 0;
	position: absolute;
	left: 118px;
	top: 155px;
	border-left:1px solid #000000;
	padding-left:10px;
}

#breadCrumb{
	padding: 0px 0px 15px 0px;
}

#breadCrumb a{
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#breadCrumb a:hover{
	font-weight: normal;
	color: #FF0000;
}


.story p{
	padding: 0px 0px 2px 0px;
}

.story img{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #FFF;}
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 5px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

#sectionLinks a:hover{
	background-color: #FFFF00;
	text-decoration: none;
}
