                body
                {

                        font-size: 12px;
                        color: #000000;

                        font-family: Arial;
                        margin: 10px

                }
                A:link { color: #0000CD; font-weight: bold; text-decoration: none }
                A:active { color: #0000CD; font-weight: bold; text-decoration: overline }
                A:hover { color: #0000CD; font-weight: bold; text-decoration: none; color: #EE0000}
                A:visited { color: #0000CD; font-weight: bold; text-decoration: none; color: #551A8B}
                A:visited:hover { color: #0000CD; font-weight: bold; text-decoration: none; color: #EE0000}
                input
                {
                        font-family: Arial;
                        font-size: 14px;
                        border: 1px solid #00008B;
                        background-color: #ffffff;
                        color: #000000
                }
                textarea
                {
                        font-family: Arial;
                        font-size: 12px;
                        border: 1px solid #00008B;
                        background-color: #ffffff;
                        color: #000000
                }
                .formstyle
                {
                        font-family: Arial;
                        font-size: 12px;
                        border: 1px solid #00008B;
                        background-color: #ffffff;
                        color: #000000
                }
                select
                {
                        font-family: Arial;
                        font-size: 12px;
                        border: 1px solid #00008B;
                        background-color: #ffffff;
                        color: #000000
                }
                .post
                {
                        font-size: 12px;
                        color: #000000;
                        font-family: Arial;


                }

                table
                {
                        margin: 0px;
                        padding 0px;
                        font-family: Arial;
                        font-size: 12px;
                        color: #000000;
                        border-style: solid;
                        border-color: #000000;
                        border-width: 1px


                }
                td
                {
                        padding 0px;
                       border-style: solid;

                        border-width: 0px;
                        margin-top: 0px;
                        margin-left: 0px;
                        margin-right: 0px;
                        margin-bottom: 0px;


                
                }
                tr
                {
                        padding 0px;
                        border-style: solid;

                        border-width: 0px;
                        margin-top: 0px;
                        margin-left: 0px;
                        margin-right: 0px;
                        margin-bottom: 0px;




                }
                .border
                {
                        border-style: solid;
                        border-color: #000000;
                        border-width: 1px;
                        padding: 5px;
                        margin: 5px
                }
                .borderbg
                {

                        border-style: solid;
                        border-color: #08188C;
                        background-color: #E1E5F3;
                        color: #000000;
                        
                        background-repeat: no-repeat;
                        background-position: top left;
                        background-image: url(images/borderbg.gif);

                        border-width: 1px;
                        padding: 5px;
                        margin: 0px

                }
                .borderbgwhite
                {
                        border-style: solid;
                        border-color: #000000;
                        background-color: #ffffff;
                        border-width: 1px;
                        padding: 5px;
                        margin: 0px
                }
                .borderless
                {
                        border-style: solid;

                        border-width: 0px;
                        margin-top: 0px;
                        margin-left: 0px;
                        margin-right: 0px;
                        margin-bottom: 0px;
                        

                }
                .padded
                {
                        padding: 10px
                        
                }
                .paddedmini
                {
                        padding: 4px

                }
                .small-link
                {
                        font-family: Arial;
                        font-size:12px

                }
                .tiny
                {
                        font-family: Arial;
                        font-size:10px

                }
                .big
                {
                        font-family: Arial;
                        font-size:14px
                
                }
                .huge
                {
                        font-family: TArial;
                        font-size:24px

                }
                
                .bahamaswatermark
                {
                        background-repeat: no-repeat;
                        background-position: bottom left;
                        background-image: url(images/bahamas.jpg)



                }
                .topbg
                {
                        background-repeat: no-repeat;
                        background-position: bottom left;
                        background-image: url(images/topbg.gif)



                }

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid navy;
border-bottom-width: 6px;
width: 400px; /*width of featured content slider*/
height: 250px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 390px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

function popWin(what, where, width, height, scroll, tool, resize, menu) 
{
	if (height == 0) var h = screen.height * 8/10;
	else var h = height;
	if (width == 0) var w = screen.width * 9/10;
	else var w = width;	
	var top = (screen.height - h) / 2;
	var left = (screen.width - w) / 2;
	var features ='width='+w+',height='+h+',menubar='+menu+',scrollbars='+scroll+',status=0,toolbar='+tool+',resizable='+resize+',top='+top+'px,left='+left+'px';
	window.open (what, where, features);
}


