/* Generic Selectors */

body {font-family: Georgia, "Times New Roman", Times, serif;font-size: 14px;color: #990000;
	background-color: #FFFFCC;	/*margin: 2 0 0 0; top right bottom left*/	}
p {	width: 90%;}

li {list-style-type: none;	line-height: 150%;}

h1 {font-family: Georgia, "Times New Roman", Times, serif;	font-size: 18px;	font-weight: bold;
	color: #990000;}

h2 {font-family: Georgia, "Times New Roman", Times, serif;	font-size: 16px;	font-weight: bold;
	color: #990000;	border-bottom: 2px solid #990000;}



/*************************  ID's *************************/

#navigation {position: absolute;	width: 145px;	height: 600px;		margin-top: 0px;
	border-right: 2px solid #990000;	font-weight: normal; }

#centerDoc {position: absolute;		padding: 0 0 0px 180px; /*top right bottom left*/
	margin-top: 12px;}

/*************************  Pseudo classes *************************/
a:link {color: #000099;	text-decoration: underline;	}

a:visited { color: #9F00FF;text-decoration: underline;}

a:hover {color: rgb(255, 00, 00);text-decoration: underline;}  

a:active {color: #990000); } 




















