/* Generic Selectors */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: rgb(50,80,100);		
	background-color: rgb(220,210,200);
	/*margin: 0 0 0 0; top right bottom left*/	
}

p {
	width: 100%;
}

li {
	list-style-type:square;
	line-height: 150%;
	
}

BlinkTEXT {
	text-decoration: blink;	
}


h1 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: Navy;
	align: left;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: White;
	/*border: 1px solid #C6EC8C;*/
	background-color: rgb(100, 100, 100);	
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: White;
	/*border: 1px solid #C6EC8C;*/
	/*background-color: rgb(100, 100, 100);*/
	
}



/*************************  ID's *************************/

#navigation {
	position: absolute;
	
	width: 210px;
	height: 600px;	
	margin-top: 0px;
	border-right: 1px solid #C6EC8C;
	font-weight: normal;
}

#centerDoc {
	position: absolute;	
	
	padding: 0 0 20px 235px; /*top right bottom left*/
	margin-top: 50px;		
}



/*************************  Pseudo classes *************************/
a:link {
	color: Blue;
	text-decoration: underline;
	font-weight: normal;
}

a:visited { 
color: Purple;
text-decoration: underline;
font-weight: normal;
}

a:hover {
color: Lime;
padding-bottom: 5px;
font-weight: bold;
text-decoration: underline;

}  
a:active { 
color: rgb(255, 0, 102);
font-weight: bold; 
} 

/***********************  Images **********************************/

div.figure
{
	float: right;
	width: 25%;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.5em;
}

div.figure p
{
	text-align: center;
	font-style: italic;
	font-size: smaller;
	text-indent: 0;
}

img.scaled {
  width: 100%;
}
