body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;	
}

h1 {
font-size: 16px;
}

h2 {
font-size: 14px;
}

h3 {
font-size: 14px;
}

a {
	line-height: normal;
	margin: 0px;
	padding: 0pt;
	color:#333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a h1:hover {
text-decoration: none;}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #99ccff;
	background-image: url(images/bgGradient.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;		
	float:left;
	width:530px;
}

.oneColFixCtr #heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 100px;
	font-style: italic;
	color: #FFFFFF;
	position: relative;
	left:20px;
	width: 450px;
}

.oneColFixCtr #menu {
	position: relative;
	width: 705px;
	left: 75px;
	top: -20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}


.oneColFixCtr #menu ul {
	margin: 0px;
	padding: 0pt;
	
	}
	
.oneColFixCtr #menu li {
  float: left;
  display:inline;
  margin: 0;
  padding: 0;
  list-style: none; /* no bullet markers */
  width:60px;
}

.oneColFixCtr #menu li a {
	line-height: normal;
	margin: 0px;
	padding: 0pt;
	display:block;
	font-style:italic;
	color:#FFFFFF;
	text-decoration: none;
}

.oneColFixCtr #menu li a:hover {
	text-decoration: underline;
}

.oneColFixCtr #menu p {
	float: right;
	width:200px;
	font-style:italic;
	color:#FFFFFF;
	margin: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}

 #sidebar {
	width:210px;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;	
}

.oneColFixCtr #footer {
	clear:both;
	background-image: url(images/beachFooterEve.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 69px;
	width:100%;
	position:relative;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #footerText {
	position:absolute;
	right: 10px;
	bottom: 5px;
	color: #FFFFFF;
}

.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.floatleft {
	float:left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.invisBreak {
	visibility: hidden;
}


#twitter_update_list {
	font-size: 12px;
	list-style-position: inside;
	padding:0;
	margin:0;
	list-style-image: url(images/twitter10.png);
}



.contentBox , .contentBoxNormal{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
}

.contentBox:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px;
	margin-bottom: 10px;
	background-image: url(images/bg336699Op50.png);
	background-repeat: repeat;
}



.contentBox h1, .contentBoxNormal h1 {
	margin: 0px;
	padding: 0px;
}
.contentBox p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

.contentBox img {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

div.contentBox hr, div.contentBoxNormal hr {
	display: block;
	clear: both;
	visibility: hidden;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
}
div.contentBox a, div.contentBox a:hover {
	width:100%;
	height:100%;
	display:block;
	text-decoration: none;
	color: #333333;
}

div.contentBoxNormal a, div.contentBoxNormal a:hover {
	text-decoration: none;
	color: #333333;
}

 div.contentBoxNormal a:hover {
 text-decoration:underline;
 }
