/*
Cascading Style Sheet for the ISAA web site
Modified by: Keith Wilson
Modified on: Sunday, 16 May 2010
*/
a {
    background-color : transparent;
    text-decoration : none;
}
a:link, a:visited, a:active, a:hover { color: #527aff; }
a:hover{
    text-decoration : underline;
}

body{
    background: #ffffff;
    margin: 2%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #595959;
}

table, tr, td {
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #527aff;
}

h1, h2, h3, h4, h5, h6 {
    color: #527aff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
h5 { font-size: 20pt; }
h6 { font-size: 9pt; }

hr {
    background-color: #cccccc;
    color: #cccccc;
    border: 0;
    height: 1px;
    text-align: left;
    width: 100%;
}

img.left {
    border: 0px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

li.nobullet {
    list-style: none;
}

#leftcontent {
    float: left;
    width: 80%;
}

#pagecontent { padding-right: 10px; }

#rightcontent {
    float: right;
    width: 15%;}

#rightcontent p {
    font-size: 8pt;
    padding-right: 10px;
    padding-left: 10px;
}

#sidebar{
    float: left;
    text-align: left;
    width: 100%;
    border: 1px solid #cccccc;
}

#navlist{
    background: #f3f3f3;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    margin-left: 5;
    margin-right: 5;
    padding: 1px 1px 1px 1px;
}

#navlist li{
    list-style: none;
    margin-left: 5;
    margin-right: 5;
    border-top: #cccccc 1px solid;
    text-align: left;
}

#navlist li a{
    display: block;
    padding: 0.25em 0.5em 0.25em 0.75em;
    background: #f3f3f3;
    text-decoration: none;
}

#navlist li a:link { color: #527aff; }
#navlist li a:visited { color: #527aff; }
#navlist li a:hover {
    border-color: #cccccc;
    color: #595959;
    background: #ffffff;
}
#title{
    border-bottom: #cccccc 2px solid;
    color: #527aff;
    font-size: 20pt;
    letter-spacing: 1px;
    padding-bottom: 5px;
    text-align: left;
}

#footer{
    font-size: 6pt;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.head14{
    background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14pt;
    color: #527aff;
}
.texta{
	border: 2px #333333 solid;
	background: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

.tree {
	background-color: #ffffff;
	background-image: url ('pics/tt.png');
}
.blew {
    background: #ccccff;
    color: #527aff;
}
.comment {
    border: 1px solid #cccccc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 2px;
}
.box {
    border: 1px solid #cccccc;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
}

.notice {
    border: 2px dotted #cccccc;
    padding: 10px;
    text-align: left;
}

.note {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

