/* Generic Selectors */
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #030303;
background-color: #ffffff;
margin: 0;
}

li {
list-style-type: square;
line-height: 150%;
padding: 4px;
border: 0px solid;
}

h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
}

h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 14px;
}

img.cover {
border: 1px solid #898480;
margin-bottom: 20px;
}

/**************** Pseudo classes ****************/
a:link {
color: #be3636;
text-decoration: underline;
font-weight: bold;
}

li a:link {
color: #be3636;
text-decoration: none;
font-weight: bold;
}

h1 a:link {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

a:visited {
color: #891110;
text-decoration: underline;
font-weight: bold;
}

li a:visited {
color: #891110;
text-decoration: none;
font-weight: bold;
}

h1 a:visited {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #0066b3;
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;
}

li a:hover {
display: block;
color: #0066b3;
padding-bottom: 5px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #0066b3;
}

h1 a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 18px;
font-weight: bold;
text-decoration: underline;
color: #be3636;
}

a:active {
color: rgb(255, 0, 102);
font-weight: bold;
}

/************************* ID's *************************/
#navigation {
position: absolute;
z-index: 10;
width: 210px;
padding: 4px;
height: auto;
margin-top: 80px;
margin-bottom: 0;
margin-right: 0;
margin-left: 0;
border-right: 1px solid #898480;
font-weight: normal;
}

#centerContent {
position: absolute;
z-index: 15;

padding: 0 0 20px 20px; /*top right bottom left*/
margin-top: 80px;
margin-left: 235px;
width: 400px;
}

#centerContent h1 {

border: 1px solid #a0a0a7;
padding: 4px;
background-color: #f5f5f7;
}

#mastHead {
float: left;
width: 100%;
height: 50px;
z-index: 16;
color: #a02122;
background-color: #b0b0b7;
padding: 0px 0px 0px 10px;
margin: 0 auto;
border: 0;
border-bottom: 1px  solid #a0a0a7;
overflow: hidden;
}

#mastHead a {
color: #ba2132;
border: 1px solid #a0a0a7;
padding: 4px;
background-color: #c0c0c7;
}

#license {
position: absolute;
margin-top: 50px;
margin-left: 0;
margin-bottom: 0;
}

#copyright{
margin-top: 20px;
font-size: 10px;
}

