BODY {
	background: #FFFFFF url(../images/leftback.gif) repeat-y; /* that will be repeated only along the y-axis [North/South] */
	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;
}

#header {
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	z-index: 2;
	margin-bottom: 0;
	margin-right: 0;
	background: #FFF1EA url(../images/rightback_white.gif) no-repeat right;
        text-align: left; /*EDIT COLOR TO MATCH PRIMARY IMAGE BACKGROUND COLOR TO BLEND*/
	color: #000000; 
}




      
#navigation {/*The navigation on the left side, positioned absolutely*/
   position:absolute;
	top:115px;
	left:3px;
	z-index:6;
   width:130px;
   font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
   line-height:130%;/*line-height can be set in order to have the navigation elements better separated, if needed*/
text-align:center;
	background-color: transparent;
	color:#000000;border: 1px solid #DCDCDC;
}

/*Default links for navigation area; edit as needed*/
#navigation A:link {
	COLOR: #0000CC;
	TEXT-DECORATION: none;
	padding: 2px;
	padding-left: 3px;
	display: block;
	border-bottom: 1px solid #DCDCDC;
	font-size:small;
	background-color: #FFF1EA;
}
#navigation A:visited {
	COLOR: #990099;
	TEXT-DECORATION: none;
        padding: 2px;
        padding-left: 3px;
        display: block;
        border-bottom: 1px solid #DCDCDC;
	font-size:small;
	background-color: #FFF5BA;
}
#navigation A:hover {
	COLOR: #CC3300;
	TEXT-DECORATION: none;
        padding: 2px;
        padding-left: 3px;
        display: block;
        border-bottom: 1px solid #DCDCDC;
	font-size:small;
	background-color: #FFF5BA;
}
	


#webcontent {
	/*The area that holds the primary content*/
	position: absolute;
	top: 85px;
	left: 180px;
	color: #000000;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.15;
	width: 48%;
	z-index: 3;
	font-size: small;
	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 #DCDCDC;
	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;
}	

#rightcontent {
	/*to set the right column*/
	position: absolute;
	left: 76%;
	top: 115px;
	width: 170px;
	z-index: 4;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: x-small;
	margin: 0;
	text-align: left;
	padding: 3px 5px;
	border: 1px solid #FFF5BA;
	background-color: transparent;
}  	

#webcontent p{
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
}

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: large;
        text-align:right
	color: #000000;
	background-color: transparent;
}

H2{
	margin-top:0;
	font-family:Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	font-weight:strong;
	background-color: transparent;
}

H3{
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: transparent;
	font-weight: bolder;
	BORDER-TOP: 0px solid #DCDCDC;
	BORDER-BOTTOM: 0px solid #DCDCDC;
	BORDER-LEFT: 0px solid #DCDCDC;
	BORDER-RIGHT: 0px solid #DCDCDC;
	margin: 0;
	padding: 1px;
	text-align: left;
	background-color: #FFF1EA
}

H5{
	margin-bottom: 0;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color: transparent;
	BORDER-TOP: 0px solid #DCDCDC;
	BORDER-BOTTOM: 1px solid #DCDCDC;
	BORDER-LEFT: 0px solid #DCDCDC;
	BORDER-RIGHT: 0px solid #DCDCDC;
	margin: 0;
	padding: 1px;
	text-align: center;
	background-color: #FFF1EA
}

H4 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 3px;
	width: 100%;
	BORDER-TOP: thin solid #DCDCDC;
	BORDER-LEFT: thin solid #DCDCDC;
	BORDER-BOTTOM: thin solid #DCDCDC;
	BORDER-RIGHT: thin solid #DCDCDC;
	background-color: #FFF1EA;
}

H6 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	BORDER-TOP: 1px solid #DCDCDC;
	BORDER-BOTTOM: 1px solid #DCDCDC;
	BORDER-LEFT: 1px solid #DCDCDC;
	BORDER-RIGHT: 1px solid #DCDCDC;
	margin: 0;
	padding: 1px;
	text-align: center;
	background-color: #FFF1EA;
}    
    
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;} 

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:/images/li.gif;
	list-style-position:inside;
	list-style-type:disc; 
	
}
ul li{ 
	margin: 0.5em 0 0.5em 0;
}

em,i{ /*sets italics to bold to stand out better*/
	font-weight: bold;
	font-style: italic;
}

hr { border: 0; 
     width: 100%; 
     text-align:left; 
     color:#DCDCDC; 
     height:0.5px
}