<style type="text/css">
  /* Body is the whole page background */
body
{
	/*background-color: maroon;*/
	text-align: center;
	margin: 20px 0;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-image: url(images/index-images/yellowbackground2.gif);
}
/* wrapper is background for columns left and right */	   
#wrapper
{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	background-color: #0CF;
	border-color: #FC0;
	/* this border is around all content */
	border-width: 50;
	border-style: groove;
}
#header
{
	height: 169px;
	text-align: Center;
	background-image: url(images/index-images/header.jpg);
}

#left
{
	float: left;
	width: 190px;
	padding: 10px;
	/* This is BG Color left column */
	background-color: transparent;
}

#right
{
	float: right;
	width: 750px;
	padding: 15px;
	/* thi is the dotted line divider between left and right columns */
	color: maroon;
	border-width:5px;
	border-style: groove;
	/* This is BGcolor of right column */
	background-color: white;
	border-color: #FC3;
	
}

#footer
{
	clear: both;
	height: 80px;
	text-align: center;
	border-top: 1px solid #60F;
	background-color: white;
}
#footer p {
margin-top: 10px;
font-size: 90%;
color:#666;
}

/*
p {
font-size: 90%; 
color: #666666;
}
*/	
#left p{
font-size: 95%; 
color: #666;
line-height: 1.2em;
}

#right p {
font-size: 100%; 
color: #666;
line-height:1.2em;
}
		
		#searchsite		
		{
			margin: 40px 14px 0px 10px;
			
		} 
				
		#searchsubmit		/*Move search button to the right*/
		{
			float: right;
		}
h1
{
	color: #333333;
	font-size: 110%;
	border-bottom: #60F;
	border-width: 0 0 2px 0;
	border-style: none none solid none;
}
h2
{
	font-size: 105%;
	color: #069;
	margin: 12px;
	font-weight: bold;
}
h3
{
	font-size: 95%;
	margin: 12px 5px;
	color: teal;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code
{
	font-size: 60%;
	padding: 4px;
	width: 250px;
	border-color: #00C;
	border-width: 1px;
	border-style: solid;
}

a:link
{
	color: navy;
	text-decoration: none;
}
a:visited
{
	color: navy;
	text-decoration: none;
}
a:active
{
	color: #AD3838;
	text-decoration: none;
}
a:hover
{
	color: #0C0;
	font-size: 100%;
}		
 img.floatLeft { 
    float: left; 
    margin: 10px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}
.linkintext a
{
	color: navy;
	font-style: italic;
	text-decoration: underline;
}
.linkintext a:visited { color: navy; }
.linkintext a:active {color:#AD3838;}
.linkintext a:hover
{
	color: #0C0;
	text-decoration: none;
	font-size: 100%;
}	

.vspace { height: 30px; }