BODY {	
	background-color: #DDDDDD;
	width: 800px;
	margin: 0 auto;
	text-align: center;
     }

A:link { text-decoration: none; color: #669966; background: transparent; }
A:active { text-decoration: none; color: #669966; background: transparent; }
A:visited { text-decoration: none; color: #669966; background: transparent; }
A:hover { text-decoration: none; color: yellow;}

.wrdSpc {padding-right: 40px;}

form.calend {
         font-family: arial;
         font-size: 12px;
         color: red;
         }

P.left {
       width: 45%;
       text-align:left;
       margin:0px 1px;
       float: left;
       padding-left: 10px;
       }   
      
P.right {
       width: 47%;
       text-align:left;
       margin:0px 1px;
       float: right;
       padding-right: 0px;
       } 

#header {
	position: relative;
	width: 798px; height: 171px;
        margin: 10px auto 1px auto;
	background-color: transparent;
	border-width: 1px 1px 5px 1px;
	border-color: green;
	border-style: solid;
	z-index: 1;
	}
		
#logo {
		float: left;
		clear: left;
		width: 130px; height: 140px;
		background-color: transparent;
		padding: 5px;
		z-index: 2;
	    }

#roll {
		float: right;
		clear: right;
		width: 590px; height: 118px;
		background-color: transparent;
		z-index: 2;
	    }

#navigate {
	float: left;
	clear: both;
	width: 798px;
	background-color: #DDDDDD;
	border-top: 1px solid green;
	font-size: 11px;
	font-weight: bold;
	font-family: arial;
	padding: 3px 0px;
	z-index: 2;
	}
		
#content {
	position: relative;
	width: 800px;
	margin: auto;
	background-color: transparent;
	text-align: center;
	}
		

#leftpane { 	
	float: left;
	clear: left;
	width: 585px;
	height: 400px;
	background-color: transparent; 
	text-align: justify;
	color: #000000;
	font-size: 14px;
	padding: 3px;
	border-width: 0 1px 0 0;
	border-style:  solid;
	border-color: green;
	
	}


#rightpane {
	float: right;
	clear: right;
	width: 200;
	height: 400px;
	background-color: transparent; 
	text-align: center;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	}

		
		
#footer {
	position: relative;
	clear: both;
	width: 798px;
	height: 200px;
	margin: 0 auto;
	padding: 5px 0;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	color: #999999;
	font-style: bold;
	font-family: "arial";
	z-index: 1;
	}

#aboutus_menu {
		position: absolute;
		left: 89px; top: 176; width: 105; height: 100;
		background-color: #D2CFCF;
		text-align: left;
		font-size: 10px;
		font-weight: bold;
		font-family: arial;
		padding: 5px;
        z-index: 11;
	    }
        
#caribbeancommunity_menu {
		position: absolute;
		left: 270px; top: 176; width: 186; height: 103;
		background-color: #D2CFCF;
		text-align: left;
        font-size: 10px;
		font-weight: bold;
		font-family: arial;
		padding: 5px;
	    z-index: 11;
	    }
