/*Generic Selectors*/
body{
font-family: Georgia, "Times New Roman",Times, serif;
font-size: 14px;
color: #333333;
background-color: #F9F9F9;
}
p{
width: 75%;
line-height: 150%;
}
li{
list-style-type: none;
line-height: 150%;
list-style-type: none;
}
h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px:
font-weight: bold;
color: rgb(30,30,30);
}
h2{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #C6EC8C;
}
h6{
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 10px;
font-weight: normal;
color: #000000;
}
/****************Pseudo classes****************/
a:link{
color: white;
text-decoration: underline;
font-weight: bold;
}
li a:link{
color: white;
text-decoration: none;
font-weight: bold;
}
a:visited{
color: white;
text-decoration: underline;
font-weight: bold;
}
li a:visited{
color: white;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: rgb(0,96,255)
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}
li a:hover{
display: block;
color: rgb(0,96,255);
padding-bottom: 5px;
font-weight: bold;
border-bottom-width: 1px:
border-bottom-style: solid;
border-bottom-color: #C6EC8C;
}
a:active{
color: rgb(255,0,102);
font-weight: bold;
}
a.yellow:link{
color: blue;
text-decoration: underline;
font-weight: bold;
}
li a.yellow:link{
color: blue;
text-decoration: none;
font-weight: bold;
}
a.yellow:visited{
color: red;
text-decoration: underline;
font-weight: bold;
}
li a.yellow:visited{
color: red;
text-decoration: none;
font-weight: bold;
}
a.yellow:hover{
color: green;
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}
li a.yellow:hover{
display: block;
color: green;
padding-bottom: 5px;
font-weight: bold;
border-bottom-width: 1px:
border-bottom-style: solid;
border-bottom-color: #C6EC8C;
}
a.yellow:active{
color: rgb(255,0,102);
font-weight: bold;
}
/*************************ID's*************************/
#CoName{
position: absolute;
z-index: 10;
padding:0 0 20px 20px; /*top right bottom left*/
margin-top: 0;
margin-left: 235px;
width: 75%;
background-color: rgb(110,110,255);
}
#navigation{
position: absolute;
z-index: 10;
width: 210px;
height: 600px;
margin: 0;
border-right: 1px solid #C6EC8C;
font-weight: normal;
background-color: red;
}
#centerDoc{
position: absolute;
z-index: 15;
padding:20px 20px 20px 20px; /*top right bottom left*/
margin-top: 50px;
margin-left: 235px;
background-color: yellow;
}
#footer{
position: absolute;
z-index: 20;
margin-top: 500px;
center;
}
