@import url("rtf_text.css");
@import url("layout.css");
@import url("../sitemap.css");
body {
	font-family: Tahoma, Arial, sans-serif;
}
a{
	color: #ff329c;
}
#secondarycontent h3 {
	font-size: 70%;
	margin-top: 1ex;
}

.highlight { /* mr added for search word highlighting */
    color: ff239c !important;
	background-position:top left;
	background-repeat:no-repeat;
	font-weight:bold;
	background-color:#ffff77;
	text-transform:uppercase;
	
   }
   .mceEditor{
   margin-left:20px;
   }
   #bbform #menuwrapper ul#staticmenu .menulevel1{
min-height:250px;
}