/*
 * Stylesheet for Acor site
 * (c) Metro Graphics Pty Ltd: September 2001
 */

/* Basics: */
body {
    margin-left: 10%;
    margin-right: 10%;
    color: black;
    font-size: 100%;
    background: white;
    font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, caption, table, th, tr, td {
    font-family: Arial, Helvetica, sans-serif;    /* browser bug workaround */
}
ul, ol {
    margin-bottom: 0;
}
li.spaced {
    margin-bottom: 0;
}
em {
    font-weight: bold;
    font-style: italic;
}
pre {
    font-family: monospace;    /* browser bug workaround */
}
hr {
    text-align: center;
}

/* Links: */
a:link {
    color: black;
    
}
a:visited {
    color: blue;
    
}
a:active {
    color: purple;
    
}
a:hover {
    color: #003366;
    
}
/* Headings: */
h1 {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    font-size: 200%;
    font-weight: normal;
    text-align: left;
    font-color: #003366;
    background: white;
    border: thin solid;
    border-color: #003366;
}
h2 {
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 1.5em;
    font-size: 120%;
    font-weight: bold;
    font-color: black;
    background: white;
}
h3 {
    margin-left: 0%;
    margin-right: 0%;
    text-align: left;
    font-size: 115%;
    color: white;
    background: #003366;
}
h5 {
    font-size: 60%;
    text-align: left;
}


h6 {
   font-size:60%;
   text-align: right;
}

/* Generic classes: */
.topic {
    text-align: left;
    font-size: 100%;
    color: #99CC33;
}
    
.return {
    text-align: right;
    font-size: 60%;
}
.bullet {
    font-weight: normal;
    font-size: 110%;
    margin-left: 6%;
    color: #003366;
    background: white;
}
/* General: */
table.page-header {    
    width: 600 pixels;
}
td.page-logo {
    text-align: left;
    vertical-align: middle;
}
td.picture-header {
    text-align: right;
    vertical-align: middle;
	border: thin solid;
    border-color: #99CC33;

}
table.green-border {
    text-align: left;
	font-size: 70%;
    vertical-align: top;
	border: thin solid;
    border-color: #99CC33;
}
table.general {
    width: 600 pixels;
}
td.green-band {
	width: 600 pixels;
	height: 20 pixels;
	color: #99CC33;
    background: #99CC33;
}
td.menu-main {
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    color: black;
    background: #FFFFCC;
    width: 20%;
}
td.menu-sub {
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
    font-color: navy;
    background: white;
    border: thin green solid;
}
td.info {
    text-align: left;
    vertical-align: middle;
    color: black;
    background: #FFFFCC;
}