/* General */

body { 
margin: 5px; border: 5px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-align: center; background-color: #fff; 

	/*scrollbar-face-color : #fff;
    scrollbar-shadow-color : #ccc;
    scrollbar-highlight-color : #fff;
    scrollbar-3dlight-color : #ccc;
    scrollbar-darkshadow-color : #ccc;
    scrollbar-track-color : #fff;
    scrollbar-arrow-color : #999;*/
}

h1 { font-size: 15px; color: #666; }
h2 { font-size: 13px; color: #666; }
h3 { font-size: 11px; color: #666; }
p { font-size: 11px; }
#table_times { font-size: 10px; padding-left: 3px; border: 0px; width: 284px; }
.uline { text-decoration: underline; }

#content ul { list-style-type: disc; list-style-image: url(images/bullet.gif); }
#content li{ margin-top: 4px; }
.note { font-size: 10px; color: #666; }
.redText { color: red; }
.imgFloatLeft { float: left; margin: 10px; }
.imgFloatRight { float: right; margin: 10px; }
hr {border: none 0; border-top: 1px dashed #999; height: 1px; }
.homeItalicTxt { font-style: italic; font-size: 12px; }
img { border: 0; } /* Stop borders appearing aroung image links. */

table { width: 870px; border: 1px solid #000; font-size: 10px; }
table td { border-bottom: 1px solid #b5b5b5; margin: 0px; padding: 4px 4px; vertical-align: top; }
table tr { background: #e6e6e6; }
table tr.alt { background: #f1f1f1; }
table td.headings { font-weight: bold; font-size: 11px; }


/* General Layout */
#main { position: relative; width: 920px; text-align: left; margin: 0px auto; }
#content { position: absolute; width: 870px; left: 25px; top: 124px; margin: 0px auto; }

#content a:link {color: #7c9dad; text-decoration: underline; font-weight: bold;}
#content a:hover {color: #40717e; text-decoration: underline; font-weight: bold;}
#content a:visited {color: #7c9dad; text-decoration: underline; font-weight: bold;}
#content a:visited:hover {color: #40717e; text-decoration: underline; font-weight: bold;}


.spacer { clear: both; width: 100%; border: 0px; }
#low { display: block; width: 870px; height: 20px; background-color: #d6d6d6; border: 1px solid #666; }
#footer { display: block; clear: both; width: 870px; height: 14px; margin: 0px auto; text-align: right; }
#footer-low { display: block; clear: both; width: 870px; height: 8px; margin: 0px auto 10px auto; text-align: right; }


/* Navigation and Header */
#nav {width: 870px; height: 16px; margin: 0 auto; border: 1px solid #666; background: #ccc; text-align: left; padding: 7px 0px 4px 0px;}
#nav ul {margin-left: 14px; padding-left: 3px; display: inline;}
#nav li { margin: 0; display: inline; list-style: none;}
#nav a { background: url(images/nav_link_bg.gif); text-align: center; border: 1px solid #666; margin-right: 10px; padding: 3px 6px; font-size: 11px; font-weight: bold; color: #000; text-decoration: none; }
#nav a:hover { background: url(images/nav_link-hover_bg.gif); text-align: center; border: 1px solid #666; margin-right: 10px; padding: 3px 6px; font-size: 11px; font-weight: bold; color: #40717e; text-decoration: none; }
#nav-low { position: absolute; width: 870px; height: 20px; left: 25px; top: 104px; margin: 0px auto; background: url(images/nav-low.gif); }

#header_top { position: absolute; width: 870px; height: 65px; left: 25px; top: 5px; margin: 0px auto; }
#header_bottom { position: absolute; width: 870px; height: 30px; left: 25px; top: 75px; margin: 0px auto; }

/* Index page specific */
#index_main { position: relative; width: 920px; text-align: left; margin: 0px auto; height: 600px; }
#index_content { position: absolute; width: 870px; height: 406px; left: 25px; top: 124px; margin: 0px auto; }
#index_text { position: absolute; width: 362px; height: 130px; left: 508px; top: 25px; overflow: auto; text-align: justify; }
#index_upper-left { position: absolute; width: 521px; height: 180px; left: -21px; top: -4px; background: url(images/index-upper-lhs.jpg); }
#index_low-left { position: absolute; width: 501px; height: 200px; left: -1px; top: 176px; background: url(images/index-low-lhs.jpg); }
#index_low { position: absolute; width: 870px; height: 31px; left: 0px; top: 378px; background-color: #d6d6d6; border: 1px solid #666; 
text-align: center; /* < Temp for index_low_message below */
}
.index_low_message { margin: 8px auto; }

#index_mid-right { position: absolute; width: 369px; height: 40px; left: 503px; top: 134px;  background: url(images/index-mid-rhs.gif); }
#index_low-right { position: absolute; width: 372px; height: 200px; left: 500px; top: 176px;  background: url(images/index-low-rhs.jpg); }
#index_footer { position: absolute; width: 870px; height: 14px; left: 25px; top: 535px; margin: 0px auto; text-align: right; }
#index_footer-low { position: absolute; width: 870px; height: 8px; left: 25px; top: 552px; margin: 0px auto; text-align: right; }

