/* Generic Selectors */
body {font-family:  "Times New Roman", Times, serif; font-size: 14px; color: #000000; background-color: #333333;}
he {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #333333; }
p {font-family: "Times New Roman"; width: 80%;}
w {font-size: 24px; font-weight: bold; color: #3300CC;}
t {font:"Times New Roman", Times, serif; font-weight: bold; text-shadow:Red; color:#FF0000; text-align:center; font-size:24px;}
li {list-style-type: none; line-height: 150%;}
h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: bold; color: #000000;}
h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; color: #000000; border-bottom: 1px solid red;}
h3 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #000000; }
h4 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: #000000; }
h5 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: blue; text-decoration:blink; font-weight: bold;}
h6 {font-family: "Times New Roman", Times, serif; font-size: 10px; color: #999999; }
h7 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: Red; font-weight: bold;}
h8 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 12px; color: blue; text-decoration:blink; font-weight: bold;}
h9 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 14px; color: Red; font-weight: bold;}
/**************** Pseudo classes ****************/
li {display:inline}
a:link {font-size:12px; width:70%; color: black; text-decoration: solid; font-weight: bold; font:Courier New, Courier, mono;}
li a:link {font-size:12px; width:70%; color: red; text-decoration: none; font-weight: bold; font:Courier New, Courier, mono;}
a:visited {font-size:12px; width:70%; color: red; text-decoration: underline; font-weight: bold; font:Courier New, Courier, mono;}
li a:visited {font-size:12px; width:70%; color: red; text-decoration: none; font-weight: bold; font:Courier New, Courier, mono;}
a:active {font-size:12px; width:70%; color: blue; font-weight: bold; font:Courier New, Courier, mono;}
li a:active {font-size:12px; width:70%; color: blue; font-weight: bold; font:Courier New, Courier, mono;}
a:hover {font-size:12px; color: black; padding-bottom: 1px; text-decoration: underline; font:Courier New, Courier, mono; font-style:italic;}
li a:hover {font-size:12px; background:23px 8px no-repeat #CC0000; color:white; text-decoration:none; font:Courier New, Courier, mono;}
/************************* ID's *************************/
#navigation {position: fixed; z-index: 60; top:5px; left:5%; width: 15%; height: 650px; margin: 0; border-right: 1px solid Red; font-weight: normal; background-color:#FFFFFF; }
#centerTop {position: absolute; z-index: 20; top:5px; padding:0 0 30px 30px; width: 74%; height:105px; margin-top:: 10px; margin-left: 20%; background-color: #FFFFFF}
#centerDoc {position: absolute; z-index: 1; width:75%; padding: 0 0 20px 20px; margin-top: 145px; margin-left: 20%; border-top:1px solid red; background-color:#ffffff;}

#navigation li {display:inline}
#navigation a:link {font-size:12px; width:70%; color: black; text-decoration: solid; font-weight: bold; font:Courier New, Courier, mono;}
#navigation li a:link {font-size:12px; width:70%; color: red; text-decoration: none; font-weight: bold; font:Courier New, Courier, mono;}
#navigation a:visited {font-size:12px; width:70%; color: red; text-decoration: underline; font-weight: bold; font:Courier New, Courier, mono;}
#navigation li a:visited {font-size:12px; width:70%; color: red; text-decoration: none; font-weight: bold; font:Courier New, Courier, mono;}
#navigation a:active {font-size:12px; width:70%; color: blue; font-weight: bold; font:Courier New, Courier, mono;}
#navigation li a:active {font-size:12px; width:70%; color: blue; font-weight: bold; font:Courier New, Courier, mono;}
#navigation a:hover {font-size:12px; color: black; padding-bottom: 1px; text-decoration: underline; font:Courier New, Courier, mono; font-style:italic;}
#navigation li a:hover {font-size:12px; background:23px 8px no-repeat #CC0000; color:white; text-decoration:none; font:Courier New, Courier, mono;}
