﻿body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: gainsboro; 
   }

.navbg {
	background-color: #404040;
}
.rightcolbg {
	
	border-top-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-left-color: #ffffff;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #ffd020;
}
.centerbg {
	background-image: url(theRealBayside_files/theRealBayside_center_bg.gif);
	background-repeat: repeat-x;
}

table {
	font: 11px/15px Arial, Helvetica, sans-serif
	color: #666666;
	}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 20px;
	color: #666666;
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #666666;
}
ul {
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-image: url(theRealBayside_files/theRealBayside_bullet.gif);
	color: #666666;	
}

.centercoltext {
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-left-width:thin;
	border-left-style: dashed;
	border-left-color: #ffd020;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #ffd020;
}
.leftcoltext {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;	
}
.rightcoltext {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;	
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #265491;
	text-decoration: none;
}
.background {
	background-color: #ffffff;/*themecolour4;*/
}
.headerleft {
	background-image: url(theRealBayside_files/theRealBayside_header_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.paraheading {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #404040;/*themecolour3;*/
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}


#divWrapper
{
    position: relative;
    
}
    
    
#divHeader
{
    position:absolute;
    width:755px;
    height:60px;
    top:62px;
    left:120px;
    z-index:1
 
}