body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 0.5em;
  font-size: 80%;
  background-color: #fff;
  color: #666666;
}


ol, ul {
	color: #666666; 
		margin-bottom: 1.2em;
}
li.item {
	margin-top: 10px;
	margin-bottom: 10px;
}

li.category
{
    padding-left: 2px;
	line-height:1em;
    height:auto!important;
    height:1em;
    vertical-align: middle;
	font-weight:normal;
 	 list-style-image: url('images/yellow-box.gif');
	padding-bottom: 5px;
	}
	
p {
	margin-top: 0.3em;
  	margin-bottom: 1.2em;
 	padding: 0.1em;
}

a, a:link, a:visited {
	COLOR: #444444; 	
	TEXT-DECORATION: none;
	font-weight:bold;
	
}
a:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline;
}
a:active {
	COLOR: #ff0000; TEXT-DECORATION: none; font-weight:bold;
}
/* Category reports */
a.category, a.category:link, a.category:visited  {	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.9em;
	font-weight:normal;
	color: #000099;
	text-decoration:none;
}
a.category:hover {
	text-decoration:underline;
	color: #ff0000;
	font-weight:normal;
}

a.read_more, a.read_more:link, a.read_more:visited  {	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
a.read_more:hover {
	text-decoration:underline;
	color: #ff0000;
}
a.back, a.back:link, a.back:visited  {	
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 85%;
	color: #666666;
	font-weight:bold;
	text-decoration:none;
}
a.back:hover {
	text-decoration:underline;
	color: #ff0000;
}
/* style to govern how all headers are displayed */  
h1 { 
	font-size: 1em;
	margin: 0px; 
	padding: 0px;  
	background-color: #DEDFDE; 
	width: 100%;
}

h2 {
  	margin-bottom:0px; 
 	margin-top: 5px; 
 	padding: 0px 0px 0px 5px;
  	font-size: 1em;
  	font-weight: bold;
  	color: #000099;
}

h3 {
	padding: 3px;
	margin: 10px 0px 5px 0px;
	color: #000099;
	font-weight: bold;
	font-size: 1.1em;
	border-bottom:1px solid #ffcc00;
}

.rarrow { 
	margin-left: 5px; 
}

h3 a:link, h3 a:visited {
	color: #000066;
}

h3 a:hover {
	color: #5588bb;
}

h4 {
	margin: 0px 0px 20px 0px;
 	padding: 0;
 	font-size: 1.2em;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	color: #666666;
 }
 
 
/* conatiner to centre page content */
#container {
	width:100%;
}

#header{
	width:755px;
	padding:0px;
	margin:auto;
	background-color:#EEE;
}

#newsletter {
	width:750px;
	margin:auto;
	border:1px solid #999999;

}


#categories {
	float:left;
	width:250px;
	}

#intro{
	float:left;
	width:450px;
	margin-left:20px;
	padding-top:5px;

}

/* Menu System & Top-Bar Styles*/
#submenu_row_2 {
	padding: 0px 0px 5px 20px; 
	MARGIN: 0px 0px 0px 0px;  
	BACKGROUND-COLOR: #eeeeee; 
	TEXT-ALIGN: left;}
	
#submenu_row_2 .menu_item {
	MARGIN: 0px 0px; 
	WHITE-SPACE: nowrap; 
	BACKGROUND-COLOR: #eeeeee; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none; 
	font-weight:bold; 
	FONT-SIZE: 0.8em;
}

#submenu_row_2 .active {
	font-weight: bold;
}

#submenu_row_2 .separator {
	FONT-SIZE: 0.7em; 
	BACKGROUND: url(/images/menu_insights/blackpx.gif) repeat-y center 50%; 
	WIDTH: 1px
}

#survey_container
{	width:100%;
	padding: 0px 0px 0px 0px;
	
	}  

.survey_pane_title
{
	padding: 3px;
	margin: 0px 0px 5px 0px;
	color: #000099;
	font-weight: bold;
	font-size: 1.3em;
	border-bottom:1px solid #ffcc00;
}

#content
{
    padding:0px 5px 5px 5px;
}

.survey_pane_content
{
    padding:0px;
	text-align:left;
}

.survey_pane_content p
{
    padding:5px;
}

.survey_pane
{
    display:none;
   	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
/******************************************************************************
 * Page footer styles
 *****************************************************************************/

div.pagefooter {
	border-top: 1px solid rgb(255, 204, 0);
  	margin: 10px 0px 10px 0px;
   	font-size:  0.8em;
   	text-align: left;
    height: auto !important;
    font-weight: normal;
	background-color: #fff;
  }

div.pagefooter select.jumpsite {
  	float:                   right;
   	margin:                  2px;
}

select.jumpsite {
   color:   #666;
   font-size: .9em;
}


.pagefooter a:link { 	
	font-weight: normal;
	color: #666;  
	text-decoration: none;  
}

.pagefooter a:visited { 	
	font-weight: normal;
	color: #666;  
	text-decoration: none;    
}

.pagefooter a:hover {
	font-weight: normal;
	color: #ff0000; 
	text-decoration: underline; 
}
.pagefooter a:active {
	font-weight: normal;
	color: #ff0000; 
	text-decoration: underline; 
}



.clear, .clear_left, .clear_right
{
    float:                  none   !important;
    height:                 1px    !important;
    line-height:            1px    !important;
    font-size:              1px    !important;
    margin:                 0      !important;
    padding:                0      !important;
    overflow:               hidden !important;
}

.clear
{
    clear:                  both   !important;
}

.clear_left
{
    clear:                  left   !important;
}

.clear_right
{
    clear:                  right  !important;
}






