/* 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;
}

UL {margin-left:20px;}

/* this sets the attributes for all your links*/
A:LINK {color:#0000ff;text-decoration:underline;}
A:VISITED {color:#6600ff;text-decoration:underline;}
A:HOVER {color:#0000ff;text-decoration:underline overline;}
A:ACTIVE {color:#0000ff;text-decoration:underline;}

/* this sets the attributes for your header's*/
h1 {font-size:15px; font-weight:bold;                    color:#8a9ab4; letter-spacing:2;}
h2 {font-size:14px; font-weight:bold;                    color:#63799b;}
h3 {font-size:13px; font-weight:bold; font-style:italic; color:#63799b;}
h4 {font-size:13px; font-weight:bold;                    color:#000000;}
h5 {font-size:13px;                                      color:#000000;}
h6 {font-size:13px;                                      color:#000000;}


/* 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:#8a9ab4;
font-size:12px;
font-weight:bold;
letter-spacing:1;
text-align:center;
line-height:20px;
padding-left:1px;
padding-right:1px;
padding-top:3px;
padding-bottom:3px;

border-bottom:1px solid #111111;
border-left:1px solid #111111;
border-right:1px solid #111111;
}

/* links format for navigation */
.navigation A:LINK {color:#333333;text-decoration:none;}
.navigation A:VISITED {color:#333333;text-decoration:none;}
.navigation A:HOVER {color:#ffffff;background:#8a9ab4;text-decoration:none;}
.navigation A:ACTIVE {color:#333333;text-decoration:none;}

/* this is your top navigation bar */
.navbar{
color:#666666;
/* 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;
}

/* links format for navbar */
.navbar A:LINK {color:#000000;text-decoration:none;}
.navbar A:VISITED {color:#000000;text-decoration:none;}
.navbar A:HOVER {color:#ffffff;background:#8a9ab4;text-decoration:underline overline;}
.navbar A:ACTIVE {color:#000000;text-decoration:underline;}

/* 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;
}

/* links format for botnavbar */
.botnavbar A:LINK {color:#0000ff;text-decoration:underline;}
.botnavbar A:VISITED {color:#0000ff;text-decoration:underline;}
.botnavbar A:HOVER {color:#0000ff;text-decoration:underline overline;}
.botnavbar A:ACTIVE {color:#0000ff;text-decoration:underline;}

/*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:5px;
padding-bottom:5px;
}
/* this is your right side info box */
.info2 {
text-align:left;
font-size:11px;
/* color:#ffffff; */
color:#333333;
line-height:15px;
padding-left:5px;
padding-right:5px;
padding-top:5px;
padding-bottom:5px;
border:1px solid #4a5a74;
background:#C8D0DC;
}
/* this is your left cell for your copyright */
.copyrightleft {
text-align:left;
font-size:10px;
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;
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 color for your splash page */
.splash {
background:#ffffff;}