/*Generic Selectors*/

body{
	font-family:Georgia, "Times New Roman", Times, seerif;
	font-size: 14px;
	color: Black;
	background-color: #000000;
}

p {
	width: 95%;
	
}

h1{

font-family:Georgia, "Times New Roman", Times, serif;

font-size: 18px;

font-weight:bold;

color:#000000;

}



/******************IDs *************************/
#container  {
	width: 100%;
	height: 3000px;
	background: #ffffff;
	padding: 0px 4px 0px 4px;
	margin: 0px 60px 0px  45px;
}

#pageheader {
	background: #f2bb79;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	height: 110px;
	width: 100%;
	font-family : "Times New Roman", Times, serif;
	color: #3d0050;
	font-size : 120%;
	font-style : italic;
	font-weight : bolder;
}

#logoholder {
	width: 160px;
	height: 135px;
	float: left;
	margin: 0px 0px 0px 2px;
	padding: 3px 3px 16px 10x;
}

#salutation {
	width: 520px;
	height: 115px;
	padding: 16px 20px 16px 0px;
	float: right;
	font-family : "Times New Roman", Times, serif;
	color: #3d0050;
	font-size : 120%;
	font-style : italic;
	font-weight : bolder;
	line-height : inherit;
	
}







#navcontainer { margin: 145px 0px 10px 9px; }
		
		#navcontainer ul
		{
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-family: verdana, arial, Helvetica, sans-serif;
			font-size: smaller;
			
		}
		
		#navcontainer li { margin: 0 0 1px 0; }
		
		#navcontainer a
		{
			display: block;
			padding: 3px 7px;
			width: 140px;
			color: #fff;
			background-color: #036;
			text-decoration: none;
		}
		
		#navcontainer a:hover
		{
			color: #fff;
			background-color: #69C;
			text-decoration: none;
		}
		
		#navcontainer ul ul li { margin: 0 0 1px 0; }
		
		#navcontainer ul ul a
		{
			display: block;
			padding: 3px 3px 3px 25px;
			width: 125px;
			color: #fff;
			background-color: #369;
			text-decoration: none;
		}
		
		#navcontainer ul ul a:hover
		{
			color: #fff;
			background-color: #69C;
			text-decoration: none;
		}

		
	#leftcol {
position:absolute;
width: 170px;
height: 3000px;
background: #f2bb79;
margin: 0px  0px 0px 49px;	
}

#rightcol {
	background: #FFFFFF;
	width: 600px;
	height: 3000px;
	position:absolute;
	padding: 0px 0px 0px 0px;
	/*top right bottom left*/
	margin: 0px 0px 5px 219px;
	}
	
	#head {
	background: #f2bb79;
	width: %;
	height: 130px absolute;
	font: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 40px 40px 40px 40px;
	
}

	
h2  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color:#000000;
	margin: 10px 0px 0px 20px;
	line-height : normal;
}

.author {
	font: "Times New Roman", Times, serif;
	color: #CC0066;
	font-size : 80%;
	font-style : normal;
	margin: 0px 0px 0px 20px;
	line-height : 110%;
.
}

.commentary {
	font: color:#000066;
	margin: 0px 30px 0px 20px;
	font-family: sans-serif;
	font-style: italic;
	font-size: 15px;
	color: navy;
	line-height: 110%;
}

HR.90 {
	width: 80%;
	position : absolute;
	color: #cccccc;
}

a:link {
	color: Black;
	text-decoration: none;
}

a:visited {
	color: Maroon;
	text-decoration: none;
}

a:hover {
	color: silver;
	text-decoration: none;
}h3 {  font: bold normal 13pt/normal Arial, Helvetica, sans-serif; margin: 6pt; color: #990000}
li {  font: normal 12px/17px Arial, Helvetica, sans-serif; text-transform: none; color: #000066; list-style: none outside}
