A:link {
	color: #0033CC; 
	text-decoration: none;}

A:visited {
	color: #800080; 
	text-decoration: none;}

A:hover {
	color: #FF0000; 
	text-decoration: underline;}

/*Link Styles in the header and footer sections*/


	

.Sidebar {
	background-color : #FFCC66;
	background-image : url(sidebar.jpg);
	color: #FFCC66;
	Height : 500px;
	position: absolute; top: 144px; width: 180px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;	/*Line height set to 110% in order to*/
				/*have the navigation elements better separated*/
	}

.Content  {  /*Main content area for pages with Sidebar present*/
	position: absolute; left: 195px; top: 144px; right: 15px; 
	/*breathing space for the text*/
	padding: 5px; /*separate navigation and content*/
	width: auto;
	border: 0.1px solid #FFFFFF; 
	/*to ensure that NN4.xx renders the background color of the content area*/
	}

.Bar  {  /*Menu Bar below header*/
	background-color : #000000;
	color: #000088;
	position: absolute; top: 115px; 
	/*breathing space for the text*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	height: 15px;
	border: 0.1px solid #FFFFFF; 
	/*to ensure that NN4.xx renders the background color of the content area*/
	}


.Header	{
	background-color : #FFCC66;
	color: #FFCC66;
	background-repeat : no-repeat;  /*Background image will not repeat(tile)*/
	margin-top : 0px;
	margin-left : 0px;
	width: auto;
	height: 115px;
	border : 0.1px solid #000088;
	/*to insure that NN4.xx renders the background-color of the content area*/
	}


BODY 	{
	background-color: #FFF1D5;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	margin : 0px;
	}


td      {
	font-family: Times New Roman, Times, serif;
	size : 13px
	}

P, OL, UL, DL {
	font-family: Times New Roman, Times, serif;
	font-size: 15px
	}

/* Sets up the font size */
P OL, P DL, P UL, OL UL {font-size: 13px}
/* Prevents shrinking text */




