/* Rainbow.Zen Presentation Base File - Jes1111 */
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.zen-col-center ul li {
	list-style: square;
	text-align: left;
}
.zen-col-center a:link, .zen-col-center a:visited {
	font-weight: bold;
	color: #036;
	text-decoration: none;	
}
.zen-col-center a:hover {
	font-weight: bold;
	color: #036;
	text-decoration: underline;
}
.italic {
	font-style:italic;
}
.left { 
	text-align: left;
}
.right {
	text-align: right;
}
.centre {
	text-align: center;
}
img {
	border: none;
}
.imgleft {
	float: left;
}
.imgright {
	float: right;
}
label {
	
}
form {
	
}
ul {
	
}
h1 {
	
}
h2 {
	
}
h3 {
	
}
h5 {
	
}
h6 {
	
}
.skip {
	display: none;
}


								/* class for any text to be bold */

.bold {
	font-weight: bold;
}
.red { color: #900; }
.boldred { font-weight: bold; color: #900; }

								/* css for left nav bar sub menu */



.go {
	vertical-align: middle;
}



#zenpanes{
/*color:Black;
border-left: 1px solid black;
border-right:1px solid black;*/
}
/* HEADER */
.zen-hdr{

}
/* Title Image Replacement */
.portaltitle{
color:Black;
font-size:30px;
font-weight:bold;
margin:0px;
padding:0px
}
#portaltitle{
height:100px;
width:460px;
position:absolute;
top:0px;
left:0px;
}
#portaltitle span{
display:block;
height:100%;
width:100%;
position:absolute;
top:0px;
left:0px;
background-image:url(img/RainbowPortal-1.gif)
}
/* FOOTER */
.zen-footer{
border-width:1px;
border-color: Black;
border-style:solid none;
padding:1.5em;
}
.zen-footer p{
margin:0;
text-align:center
}
/* COLUMNS */
.zen-cols{
border-left:0px none;
border-right:0px none;

}
.zen-col-middle{
}
.zen-col-center{

}
.zen-cols-wrapper{

}
.zen-hide-left .zen-cols-wrapper{
border-left:none;
margin-left:0
}
.zen-hide-right .zen-cols-wrapper{
border-right:none;
margin-right:0
}
.zen-hide-both .zen-cols-wrapper{
border-style:none none none none;
margin:0
}