BODY {
	background:  url(../image-files/leftback.gif) repeat; /* that will be repeated only along the y-axis [North/South] */
	margin: 0 0 0 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: 1000px;
	z-index: 1;
}

#header {
	margin:0;
	padding-left: 0;
	width: 100%;
	height:200px;
	z-index: 2;
	margin-bottom: 0;
	margin-right: 0;
}
     
	
#webcontent {
	/*The area that holds the primary content*/
	position: absolute;
	top: 210px;
	left: 150px;
	right: 150px;
	color: #000000;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.2;
	z-index: 3;
	font-size: small;
	font-weight:500;
	padding:0 10px 0 10px;
}
	
/*Default link colors for content area; not recommended to edit*/


#menu3 {
	/*for manual footer links*/
	PADDING-RIGHT: 0;
	BORDER-TOP: solid #800000;
	BORDER-bottom: solid #800000;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 6px;
	MARGIN: 40px 60px 20px 60px;
	PADDING-TOP: 6px;
	TEXT-ALIGN: center;
	line-height: 120%;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight:400;
	color:#990000;
}	

#rightcontent {
	/*to set the right column*/
	position: absolute;
	right: 0;
	top: 210px;
	width: 130px;
	height:auto;
	z-index: 4;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
	margin: 0;
	text-align: left;
	padding: 15px 10px;
	background-color:#D76D69;
} 


#webcontent p{
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}



OL, UL, DL {font-size:1.2em;}/*font-family is already defined, here I only set the font-size*/

/*Settings for all heading tags*/
H1{
	margin: 20px 0 20px 0;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: extra-large;
	color: #000000;
	background-color: transparent;
	text-align: center;
}

H2{
	margin:20px 0 20px 0;
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size:large;
    color: #DCDCDC;
	padding: 3px 0 6px 0;
	width: 100%;
	font-weight:600;
	text-align: center;
    BORDER-TOP: thin solid #333333;
	BORDER-BOTTOM: thin solid #333333;
	background-color: #800000;
}

H3{
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color:#000000;
	padding: 3px 6px 6px 6px;
	width: 98%;
	background-color:#C04645;
	text-align: center;
}

H4{
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color:#990000;
	padding: 3px 0 3px 0;
	width: 100%;
	background-color:transparent;
	text-align: center;
}

H5{
	margin-bottom: 0;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#000033;
	background-color: transparent;
	text-align: center;
}

H6 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	BORDER-TOP: thin solid #333333;
	BORDER-BOTTOM: thin solid #333333;
	BORDER-LEFT: thin solid #333333;
	BORDER-RIGHT: thin solid #333333;
	margin: 10px 0 0 0;
	padding: 1px;
	text-align: center;
	background-color:#F5EABB;
	}
    
strong, b {
     font-weight:800;
	 color:#330033; 
	 }/*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;} 

ul{/*You can create a special image to use in lists, upload to the Graphics Library and be sure and name it li.gif*/
	list-style-image: url(../image-files/li.gif);
	list-style-position:outside;
	list-style-type:none;
	line-height: 170%;
}

li{
    line-height: 190%;
}
	
em,i{ /*sets italics to bold to stand out better*/
	font-weight: bold;
	font-style: italic;
}

#navigation {display:none;}
