/*****************************************************
 * JTGv3 StyleSheet
 *
 * Author: DJL
 *
 * Notes:  
 * top right bottom left 
 ****************************************************/

div, span {
	border-color: green;
	/* Change this to 1px to see divs */
	border-width: 0px;
	border-style: solid;
}

body {	margin:0px; 
        padding:0px; 
		background:#f6f6f6; 
        color: black;
        width: 100%;
		font-family: Verdana, Sans-Serif; 
        font-size: 10pt;
        background-color: #eeeeee;
        background-image: url("../images/gif/lgrey082.gif");
}

a { 
    font-family: Verdana, Sans-Serif; 
    font-variant: small-caps; 
    color:#900000; 
    font-size: 10pt; 
    text-decoration: none;}
a:hover { color: #a2a400; text-decoration: underline;}

#logo {padding:0px;margin:0px;}

div#sideBar {
    display: inline;
    float: left; 
    width: 200px; 
    margin: 20px 0px 0px 10px;
    height: 100%;
    border-right: 3px double #900000;
}

div#main {
    padding: 15px 15px 5px 230px;
}

div#fullScreen {
    padding: 15px 15px 5px 15px;
}

div#header {
    clear: both;
    padding:0px 0px 0px 0px; 
    margin:0px 0px 0px 0px; 
    color: black; 
}

div#menuBar {	
    padding: 5px 0px 5px 0px; 
    margin: 0;
	background-color: #900000; 
    height: 20px;
    width: 100%;
	font: bold 85% Verdana, Sans-Serif;
}

#menuBar a { color: white; text-decoration: none; font-size: 9pt; }
#menuBar a:hover { color: #cccccc; }

/* When it comes to the hover, order is everything! */
.treeview { font-family: Verdana; font-size: 12pt; text-decoration: none; }
.treeview a:link {font-size: 11px; color: black; text-decoration: none; } 
.treeview a:visited {font-size: 11px; color: black; text-decoration: none; }
.treeview a:active {font-size: 11px; color: #a2a400; text-decoration: none; }
.treeview a:hover {font-size: 11px; color: white; text-decoration: none; } 

#login form { 
    border-width: 0px 0px 0px 0px; 
    border-color: #900000; 
    border-style: none none solid solid;
	padding: 5px 5px 10px 10px; 
    margin: 0px 0px 10px 10px;
}
			  
#login input {
	font-size: 12px;
	font-weight: normal;
	width: 90px;
	height: 16px;
}

#login td { font-size: 9pt; color: #900000; font-weight: bold; }				
				
h1,h2,h3,h4,h5,h6 {padding:0px; margin:0px;}

h1 {    
    height: 115px; 
    padding: 0px 0px 0px 0px;
    color: white; 
    font: bold 140% Verdana, Sans-Serif; 
    letter-spacing: -1px;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif;
    margin-bottom: 25px;
}

h3 {
    font-size: 16px;
    font-style: italic;
    color:#900000;
    margin: 35px 0px 0px 0px;
    background-color: #dddddd;
    padding: 2px 0px 2px 5px;
} 

h4 {
    font-size: 14px; 
    font-weight: bold;
    color:#888888;
    margin-top: 10px;
}

h6 {color:#B8A80D;font-size:140%;}

.quote { 
    font-style: italic; 
    color: #1C8519; 
    margin: 0px 30px 0px 30px;
 }

.code {
    font-family: "courier new", courier, monospace;
    font-size: 14px;
    color: #6F7016;
}

.funny {
    font-family: "Comic Sans MS"; Verdana, Arial;
}

.funny li {
    margin-top: 10px;
}

th {
    font-size: 13px;
    background-color: #dddddd;
    font-style: italic;
    color: maroon;
    font-weight: bold; 
}

td {
    font-size: 12px;
}

.centreAll td { text-align: center; }

.footer {
    font-weight: bold;
    background: #dddddd;
    color: black;
    font-style: italic;
    border-color: white;
    text-align: center;
    font-size: 12px;
 }
.footer a   { text-decoration: none; }
.footer a:hover { text-decoration: underline; }

.underimage { font-weight: normal; font-style: italic; }

#contact td {
    font-weight: bold;
    font-size: 12px; 
}

#searchForm table td {
    font-size: 11px;
}

.design {
    margin-top: 40px;
    border-top: dashed 1px #900000;
    font-size:11px;
    text-align:right;
}

.info {
    font-weight: normal;
    font-size: 11px;
}

.emph {
    text-align: center; 
    color: maroon; 
    font-style: italic; 
    font-weight: bold;
    font-size: 13px;
}

.bigLetter {
    float: left;
    color: black;
    font-size: 50px;
    line-height: 45px;
    padding-right: 0px;
    font-family: Times;
    color: #888888;
}

#binForm input {
    color: maroon; 
    font-weight: bold; 
    border-style: none; 
    border-color: #dddddd; 
    background-image: url('../images/gif/lgrey082.gif');"
}
