/** { border: 1px solid red }*/

html {
    font-family: arial, 'lucida console', sans-serif;
    color: #455390;
}

p {
    font-family: 'times roman', serif;
    color: #333e6c;
}

a:link {
    color: #455390;
    border:none;
}

a:active {
    color: red;
    border:none;
}

/* for unvisited links */
a:visited {
    color: gray;
    border:none;
}

/* for visited links */
a:hover {
    color: red;
    border:none;
}

a img { border: none }

li {
    font-family: 'times roman', serif;
    color: #333e6c;
    list-style-image: url( ../img/bullet.png );
}

a:link.menu {
    color: #455390
}

/* for unvisited links */
a:visited.menu {
    color: gray
}

/* for visited links */
a:hover.menu {
    color: red;
}


/* when mouse is over link */

.border {
    border: solid 1px #c1c6db;
}

.border-left {
    border-left: solid 1px #c1c6db;
}

.border-right {
    border-right: solid 1px #c1c6db;
}

.border-top {
    border-top: solid 1px #c1c6db;
}

.border-bottom {
    border-bottom: solid 1px #c1c6db;
}

body {
/* centre the page in ie6*/
    /*text-align: center; /* set the main background image */
/*background:url(bg.JPG) repeat;*/

/* ensures a consistent margin around the page */
    margin: 15;
}

h1 {
    font-family: Arial Rounded MT Bold;
    margin: 0;
    color: #455390; font-size:24pt; font-weight:bold
    text-transform: uppercase;}

h2 {
    font-family: Arial Rounded MT Bold;
    margin: 0;
    color: #455390; font-size:18pt; font-weight:bold
    text-transform: uppercase;
}

h3 {
    font-family: Arial Rounded MT Bold;
    margin: 0;
    color: #455390; font-size:14pt; font-weight:bold
    text-transform: uppercase;
}

h4 {
    font-family: arial, 'lucida console', sans-serif;
    margin: 0;
    text-transform: none;
    color: #455390;
}

table {
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;

}

tr {
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

td {
    border: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

#page-mainTable {
/* centre the page in firefox */
    margin: 0pt auto; /* make the main table slightly opaque */
    filter: alpha( opacity = 90 );
    -moz-opacity: 0.90;
    opacity: 0.90;
}

#page-middleTable {
    color: #455390;
    background: white;
    border-collapse: collapse;
}

#page-logo {
    color: #455390;
    background: white;
    padding: 5px;
    text-align: center;
}

#page-header {
    color: #455390;
    background: white;
    text-align: left;
    display: inline;
}

#page-footer {
    color: #455390;
    background-color: white;
}

#footer {
    font-size: 8pt;
    font-family: arial, 'lucida console', sans-serif;
    background-color: white;
    color: #455390;
}

.footer {
    font-size: 8pt;
    font-family: arial, 'lucida console', sans-serif;
    background-color: white;
    color: #455390;
}

.small {
    font-size: 8pt;
    font-family: arial, 'lucida console', sans-serif;
    color: #455390;
}

#page-menu {
    background: white; /*border: solid;*/
    padding: 5px;
    text-align: right;
    vertical-align: top;
}

.menu {
    font-family: arial, 'lucida console', sans-serif;
    font-weight: normal;
    background-color: white;
    color: #455390;
}



#page-misc {
/*border-left: 1px solid #c1c6db;*/
    padding-left: 5px;
    vertical-align: top; /*width: 20%;*/
}

#page-content {
    background: white;
    padding: 5px;
}

hr {
    height: 1px;
    background-color: #c1c6db;
    color: #c1c6db;
    border-width: 0px;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

hr.heavy {
    height: 1px;
    background-color: #455390;
    color: #455390;
    border-width: 0px;
}

.center {
    text-align: center;
}

span.edge {
    font-family: 'franklin gothic demi', arial, 'lucida console', sans-serif;
    font-weight: bold;
    color: #455390;
    text-transform: uppercase;
}

.left {
    display: inline;
    text-align: left;
}

.right {
    display: inline;
    text-align: right;
}

.top {
    vertical-align: bottom;
}

.bottom {
    vertical-align: bottom;
}

strong {
    color: red;
    font-weight: normal;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-clear {
    clear:both;
}

.black {
    color: black;
}

.padded {
    padding:10px
}

img { padding: 10px;}

.no-pad {padding: 0; }

ul { margin: 0; }

blockquote   {
    font-family: arial, 'lucida console', sans-serif;
    font-style:italic;
    font-size:10pt;
    text-align: justify; padding:10px;
    border-left:1px solid #c1c6db;}