/* NAVIGATION TABS */

img.bar {
padding: 0px;
margin: 0px;
width: 100%;
height: 14px;
background: #33CC99;
line-height: 14px;
}

/* TABLE FORMAT FOR ENTIRE PAGE */

table.main {
border: 0px;
padding: 0px;
border-spacing: 0px;
vertical-align: top;
width: 100%;
}

td.sidebar {
width: 150px;
background-color: transparent;
}

/* TABLE FOR LINKS */

table.stats {
border: 0px;
text-align: center;
font-family: arial, sans-serif;
}

/* REGULAR LINKS */

a:link {
text-decoration: none;
color: #3F70BD;
background-color: transparent;
}

a:visited {
text-decoration: none;
color: #3F70BD;
background-color: transparent;
}

a:focus, a:hover, a:active {
color: #003366;
background-color: transparent;
text-decoration: underline;
}

/* PARAGRAPH STYLES */

p.intro:first-letter {
font-size: 300%;
color: #E46b1A;
float: left;
font-weight:bold;
}

p.intro {
font-size: 120%;
}

p {
color: #3E4E21;
background-color: transparent;
font-size: 110%;
margin-left:20px;
margin-top:20px;
}

p.tag {
margin:0px;
position:absolute;
left:630px;
top:124px;
font-style: italic;
font-weight: bold;
}

p.small {
font-family: Arial, sans-serif;
font-size: 70%;
margin-right:20%;
margin-left:20%;
}
