/* this sets the attributes for everything that is within the body tag*/
BODY {
margin:0px; font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
color: #333333;
background-color:#ffffff;
background-image("lines.jpg")
}
/* this sets the attributes for everything that is within the P tag*/
P, TD, LI, UL, Table{
color: #333333;
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;

/* this sets the attributes for all your links*/
}
A:LINK {
color: #333333;
text-decoration: none;
}
A:VISITED {
color: #333333;
text-decoration: none;
}
A:HOVER {
color: #ffffff;
background: #8a9ab4;
text-decoration: underline overline;
}
A:ACTIVE {
color: #333333;
text-decoration: underline;
}
/* this sets the attributes for your header's*/
h1 { 
font-size: 15px;
font-weight: bold;
letter-spacing: 2;
color: #8a9ab4;
}
h2, h3, h4, h5, h6 {
font-size: 12px;
font-weight: bold;
color: #63799b;
}
/* this sets the attributes for your header cell*/
.header { 
background: #ffffff;
}
/*this sets the attributes for your text area*/
.textarea {
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
text-align: justify;
background: #ffffff;
line-height: 20px;
padding: 15px;
}
/*this sets the attributes for your leftside*/
.leftside {
color: #ffffff;
text-align: center;
}
/*this sets the attributes for your rightside*/

.rightside {
text-align: center;
background-color: #ffffff;
}
/* this is the left side navigation table */
.navigation {
color: #333333;
font-size: 12px;
font-weight: 400;
letter-spacing: 1;
text-align: left;
line-height: 20px;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/* this is your top navigation bar */
.navbar{
color: #333333;
text-align: right;
letter-spacing: 1;
font-size: 11px;
background-color: #8a9ab4;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #111111;
border-bottom: 1px solid #111111;
}
/* this is your bottom nav bar */
.botnavbar {
text-align: center;
font-size: 11px;
color: #000000;
background-color: #ffffff;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
/*this is your left side info box */
.info {
text-align: left;
font-size: 11px;
color: #333333;
line-height: 15px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 5px;
}
/* this is your right side info box */
.info2 {
text-align: left;
font-size: 11px;
color: #ffffff;
line-height: 15px;
padding-left: 5px;
padding-right: 5px;
padding-top: 10px;
padding-bottom: 5px;
border: 1px solid #4a5a74;
background: #8a9ab4;
}
/* this is your left cell for your copyright */
.copyrightleft {
text-align: left;
font-size: 11px;
color: #4a5a74;
letter-spacing: 2;
font-weight: bold;
background: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #4a5a74;
}
/* this is your right cell for your copyright */
.copyrightright {
text-align: right;
font-size: 10px;
color: #4a5a74;
background: #ffffff;
padding-left: 3px;
padding-right: 3px;
padding-top: 3px;
padding-bottom: 3px;
border-top: 1px solid #4a5a74;
}
/* this is your color for your splash page */
.splash {
background: #ffffff;}

 #navcontainer
{
margin: 0;
padding: 0 0 0 12px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding: 0;
float: right;
width: auto;
}

#navcontainer A
{
color: #444;
display: block;
width: auto;
text-decoration: none;
background-color: #8a9ab4;
margin: 0;
padding: 1px 10px;
border-left: 0px solid #fff;
border-top: 0px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #BBBBBB; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #BBBBBB;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0 3px 0;
background: #BBBBBB;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, #subnav A:active { color: #444; }
#subnav A.active:link, #subnav A.active:visited { color: #444; }
#subnav BR, #navcontainer BR { clear: both; }
