body /*This is the background color for the page*/
{
background-color:#79663e
}
div.header /*This is the top banner*/
{
position:absolute;
top:0px;
left:0px;
height:100px;
z-index:4;
}
div.bannerext /*This is the right side top extension of the banner to make it extend all the way across the window*/
{
background-color:#979763;
height:100px;
position:relative;
margin-left:675px;
}
div.bannerextbottom /*This is the bottom extension of the banner to make it extend all the way across the window*/
{
text-align:center;
background-color:#006766;
height:23px;
position:relative;
margin-left:0px;
}
div.contentback /*This is the light brown background right behind the content*/
{
background-color:#996533;
height:73%;
width:98%;
position:relative;
left:1%;
right:1%;
top:2%;
bottom:2%;
}
div.leftnav /*This is the left side navigation block*/
{
background-color:#006766;
color:#FFFFFF;
float:left;
width:150px;
height:92%;
position:absolute;
left:10px;
top:2%;
bottom:2%;
padding:10px;
line-height:125%;
}

/*These are the left avigation block text styles*/

a.leftnav:link {color:#FFFFFF; font-family:arial; font-weight:bold; font-size:66%; text-decoration:none}
a.leftnav:visited {color:#FFFFFF; font-family:arial; font-weight:bold; font-size:66%; text-decoration:none}
a.leftnav:hover {color:yellow; font-family:arial; font-weight:bold; font-size:66%; text-decoration:none}

/*These are the top navigation block text styles*/

a.topnav:link {margin-left: 5em; color:#FFFFFF; font-family:arial; font-weight:bold; font-size:80%; text-decoration:none}
a.topnav:visited {margin-left: 5em; color:#FFFFFF; font-family:arial; font-weight:bold; font-size:80%; text-decoration:none}
a.topnav:hover {margin-left: 5em; color:yellow; font-family:arial; font-weight:bold; font-size:80%; text-decoration:none}

div.rightcontent /*This is the right side content block*/
{
background-color:#FFFFFF;
color:#000000;
height:92%;
position:relative;
margin-left:210px;
top:2%;
bottom:2%;
right:2%;
padding:10px;
overflow:scroll;
}
h1.contenttext /*This is the right side content block text style*/
{
color:#000000;
font-family:Arial;
font-size:small;
}
p.smallcontent /*This is the right side content block small text style*/
{
color:#000000;
font-family:Arial;
font-size:small;
}
img /*RATC logo positioning */
{
position:absolute;
left:6px;
top:3px;
z-index:5;
}
img.home /*Photo positioning on home */
{
position:relative;
float:right;
border:1px;
padding:2px;
}
img.logo1 /*Logo1 positioning on left menu bar*/
{
position:absolute;
bottom:15px
}
img.logo2 /*Logo2 positioning on left menu bar*/
{
position:absolute;
bottom:45px
}
img.links /*Photo positioning on liks page  */
{
position:relative;
float:left;
border:1px;
padding:2px;
}