body {
    font:12px/1.2 Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
	margin: 10px 10px 0px 10px;
	padding:0px;
	background-image: url(../images/beach.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#wrapper {
	min-width: 400px;
	width: 100%;
	border:1px dotted #E6E6E6;
	border-top:none;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-bottom:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
	overflow:hidden;
}

#pageheader {
	background:#fff;
	height:100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-image: url(../images/banner.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	border-bottom:1px dotted #BA5745; 
	margin-left:0px;
	z-index: auto;
	display:block;
}

#pageheader h1 {
	font: 100% "Courier New", Courier, mono;
	color: #8080C0;
	background-color: transparent;
	float: right;
	margin-right: 2em;
	margin-top: 0.5em;
	text-align: right;
	padding:  54px 25px 0px 200px;
	margin:0px;
	}
	
/* left column */

#leftcolumn {
	position: absolute;
	/*height:600px;
	border:0px solid #a3bfb1;
	border-right:none;*/
	left:11px;
	top:111px;
	width:200px;
	background-color:transparent;
	line-height: 15px;
	/*background-image: url(../tests/testimages/breakwaterlh.gif);
	background-position: inherit;
	background-repeat:no-repeat;*/
}

#leftcolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:  #999999;
	font-size:1.6em;
	padding-top:25px;
	padding-bottom:20px;
	line-height: 20px;
}

#leftcolumn p{
	color:#666666;
}

#centermaincolumn {
	/*height:690px;*/
	background-color:transparent;
	border-left:1px dotted #ffcc00;
	border-right:1px dotted #E6E6E6;
	border-bottom:0px dotted #E6E6E6;
	border-top:none;
    /*background-image: url(../tests/testimages/breakwater.jpg);
	background-position:top left;
	background-repeat:no-repeat;*/
	/*background-image: url(../tests/testimages/2pebblesrh.gif);*/
	margin-left: 201px;
	margin-right:201px;
	min-height:500px;
	/*height:500px;*/
		/*
		IE5x PC mis-implements the box model. Because of that we sometimes have
		to perform a little CSS trickery to get pixel-perfect display across browsers.
		The following bit of code was proposed by Tantek Celik, and it preys upon a CSS
		parsing bug in IE5x PC that will prematurly close a style rule when it runs
		into the string "\"}\"". After that string appears in a rule, then, we can override
		previously set attribute values and only browsers without the parse bug will
		recognize the new values. So any of the name-value pairs above this comment
		that we need to override for browsers with correct box-model implementations
		will be listed below.
		
		We use the voice-family property because it is likely to be used very infrequently,
		and where it is used it will be set on the body tag. So the second voice-family value 
		of "inherit" will override our bogus "\"}\"" value and allow the proper value to
		cascade down from the body tag.

		The style rule immediately following this rule offers another chance for CSS2
		aware browsers to pick up the values meant for correct box-model implementations.
		It uses a CSS2 selector that will be ignored by IE5x PC.
		
		Read more at http://www.glish.com/css/hacks.asp*/	
		
		
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 201px;
	margin-right:201px;
	padding:5px;
}	
/*
html>body hack deprecated - see - http://css-discuss.incutio.com/?page=ChildHack*/	

html>body #centermaincolumn {
	margin-left: 201px;
	margin-right:201px;
}
/*html>body hack deprecated - see - http://css-discuss.incutio.com/?page=ChildHack*/
html>body #pageheader {
	height:100px;
}
		
html {
overflow: scroll;	/*activate right hand vertical scroll bar in Firefox so that hoizontal alignment doesn't move between long and short height pages*/
} 
html,body{
min-height:100%		/*has the same effect on scroll bar in Firefox as above (overflow:scroll) but also allows background image to go outside wrapper as in IE6*/
}
p,h1,h2,h3, pre {
	margin:0px 10px 10px 10px;
}
p {
line-height:1.4em;
}
		
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;/*#424282;*/
	font-size:2.4em;
	padding-top:10px;
	padding-bottom:10px;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8080C0;
	font-size:1.9em;
	padding-top:10px;
	padding-bottom:10px;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333; 
	font-size:1.7em;
	padding-top:10px;
	padding-bottom:10px;
	}

/* right column */
#rightcolumn {
	position: absolute;
	border:0px solid #a3bfb1;
	right:10px;
	top:111px;
	width:200px;
	background-color:transparent;
	background-image:none;
}
#rightcolumn h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8080C0;
	font-size:20px;
	padding-top:25px;
	padding-bottom:10px;
	}
