BODY {
	background: #FFFFFF url(../images/siteleftback.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: 10px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	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: #E6E6FE url(../images/balloonrightback.gif) no-repeat right; /*EDIT COLOR TO MATCH PRIMARY IMAGE BACKGROUND COLOR TO BLEND*/
	color: #E6E6FE;
}

#navigation {/*The navigation on the left side, positioned absolutely*/
   position: absolute;
	top: 128px;
	left: 4px;
	z-index: 6;
   width: 140px;
   font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
   line-height: 14px;/*line-height can be set in order to have the navigation elements better separated, if needed*/
	background-color: #FFFFFF;
    BORDER-TOP: thin solid #E6E6FE;
	BORDER-LEFT: thin solid #E6E6FE;
	BORDER-BOTTOM: thin solid #E6E6FE;
	BORDER-RIGHT: thin solid #E6E6FE;
    
}


/*Default links for navigation area; edit as needed*/
#navigation A:link {
	COLOR: #0000CC;
	TEXT-DECORATION: underline;
	font-size: small;
	background-color: transparent;
}
#navigation A:visited {
	COLOR: #990099;
	TEXT-DECORATION: underline;
	font-size: small;
	background-color: transparent;
}
#navigation A:hover {
	COLOR: #CC3300;
	TEXT-DECORATION: underline;
	font-size: small;
	background-color: transparent;
}
	
#webcontent {
	/*The area that holds the primary content*/
	position: absolute;
	top: 128px;
	left: 170px;
	color: #000000;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.25;
	width: 50%;
	z-index: 3;
	font-size: small;
    
	
}
	
/*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 #000080;
	PADDING-LEFT: 0;
	PADDING-BOTTOM: 3px;
	MARGIN: 40px 0 0;
	PADDING-TOP: 6px;
	TEXT-ALIGN: center;
	line-height: 10px;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}	

#rightcontent {
	/*to set the right column*/
	position: absolute;
	left: 78%;
	top: 128px;
	width: 150px;
	z-index: 4;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
	margin: 0;
	text-align: center;
    line-height: 12px;
	background-color: #FFFFFF;
    BORDER-TOP: thin solid #E6E6FE;
	BORDER-LEFT: thin solid #E6E6FE;
	BORDER-BOTTOM: thin solid #E6E6FE;
	BORDER-RIGHT: thin solid #E6E6FE;
} 



#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: x-large;
	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:bolder;
	background-color: transparent;
}

H3{
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
    BORDER-TOP: thin solid #E6E6FE;
	BORDER-LEFT: thin solid #E6E6FE;
	BORDER-BOTTOM: thin solid #E6E6FE;
	BORDER-RIGHT: thin solid #E6E6FE;
	background-color: #E6E6FE;
}

H5{
	margin-bottom: 0;
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	background-color: transparent;
}

H4 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 1px;
	width: 97%;
	BORDER-TOP: thin solid #E6E6FE;
	BORDER-LEFT: thin solid #E6E6FE;
	BORDER-BOTTOM: thin solid #E6E6FE;
	BORDER-RIGHT: thin solid #E6E6FE;
	background-color: #E6E6FE;
    
}

H6 {
	font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin: 0;
	padding: 1px;
	text-align: center;
	background-color: #E6E6FE;
    BORDER-TOP: thin solid #E6E6FE;
	BORDER-LEFT: thin solid #E6E6FE;
	BORDER-BOTTOM: thin solid #E6E6FE;
	BORDER-RIGHT: thin solid #E6E6FE;
}    
    
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:url(../images/li.gif);
	list-style-position:outside;
	list-style-type:none;
}

em,i{ /*sets italics to bold to stand out better*/
	font-weight: bold;
	font-style: italic;
}   

#ad1 {
background-color: #E6E6FE;
font-size: small;
padding: 2px;
BORDER-TOP: thin solid #000080;
	BORDER-BOTTOM: thin solid #000080;
	BORDER-LEFT: thin solid #E6E6FE;
	BORDER-RIGHT: thin solid #E6E6FE;
    
}    

#ad2 {
background-color: #FFFFFF;
font-size: small;
text-align: center;
padding: 1px;
BORDER-TOP: thin solid #FFFFFF;
	BORDER-BOTTOM: thin solid #FFFFFF;
	BORDER-LEFT: thin solid #FFFFFF;
	BORDER-RIGHT: thin solid #FFFFFF;
    FLOAT: left;
}    




