/*****  MASTER DEFAULT SETUP ******/
body{
 background-color: #ffffff;
 background-image: url('http://thehamptons.com/images/line.jpg');
 background-repeat:no-repeat;
 background-attachment:fixed;
 background-position:10px 10px;
 scrollbar-background-color:#444444;
 scrollbar-face-color:#444444;
 scrollbar-base-color:#444444;
 scrollbar-3dlight-color:#444444;
 scrollbar-shadow-color:#444444;
 scrollbar-darkshadow-color:#444444;
 scrollbar-highlight-color:#444444;
 scrollbar-track-color:#444444;
 scrollbar-arrow-color:#444444;
 color: #000000;
 font-family:verdana,arial;
 font-size:small;
 font-weight:normal;
 font-style:normal;
}
a{
 color:#0000ff;
 text-transform:lowercase;
 font-family:verdana,arial;
 font-size:normal;
 font-weight:bold;
 font-style:normal;
}

a:visited {
 color:#666666;
 text-transform:lowercase;
 font-family:verdana,arial;
 font-size:normal;
 font-weight:normal;
 font-style:normal;
}
a:hover {
}
a:active {
}
img{border:none;}

 p{
 color:#999999;
 text-transform:none;
 font-family:verdana,arial;
 font-size:normal;
 font-weight:normal;
 font-style:normal;
 text-align:justify;
}
table{
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-align:justify; 
 width:100%;
}
th{
 text-align:center;
 width:100%;
 margin:0px 0px 0px 0px;
 padding:0px 0px 0px 0px;
}

.vid_left{
margin-right:10px;
float:left;
text-align:left;
display:inline;
vertical-align:top;
/*border:solid #000000;*/
}
.vid_right{
margin-left:10px;
margin-top:10px;
float:right;
text-align:right;
display:block;
vertical-align:text-bottom;
/*border:solid #000000;*/
}
.vid_right div{
vertical-align:text-bottom;
}

.txt{
 overflow: auto;
 text-align:justify;
display:inline;
/*width:1020px;*/
/*border:solid #000000;*/
}
.grn_txt{
 color:#669933;
 font-weight:600;
display:inline;
}
.pink_txt{
 color:#CC0033;
 font-weight:600;
display:inline;
}
.brn_txt{
 color:#996633;
 font-weight:600;
display:inline;
}
.str_letter {
 color:#CC0066;
 text-transform:capitalize;
 font-family:verdana,arial;
 font-size:18pt;
 font-weight:400;
 font-style:normal;
display:inline;

}
.pink_txt{
 color:#CC0066;
 font-weight:800;
display:inline;
}

/*****  OVERRIDES ******/

div#container{
 /*display:inline-table;*/
 width:100%;
 text-align:justify;
 float: none;
 clear: both;

/*border:solid #000000;*/
}

div#header{
 margin-left:20px;
 display:block;
 width:95%;
 color:#C94093;
 text-align:center;
 text-transform:capitalize;
 font-family:verdana,arial;
 font-size:large;
 font-weight:bolder;
/*border:solid #000000;*/
}

div#content{
 margin-left:20px;
 clear:both;
 display:block;
 text-align:justify;
 vertical-align:top;
 width:95%;
 /*border:solid #000000;*/
}

#flash_error{
color:#ff0000;
background-color:#ffffff;
text-decoration:blink;
}

