/* Style sheet for the Cambridge Business Development Center Web Site *
 * Created 5 March, 2001 by Christopher Ross-Gill <chris@arranfolkfestival.org> *
 * Last Modified: 14 February, 2002 */

tags.img.border = "0px";

with (tags.html) {
    margins("0px","0px","0px","0px")
    paddings("0px","0px","0px","0px")
}
with (tags.body) {
    backgroundImage = "/images/rf-grey.gif";
    backgroundColor = "#eee"
    fontFamily = "verdana, arial, helvetica, sans-serif";
    fontSize = "0.7em";
    margins("-8px","0px","0px","-8px")
    paddings("0px","0px","0px","0px")
}


/* Typography */

linkColor = "#6600CC";
vlinkColor = "#6600CC";
alinkColor = "#9944FF";

with (tags.h1) {
    fontfamily = "verdana, times new roman, times, serif"
    fontsize = "1.6em";
    fontstyle = "normal";
    fontweight = "bold";
    margins("10px","0px","-10px");
    paddings("1px","80px","1px","0px");
    }
with (tags.h2) {
    fontsize = "1.3em";
    fontweight = "bold";
    margins("0px","0px","0px");
    paddings("0px");
    }
with (tags.h3) {
    fontfamily = "verdana, times new roman, times, serif";
    fontsize = "1em";
    fontstyle = "normal";
    fontweight = "bold";
    margins("10px","0px","0px");
    }
with (tags.legend) {
    fontfamily = "times new roman, times, serif";
    fontsize = "12pt";
    fontstyle = "normal";
    fontweight = "bold";
    margins("10px","0px","0px");
    }
with (tags.p) {
    fontStyle = "normal";
    fontWeight = "normal";
    lineHeight = "140%";
    margins("0px","0px","10px");
    paddings("0px");
    }

with (tags.ul) {
    fontstyle = "normal";
    fontweight = "normal";
    listStyleType = "square";
    lineHeight = "140%";
    margins("-10px","0px","10px");
    paddings("0px");
    }
with (tags.li) {
    margins("0px");
    paddings("0px");
    }
with (tags.dl) {
    fontStyle = "normal";
    fontWeight = "normal";
    lineHeight = "120%";
    margins("0px");
    paddings("0px");
    }
with (tags.dt) {
    fontStyle = "normal";
    fontWeight = "bold";
    lineHeight = "140%";
    margins("0px","0px","10px");
    paddings("0px");
    }
with (tags.dd) {
    fontStyle = "normal";
    fontWeight = "normal";
    lineHeight = "140%";
    margins("0px","0px","10px");
    paddings("0px");
    }

with (classes.center) {
    textAlign = "center";
    }


/* Structure */

with (ids.header) {
    align = "left";
    margins("0px");
    paddings("0px");
    }

with (contextual (ids.ad, tags.p)) {
    clear = "both";
    lineHeight = "140%";
    margins("0px","0px","10px");
    paddings("0px");
    }
with (ids.ad) {
    align = "right";
    textAlign = "right";
    margins("0px");
    paddings("0px")
    }

with (ids.infobar) {
    clear = "both";
    fontweight = "bold";
    textAlign = "center";
    margins("0px");
    paddings("0px")
    }

with (contextual (ids.menu, tags.h1)) {
    display = "none";
    }
with (contextual (ids.menu, tags.h2)) {
    fontfamily = "verdana, arial, helvetica, sans-serif";
    fontsize = "1.3em";
    fontweight = "bold";
    fontstyle = "normal";
    lineHeight = "80%";
    margins("0px","0px","10px","10px");
    paddings("4px","0px","0px");
    }
with (contextual (ids.menu, tags.a)) {
    textDecoration = "none";
    }
with (contextual (ids.menu, tags.li)) {
    color = "#000000";
    fontStyle = "normal";
    fontWeight = "normal";
    margins("0px","0px","0px","0px");
    paddings("0px");
    }
with (contextual (ids.menu, tags.ul)) {
    fontStyle = "normal";
    fontWeight = "normal";
    listStyleType = "square";
    lineHeight = "70%";
    margins("-10px","0px","-10px");
    paddings("0px");
    }
with (contextual (ids.menu, tags.div)) {
    margins("0px","0px","0px","-20px");
    paddings("0px");
    }
with (ids.menu) {
    align="left";
    clear="both";
    margins("-30px","200px","0px","0px");
    paddings("15px","10px","0px","0px");
    width = "160px";
    }


with (contextual (ids.content, tags.div)) {
    borderBottomWidth = "1px";
    borderColor = "#666666";
    borderStyle = "solid";
    margins("0px");
    }
with (ids.content) {
    margins("0px","0px","30px","160px");
    paddings("15px");
	width = "600px";
    }

with (contextual (tags.blockquote, tags.pre)) {
    fontFamily = "courier new, courier, fixed";
    fontWeight = "bold";
    margins("0px","0px","-30px");
    paddings("5px");
	}
with (tags.blockquote) {
    backgroundColor = "#eeeeee"
    borderWidth = "2px";
    borderColor = "#bbbbbb";
    borderStyle = "solid";
    margins("0px","10px","10px","-30px");
    paddings("5px");
	width = "100%";
    }

with (tags.b) {
    fontstyle = "normal";
    fontweight = "bold";
    }
with (tags.i) {
    fontstyle = "italic";
    fontweight = "normal";
    }
with (tags.em) {
    fontstyle = "normal";
    fontweight = "bold";
    }

with (contextual (ids.footer, tags.p)) {
    fontfamily = "verdana, arial, helvetica, sans-serif";
    fontsize = "0.7em";
    fontweight = "normal";
    fontstyle = "normal";
    lineHeight = "100%";
    margins("0px","0px","1px");
    paddings("-4px");
    textAlign = "center";
    }
with (ids.footer) {
    margins("0px","0px","5px");
    paddings("0px");
    }

/* Form */

with (tags.input) {
    fontstyle = "normal";
    fontweight = "bold";
    }
with (tags.select) {
    fontstyle = "normal";
    fontweight = "bold";
    }

with (tags.textarea) {
    paddings("4px");
    }

with (tags.label) {
    fontfamily = "times new roman, times, serif";
    fontsize = "10pt";
    fontstyle = "normal";
    fontweight = "bold";
    }