#rightcolumn ul {
	font: "Courier New", Courier, mono;
	list-style: none;
	margin-left: 0;
	padding-left: 10px;
}
#rightcolumn li {
	font:"Courier New", Courier, mono;
	color:#FFFFFF;
	margin-bottom: 0.5em;
	/*border-bottom: 1px solid #E7AFAF;*/
	padding:4px;
}
#rightcolumn .nav {
	font-family: "Times New Roman", Times, serif ;
	color: #FFFFFF;
	font-size:20px;
	width: 170px;
	background-color:#F8F8FA;
	border:1px solid #cccccc;
}

#rightcolumn .nav a:link, #rightcolumn .nav a:visited {
	text-decoration: none;
	color: #676796;
	background-color: transparent;
	text-transform:lowercase;
}

#rightcolumn a:hover {
	color: #FFFFff;
	padding-left:1.5em;
}

#rightcolumn .nav a:hover {
	color: #982C2C;
	padding-left:1.0em;
	font:"Courier New", Courier, mono;
	text-transform: capitalize;
	/*font-size:0.8em;
	font-weight:bold;*/
}

#rightcolumn .navcurrent {
	font-family: "Times New Roman", Times, serif ;
	color: #999999;
	font-size:20px;
	width: 170px;
	background-color:#E7e2e5;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	text-transform: lowercase;
	/*padding-left:1.0em;*/
}

#rightcolumn .navcurrent a:link, #rightcolumn .navcurrent a:visited{
	text-transform: capitalize;
	text-decoration:none;
	color: #666666;
	font-weight:bold;
	/*padding-left:1.0em;*/
}

#rightcolumn .navcurrent a:hover {
	padding-left:0em;
	font:"Courier New", Courier, mono;
	/*font-size:0.8em;
	font-weight:bold;*/
}

#rightcolumn p {
	font-size:12px;
}

/*------------------------------------------*/
* html body {
  overflow: hidden;
}
* html #footer-wrapper {
  float: left;
  position: relative;
  width: 100%;
  padding-bottom: 10010px;
  margin-bottom: -10000px;
  background: #fff;         /* Same as body 
                               background */
}
#footer {
	background-color: transparent;
	font: 110% "Courier New", Courier, mono;
	color: #8080C0;
	width: 100%;
	border-top: 1px dotted #BA5745;/* #EBE4E2;*/
	padding: 4px 0 2px 0;
	clear:both;
}
.cssimg {
	border:0;
	padding: 0em 0em 0em 0.0em;
}

pre {
	font-size:11px;
	color:blue;
}

.somethingelse {
	margin: 2px 10px 14px 10px;
	background-color:transparent;/*  #E6E6FF;*/
	border:1px solid #E7DAD1;
	text-align:left;
	color:#000;
	padding: 0.3em 0.4em 0.3em 0.2em;
}

.somethingelseless {
	margin: 2px 10px 14px 10px;
	background-color:transparent;/* #E7DAD1;*/
	border:1px solid  #BA5745;
	text-align:left;
	color: #000;
	padding: 0.4em 0.4em 0.4em 0.2em;
}
#somethingelselessagain {
	margin: 1px 1px 1px 1px;
	background-color:transparent;/* #E7DAD1;*/
	border:1px solid #BA5745; 
	text-align:left;
	color: #000;
	padding: 0em 0.1em 0.1em 0.1em;
}
/*Forms*/

#contactform dl {
	margin: 0;
	padding: 10px;
	padding-top:0px;
	font-size: 100%;
	}
#contactform dt {
	color: #333333;
	font-weight: normal;
	padding:0px;
	margin:0; 
	}
#contactform dd {
	/*float:right;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	padding:0px;
	margin:2px 0 0 0; 
	}
#contactform dt em, #contactform .note em {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	}
#contactform .note {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding:8px 0 0 2px;
	}
#content .note em {
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	font-style: normal;
	padding-left:2px;
	}
#contactform #name, #contactform #email, #contactform #tel {
	width: 250px;
	border: 1px solid #E7DCB6;
	padding: 2px;
	font-size: 100%;
	color: #333333;
	margin-bottom:2px;
	background-color: #FFFFFF;
	}
#contactform textarea {
	width: 350px;
	height: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background:transparent;
	background-color: #FFFFFF;
	border: 1px solid #E7DCB6;
	padding-bottom:2px;
	margin-bottom:20px;
	}
#contactform .button {
  color: #006666;
  background-color: #e2e2e2;
  border: 1px outset;
  border-color:#FFFFFF #999999 #999999 #FFFFFF;
  margin:4px 0 0 2px;
}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding:6px;
}
	


	

/*
#underbanner {
	background:#fff;
	height:20px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height:20px;
	border-bottom:1px dotted #BA5745; 
	margin-left:0px;
	z-index: auto;
	display:block;
}
*/

/*
.lighttext {
	color: #666666;
}
*/
/*
.texthighlight {
	color: #993366;
	background-color: #F7F8F9;
}
*/

