body{
background-color: #ffffff;
color: #666666;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
text-align: center;
font-size:100%;
}



#wrapper{
height: 100%;
width: 770px;
background-color: #ffffff;
margin: 0px auto;
border: 1px solid #990000;
text-align: center;
background-image: url();
background-repeat:repeat-y;
}

/*
Change multiple heads across page
h1,h2,h3,h4,h5,h6 
{
color: #990000
} 
*/

#banner{
height: 110px;
background-color: #181873;
}

#navtop{
border-top: 1px solid transparent;
}

#navtop ul{
padding: 0;
margin: 0;
background-color:#990000;
}

#navtop ul li{
display: inline;
margin: 0;
font-weight: bold;
padding: 0px 10px 0px 10px;

}

#navtop ul li a{
font-size: 65%;
color: #FFFFFF;
background-color: transparent;
text-decoration: none;
text-align: center;
} 

#navtop ul li a:hover, #nav ul li a:focus{
font-size: 65%;
background-color: transparent;
font-weight: bold;
color: #000000;
text-align: center;
}


/*#leftcol #nav ul {
background-color: transparent;
list-style-type: none;
margin: 0; 
padding: 0;
font-size: 70%;
text-align: left;
border-top: 0px solid #000000;/*this adds a second line to the bottom of the nav, if you prefer a single line you can remove it by uncommenting the other properties and commenting out this one. I think it gives a nice raised effect, the choice is your's :)*/
/*border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
height: 100%;
}

#leftcol #nav ul li {
padding: 0;
margin: 0; 
align: left;
height: 100%;
}

#leftcol #nav ul li a{
background-color: #000000;
border-bottom: 0px solid #000000;
color: #000000;
display: block;
padding: 4px 0 6px 4px;
text-decoration: none; 
height: 70%;

}


#leftcol #nav a:hover, #leftcol #nav a:focus { 
background-color: #003366;
border-right: 0px solid #fff;
border-bottom: 0px solid #fff;
color: #fff;
height: 100%;
}
*/

#content{
height: 100%;
margin-left: 150px;
text-align: left;
font-size: 14px;
padding: 0;
scrollbar-face-color: #B22222;
scrollbar-highlight-color: white;
scrollbar-3dlight-color: grey;
scrollbar-darkshadow-color:  grey;
scrollbar-shadow-color: grey;
scrollbar-arrow-color: WHITE;
scrollbar-track-color: DCDCDC;
background="tx.gif"
}

}

#content p{
font-size: 75%;
margin: 5px;

}

#content h1{
font-size: 90%;
color: #003366;
padding: 0;
margin: 20px;
text-align: left;
}

#content h2{
font-size: 85%;
color: #003366;
padding: 0;
margin: /*100px 0 0*/ 0px;
text-align: left;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin-left: 15px;
border: 1px solid #000000;
}

/*.clearit{
clear: both;
display: block;
background-color:#00FF66;
width: 200px;
}*/


#footer{
border-top: 0px solid #000000;
background-color: #191970;
color: #FFFFFF;
clear: both;
}

#footer p{
padding: 10px;
margin: 0;
font-size: 70%;
text-align: center;
}

#leftcol{
background-color: white; 
margin-left: 0px;
margin-top: 0px;
width: 180px;
height: 100%;
padding: 0 0 0 0;
float: left;
}

#content p.right{
float: right;
}

.container{
width: 99%; 
float:right;
}
