body {
	font-family: Arial, sans-serif;
	line-height: 1.166px;
	color: #990000;
}
a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 200%;
 color: #999933;
}


h2{
	font-size: 114%;
	color: #999933;
	font-style: normal;
}

h3{
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #000000;
}

h4{
	font-size: 100%;
	font-weight: normal;
	list-style-type: none;
	color: #990000;
}

h5{
	font-size: 90%;
	color: #990000;
	font-weight: lighter;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	font-weight: normal;
}


label{
 font: bold 100% Arial,sans-serif;
 color: #000000;
}
#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 #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

#navBar {
	background-color: #D2CAE3;
	border-right-width: 1px;
	border-right-color: #ccc;
}
/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}
