/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	margin: 20px;
	padding: 20px;
	background-color: #Ffc600;
	width: 130px;
}

a:link, a:visited, a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover   {color:#990000; text-decoration:none; font-weight:bold;}

#navBar{
	padding: 0px;
	background-color: #Ffc600;
	border-right: none #ccc;
	border-bottom: none #ccc;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#content{
  float:right;
	width: 100%;
	margin: 0;
	padding: 0 3% 0 0;
}


/*********** #navBar link styles ***********/

#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 #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
	background-color: #Ffc600;
}


/*********** #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: none;
	width: 100%;
  voice-family: "\"}\""; 
  voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: none;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: none;
	background-color: #Ffc600;
	padding: 2px 0px 2px 10px;
	font-weight: bold;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 2px 10px;
	background-color: #Ffc600;
	font-size: 13px;
	line-height: 60%;
}


/************** #advert styles **************/

#advert{
	padding: 0px 0px 0px 10px;
	font-size: 90%;
	border-top: none;
	background-color: #Ffc600;
	color: #FFFFFF;
	font-weight: bold;
}

