/*This contains the core CSS*/

body {
background-color: #ccccff;
margin: 0;
color: rgb(11,45,20);
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 1em;
/*background-image: URL(img/comp007.gif);*/
background-attachment: fixed;
}
h1 {
font-size: 1.2em;
text-align: left;
font-style:italic;
letter-spacing: 3px;
}

h2 {
font-size: 1.1em;
text-decoration: underline;
}

h3{
text-indent:5em;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;
}
p.footer {
font-size: 1em;
/*text-align: center;*/
/*font-weight: bold;*/
}

a:link {
background: bjack080.jpg;


color: rgb(11,45,20);
text-decoration: none;
background-color: rgb(164,164,164);
}

a:visited {
border-top: .1em solid #003300;
border-left: .1em solid #003300;

color: rgb(11,30,15);
text-decoration: none;
background-color: rgb(164,164,164);
}

a:hover {
background-color: rgb(137,221,189);
border: .25em solid;
border-color:#00FF00;
}

a:active {
background-color: #3ceec0;
border-right: 1em solid #FF0033;
}
#header {
color: #cccc22;
background-color: #ffffff;
background-image: url(img/back-076.gif);
text-background: #556600;
border-bottom: 1px #000000 solid;
padding-left: 225px;
/*padding-right: 125px;*/
padding-top: 70px;
padding-bottom: 10px;
height: 180px;
width: 590px;
font-size:1.5em;

}

#header p {
font-size: .6em;
}

span.highlight
{
background-color: rgb(11,45,20);
}


#content {
Position: relative;
width: 779px;
}

#navbar {
position: absolute;
top: 0px;
left: 0px;
width: 198px;
}

#main-text {
background-image: url(img/back-003.gif);
background-color: rgb(137,221,189);
/*color: rgb(137,221,189);*/
font-weight: bold;
border-left: 1px #000000 solid;
border-right: 1px #000000 solid;
border-bottom: 1px #000000 solid;
margin-left: 198px;
padding: 30px;
width: 559px;
/*height: 270px;*/
//overflow: scroll;
}

rightnavbar{
position: relative;
top: 0px;
left: 0px;
width: 198px;
}

#footer{
position: relative;
margin-bottom: 10px;
padding-left:198px;
text-align: center;
}
#note
{
position: relative;
left: 10px;
top: 20px;
}
#footer a:hover{
font-size:1.5em;
font-family:"Arial Narrow"
}
#outer-image {
height: 180px;
background-image: url(img/cpu.gif);
/*background-position: center top;*/
}

#rightcorner{
position: absolute;
top: -23px;
left: 0px;
 
}

#inner-image {
height: 199px;
background-image: url(img/back-076.gif);
/*background-repeat: no-repeat;*/
background-position: 198px 0px;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
}
#navbar ul {
margin: 0;
padding: 0;
}

#navbar .current {
border-right: 1em solid #FF0033;
background-color:#0099CC;
}

#navbar ul li a:link, #navbar ul li a:hover {
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
}

#navbar ul li a:visited {
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: solid #000000 1px;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;

}