BODY {
	margin: 0; /*margins are set to zero*/
	padding-top: 0; /*for Opera6*/
	line-height: 15px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100%;
}
      
#container{/*location set for browser, DO NOT EDIT*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

#newheader {
	width: 905px;
	height:69px;
	z-index: 2;
	background-image:url(../image-files/newheader.jpg);
}

#newnavback {
	/*background image set for left side*/
	position: absolute;
	top: 69px;
	left: 0px;
	z-index: 5;
	width: 170px;
	height: 975px;
	background-image:url(../image-files/navigation.jpg);
	background-repeat: no-repeat;
}
      
#navigation {/*The navigation on the left side, positioned absolutely*/
   	position: absolute;
	top: 147px;
	left: 45px;
	z-index: 6;
    	width: 130px;
    	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
}

#rightnavigation {/*The navigation on the right side, position absolutely*/
	postion: absolute;
	top: 147px;
	left: 735px;
	z-index: 6;
	width: 170px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
}

#rightnavback {
	/*background image set for the right side*/
	position: absolute;
	top: 69px;
	left: 735px;
	z-index: 5;
	width: 170px;
	height: 975px;
	background-image:url(../image-files/rightnavigation.jpg);
	background-repeat: no-repeat;
}
	
#webcontent {
	/*The area that holds the primary content*/
	position: absolute;
	top: 69px;
	left: 180px;
	color: #000000;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.15;
	width: 546px;
	z-index: 3;
	font-size: 10px;
	background-color: transparent;
}

#leftwebcontent {
	/*The area for Tier 2 review content links and pictures*/
	position: absolute;
	top: 300px;
	left: 0px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.15;
	width: 268px;
	z-index:3;
	font-size: 10px;
	background-color: transparent;
}

#rightwebcontent {
	/*The area for Tier 2 review content links and pictures*/
	position: absolute;
	top: 300px;
	left: 273px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.15;
	width: 273px;
	z-index:3;
	font-size: 10px;
	background-color: transparent;
}
	
/*Default link colors for content area; not recommended to edit*/
A:link {
	COLOR: #0000CC;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

A:visited {
	COLOR: #990099;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

A:hover {
	COLOR: #CC3300;
	TEXT-DECORATION:underline;
	background-color: transparent;
}

#menu3 {
	/*for manual footer links*/
	PADDING-RIGHT: 0;
	BORDER-TOP: thin solid #800000;
	border-bottom: thin solid #800000;
	PADDING-LEFT: 0;
	PADDING-BOTTOM: 3px;
	MARGIN: 40px 0 0;
	PADDING-TOP: 6px;
	TEXT-ALIGN: center;
	line-height: 22px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


/*Default links for navigation area; edit as needed*/
#navigation A:link {
	COLOR: #0000CC;
	TEXT-DECORATION: none;
	font-size:x-small;
}
#navigation A:visited {
	COLOR: #990099;
	TEXT-DECORATION: none;
	font-size:x-small;
}
#navigation A:hover {
	COLOR: #CC3300;
	TEXT-DECORATION: none;
	font-size:x-small;
}	

#webcontent p{
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

OL, UL, DL {font-size:small;}/*font-family is already defined, here I only set the font-size*/

/*Settings for all heading tags*/
H1{
	margin-bottom: 0;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: transparent;
	text-align: center;
}

H2{
	margin-top:0;
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: transparent;
}

H3{
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: transparent;
}

H4 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
  
    
strong, b {font-weight:800;}/*NN 4.xx needs that...*/ 
big {font-size:larger;}/*to emphasize words, use it inline with a <span> class*/ 
small {font-size:smaller;}/*not really necessary, but one never knows...use it inline with a <span> class*/

/*This removes the need to add border=0 to linked images*/
A IMG {border:0.1px none #000000;} 

em,i{ /*sets italics to bold to stand out better*/
	font-weight: bold;
	font-style: italic;
}

