﻿/* Generic Selectors */ 
body { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 14px; 
color: #333333; 
background-image: url("images/backround.jpg");
background-repeat: no-repeat
} 
p { 
width: 80%; 
} 
li { 
list-style-type: none; 
line-height: 100%; 
} 
h1 { 
font-family: ultra serif sf, "Times New Roman", Times, serif, ultra serif sf; 
font-size: 18px; 
font-weight: bold; 
color: rgb(100, 0, 255); 
border-top: 4px solid rgb(100, 0, 150);
border-bottom: 4px solid rgb(100, 0, 150); 
} 
h2 { 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 16px; 
font-weight: bold; 
color: #000000; 
border-bottom: 1px solid rgb(99, 0, 150); 
}
}
/**************** Pseudo classes ****************/ 
a:link { 
color: rgb(50, 0, 50); 
text-decoration: none; 
font-weight: bold; 
} 
li a:link { 
color: rgb(50, 0, 50); 
text-decoration: none; 
font-weight: bold; 
} 
a:visited { 
color: rgb(100, 0, 150); 
text-decoration: underline; 
font-weight: bold; 
} 
li a:visited { 
color: rgb(100, 0, 150); 
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(50, 0, 255); 
padding-bottom: 5px; 
font-weight: bold; 
border-bottom-width: 1px; 
border-bottom-style: solid; 
border-bottom-color: rgb(100, 0, 150); 
} 
a:active { 
color: rgb(0, 0, 102); 
font-weight: bold; 
} 
/************************* ID's *************************/ 
#navigation { 
position: absolute; 
z-index: 10; 
width: 100px; 
height: 792px; 
margin: 0; 
font-size: 14px;
font-color: rgb(0, 0, 0);
border-none;font-weight: normal; 
background-none

} 
#centerDoc { 
position: absolute; 
left: 150px; 
top: 30px
z-index: 15; 
width: 80%;
padding: 0 0 20px 20px; /*top right bottom left*/ 
margin-top: 50px;
margin-left: 0px; 
border-none
background-none
}
#centerDoc2 { 
position: absolute; 
left: 150px;
top: 450px;
width: 80%;
z-index: 15; 
padding: 0 0 20px 20px; /*top right bottom left*/ 
margin-top: 50px;
margin-left: 0px; 
border-none
background-none
}
#centerDoc3 { 
position: absolute; 
left: 150px;
top: 800px;
width: 80%;
z-index: 15; 
padding: 0 0 20px 20px; /*top right bottom left*/ 
margin-top: 50px;
margin-left: 0px; 
border-none;
background-none
}
#centerDoc4 { 
position: absolute; 
left: 150px;
top: 1100px;
width: 80%;
z-index: 15; 
padding: 0 0 20px 20px; /*top right bottom left*/ 
margin-top: 50px;
margin-left: 0px; 
border-width: 2px;
border-style: solid;
border-color: rgb(100, 0, 150);
background-color: rgb(200, 150, 255)
}