@import url("aa2a-advanced.css");
/* @import rule used to import CSS positioning in a way that old browsers cannot understand  */
/* ...hence site will not break in older browsers, but just appear plainer... */

#page {
	background-color: #fff;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.8em;
	}

/* set colour for all common html elements (other than headings) */
#content p, #content li, #content td { color: #111; }
#content p { margin-left: 30px; }
#content ul { margin-left: 50px; }
a:link { color: #111; text-decoration: underline; }
a:visited { color: #111; text-decoration: underline; }
a:hover { color: #111; text-decoration: underline; }
a:active { color: #111; text-decoration: underline; }

/* sets colour for all headings */
h1, #content h2, #content h3, #content h4, { color: #666; }

/* set individual font sizes and margins for headings: */
#content h2 { font-size: 1.3em; margin: 0 1.5em 2em 1.5em; }
#content h3 { font-size: 1.1em; margin: 1.5em 1.5em 0.5em 2em;}
#content h4 { font-size: 1.1em; margin: 0em 0em 0em 0em;}

/* colour change for special red links: NOT WORKING */
#content h5 { color: #ff0000; text-decoration: underline; }

/* colour change for special blue links:  NOT WORKING */
#content h6 { color: #2e81ab; text-decoration: none; }

#navigation li { list-style-image: url(../graphics/button.png); }

#content .priority { color: #00f; }

a:link.important, a:visited.important {color: #f00;}
a:hover.important, a:active.important {text-decoration: none;}

table#content-table {
	border-collapse: collapse;
	border: 0; margin: 0; padding: 0;
	align: center;
	width: 100%;
	}

table.index-table {width: 100%;}

.index-table td.first-nav {width: 55%;}

td.content-cell, td.side-pane-cell { vertical-align: top; }
td.side-pane-cell { padding-left: 30px;  }
td.side-pane-cell img {
	margin-bottom: 10px;
	border: 2px solid #000;
	}

