/* Generic Selectors */
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: gray;
/* background-color: #F9F9F9; */
}

p {
width: 80%;
}

li {
/* list-style-type: none; */
margin: 0;
padding: 0 0 25px 0;
line-height: 80%;
list-style-image: url(red_sun_calvin_25x25.jpg);
}

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 gray;
}

/**************** Pseudo classes ****************/

a:link {
color: gray;
text-decoration: none;
font-weight: normal;
}

li :link {
color: gray;
text-decoration: none;
font-weight: normal;
}

a:visited {
color: darkgray;
text-decoration: underline;
font-weight: normal;
}

li a:visited {
color: gray;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: gray);
padding-bottom: 5px;
font-weight: normal;
text-decoration: underline;
}

li a:hover {
display: inline;
color: gray;
padding-bottom: 5px;
font-weight: normal;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: gray;
}

a:active {
color: gray;
font-weight: normal;
}

/************************* ID's *************************/

#masthead {
	height: 205px;
	margin: 0 0 10px 0;
	padding-left: 100px;
	
}


#navigation {
/* position: absolute; */
float: left;
width: 10%;
height: 400px;
margin-bottom: 10px; 
padding: 10px;
border-right: 1px solid darkgray;
font-weight: normal;
}

#centerDoc {
/* position: absolute;  */
float: right;
width: 60%;
padding: 0 0 10px 0;  /*top right bottom left*/
margin-bottom: 10px;
padding: 10px;
}

#footer {
	clear: both;
	text-align: center;
	padding: 10px;
/*	border: 1px solid #000; */
}