* {
  margin: 0;
  padding: 0;
}
a {
  /* color: #ccc ;*/
  color: #0000AC;
  text-decoration: none;
}
html,body {
  height: 100%;
}

/* The dark furthestmost layer */
#canvas {
  background: #002f2f;
  height: auto;
  width: 100%;
  overflow:hidden;
}
/* macIE here */
#topspacer {
  height: 1%;
}
/* macIE will not see this 'real' rule here \*/
#topspacer {
  height: 1%;
}
/* end hack */
#topspacer p {
  font: 0.9em Helvetica, Verdana, Arial, sans-serif;
  color: #ccc;
  padding: 0.3em;
  text-align: center;
}
#topspacer a {
  color: #ccc;
}

#canvasOcean {
  background: #046380;
  height: auto;
  width: 92%;
/* margin-left: 5%; */
 /* margin: 10px auto;*/
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
/*
  border-top: thin solid yellow;
  border-bottom: thin solid yellow;
  border-left: thin solid yellow;
  border-right: thin solid yellow;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
*/
}

#contentholder {
  background: #046380;
  height:100%;
  width:100%;
  /*
  border-top: thin solid yellow;
  border-bottom: thin solid yellow;
  border-left: thin solid yellow;
  border-right: thin solid yellow;
  */
  /*
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
overflow: auto;
padding-left: 10px;
padding-right: 10px;
*/
}
#topBox {
	background: #A7A37E;
	height: 200px;
	width: 96%;
	margin-left: 1px;
	/*
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	*/
}

#topbar {
	background: #046380;
	position: relative;
	height: 40px;
/* width: 100%; */
	color: white;
	text-align: center;
   /*
	* border-top: thin solid yellow;
border-bottom: thin solid yellow;
*/
}

#canvasmid {
  height: 100%;
  border-top: thin solid yellow;
	border-bottom: thin solid yellow;
}
#stonewall {
font: italic small-caps 900 24px arial
}
#coldwall {
font: italic small-caps 900 18px arial
}

/***** Navbar *******************************************/

#navbar ul {
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	white-space: nowrap;
	color:#FFFFFF;
}

#navbar li {
	list-style-type: none;
	display: inline;
	padding:0px;
	color:#FFFFFF;
}

#navbar li a {
	text-decoration: none;
	padding: 5px 6px 5px 6px;
	color:#FFFFFF;
}

#navbar li a:hover {
	background-color: #9DD3F2;
	/* color:#000000;*/
	color:#046380;
}
***** Sub Navbar ***************************************/

#content #subnav ul, #lefthandcolumn #indexsubnav ul {
	margin: 0px;
	padding: 0px;
	white-space: normal;
	color:#FFFFFF;
}

#content #subnav li, #lefthandcolumn #indexsubnav li {
	list-style-type: none;
	/* padding: 5px 6px 5px 6px; */
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;
}

#content #subnav li a, #lefthandcolumn #indexsubnav li a {
	/* text-decoration: none; */
	text-decoration:none;
	color:#FFFFFF; */
}

#content #subnav li a:hover, #lefthandcolumn #indexsubnav li a:hover {
	text-decoration:none;
	/* color:#FFFF0F; */
	color:#046380;
}
#Xoutermenubtn:hover, #menubtn:hover {
	/* background: #A7A37E; */
	background: #EFECCA;
	text-decoration:none;
	color:#000000;
	border-bottom: 1px solid #E6E2AF;
	border-left: 1px solid #E6E2AF;
}

#outermenuhdr
{
	background: #A7A37E;
	width:130px;
	/* height:28px; */
	height:auto;
	color: white;
    font-family:  Helvetica, "arial black",
                    "Century Gothic",
                    sans-serif;

	/* Fonts:
	   arial black;
	   microsoft sans serif black;
	   lucida
	 */
	font-size:20px;
	padding-left:8px;
	margin-bottom:0px;
}
#Xoutermenubtn
{
	background: #A7A37E;
	width:128px;
	height:26px;
	color: #046380;
}

#menubtn
{
    background: #046380;
	width:128px;
	height:27px;
	padding-left: 15px;
	margin-top: 0px;
	font-family: verdana;
}
/********************************************************/


/* the left hand column contains the table of contents */
#lefthandcolumn {
	height:540px;
	float: left;
	background: #E6E2AF;
	/*
	width:auto;
	width:20%;
	padding-top:30px;
	padding-left: 15px;
	position: relative;
	overflow:hidden;
  border-top: thin solid yellow;
  border-bottom: thin solid yellow;
  border-left: thin solid yellow;
  border-right: thin solid yellow;
  */
}
#contentcolumn {
	position: relative;
	float:left;
	width: 70%;
	height: 95%;
/* 	margin-right: 19px; */
	background: #EFECCA;
	padding-top:30px;
	padding-left: 15px;
	padding-right: 29px;
	overflow:hidden;
}

/* for the standard markup */
#flowright {
	font-family: Helvectica,Arial,Sans-Serif,Verdana, Times New Roman;
	font-size:14px;
	padding-top:0px;
	padding-right:25px;
}
#flowright h1{
	color:#046380;
	font-size:30px;
	padding-top:0px;
}
#flowright h2{
	color:#046380;
	font-size:22px;
	padding-top:0px;
}
#flowright b{
	color:#046380;
	font-size:24px;
	padding-top:0px;
}
#flowright p{
	font-family: Helvectica,Arial,Sans-Serif,Verdana, Times New Roman;
	padding-left:25px;
	padding-right:25px;
	float: none;
	font-size:14px;
}
#flowright img{
/*	padding-bottom: 100%; */
	padding-bottom:30px;
	padding-left:5px;
	padding-right:30px;
}

#content {
background: #f9f9f9;
height: 33%;
margin-left: 33%;
width: 33%;
/* mozilla goodness */
overflow: auto;
-moz-border-radius: 1em;
}
#content h1 {
background: #777;
font: 1.5em Helvetica, Verdana, Arial, sans-serif;
color: #fff;
text-align: center;
padding: 0.5em 0 0.3em 0;
border-bottom: 0.2em dashed #f9f9f9;
/* mozilla goodness */
-moz-border-radius: 0.7em 0.7em 0 0;
}
#content h1 a {
color: #fff;
}
#content p {
font: 0.9em Helvetica, Verdana, Arial, sans-serif;
color: #777;
padding: 0.3em 0.5em;
}
#content p a {
color: #777;
border-bottom: 1px solid #555;
}
#content p.goog {
padding: 0.3em;
}

#bottombar {
	background: #046380;
  width: 92%;
	/*
	*/
	position: absolute;
	float: bottom; 
	bottom: 90px;
	right: 0px;
	height: 34px;
	position: relative;
/* width: 100%; */
	color: white;
	text-align: center;
	padding-bottom:10px;
	/*
	border-top: thin solid yellow;
	border-bottom: thin solid yellow;
	*/
 margin-left: auto;
 margin-right: auto;
}

