	body {
		text-align:center;
		background-color=blue;
		}

p {
		font-size: 0.75em;
		font-family: verdana,helvetica,arial,sans-serif;
		color:black;
				padding:0px 0px 0px 5px;

		}

	h1 {
		font-size:1.8em;
		font-family: verdana,helvetica,arial,sans-serif;
		color: #ffffff;
		padding:5px 0px 0px 20px;
		}
				                               
	h2 {
		
		font-size:1.1em;
		font-family:verdana,helvetica,arial,sans-serif;
		color:#ffffff;
		padding:0px 20px;
		}
		
		h3, h4 {
		
		font-size:1em;
		font-family:verdana,helvetica,arial,sans-serif;
		color:#007c59;
		padding:6px 0px 0px 5px;
		}
	
img {
    padding:0px 5px 5px 5px;
		}
		
		/*the frame code below sets the html in the center of the browser*/
		/*All other content boxes need to be within this frame*/
		
		#frame {
		width:786px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		border-left-style: solid;
    border-left-width: 2px;
    border-color: black;
    border-right-style: solid;
    border-right-width: 2px;
    border-color: #007c59;
    z-index: 3;
		}
		
	#headbox {
		width:100%;
		padding:0px;
		float:left;
		background-image:url('banner.jpg');
		padding:0px;
		height:160px;
		margin:0px;
		}
		
		#leftbox {
		width:380px;
		padding:0px;
		float:left;
		padding: 30px 2px 5px 2px;
		z-index: 1;

		}
		html>body #contentboxleft {
   	left: 1px;
   		}
		
		#rightbox {
		width:380px;
		padding:0px;
		float:left;
		padding:30px 2px 5px 16px;
		z-index: 2;

		}
		html>body #contentboxleft {
   	left: 1px;
   		}
		
		#footerbox {
		background-image:url('bannerbase.jpg');
		height: auto;
		width:100%;
		float:left;
		}
		
				/*Navigation below this point*/
ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.7em;
background:url(psychic_images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#ffffff; /*color of text on buttons*/
text-decoration:none;
height:24px;
padding:9px 35px 0; /*middle number controls width of buttons*/
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#00b27a;
background:url(psychic_images/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}

/*GREEN*/
ul.menu.green{
background-color:#007c59;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#00b27a;
}                    

a:link {color: #ffffff}
a:visited {color: #707070}
a:hover {color: #00b27a}
a:active {color: #707070}
a:decoration none;	
