/* this sets the attributes for everything that is within the body tag*/
BODY {
font-family: Tahoma, Arial, sans-serif;
font-size: 13px;
color: #333333;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
background-color:#ffffff;
}
/* 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;}