/* This is the attributes for the body of the htm code*/
body	{
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
    background: #FFFFFF;
    margin-top: 3em;
}

/* This is the attributes for the links in the body */
body a:link			{color: #333333;}
body a:visited		{color: #666666;}
body a:active		{color: #CCCCCC;}
body a:hover		{color: #006666;}

/* This class is for hiding text from the normal presentation */
.hide   {
}

/* These are the attributes for the container div */
#container	{
	width: 600px;
	margin: 0 auto;
}

/* This is the navigation div */
#nav    {
   display:none;
}

/* This is what allows the line to appear under the navigation when hovered over */
#nav span:hover  {
	display:none;
}

/* The following 4 link attributes pertain to the navigation menu */
#nav a   {
   display:none;
}

#nav a:visited   {
    display:none;
}

#nav a:active   {
    display:none;
}

#nav a:hover   {
     display:none;
}

/* These are the attributes for the header div */
#header	{
	clear: both;
	width:	100%;
}

/* This is the header image div */
#headerimg    {
	display:none;
}

/* This is the attributes for the text in the header image */
.headertxt {
  display:none
}

/* This is the div for the middle of the page */
#middle    {
    clear: both;
}

/* This class is used to display lines on the top and bottom of the page content */
.pageline   {
  background-image: url(../images/hr.gif);
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-top: 10px;
}

/* This is the div for actual page content */
#pagecontent    {
    background-color:white;
    margin-top: 5px;
    padding: 1px;
    text-align: left;
}

/* This is the footer div */
#footer	{
	display:none;
}

/* This is to remove the border around the picture links */
.noborder   {
  border: none;
}

/* The following 4 link attributes pertain to the footer menu */
#footer a   {
    display: none;
}

#footer a:visited   {
    display: none;
}

#footer a:active   {
    display: none;
}

#footer a:hover   {
     display: none;
}

/* Specialty */
#pagecontent form label	{
	float: left;
    width: 75px;
}

.formbox    {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.imgrightmiddle   {
  float: right;
  margin-left: 1em;
}

.imgrighttop   {
  float: right;
  margin-left: .75em;
  margin-top: 1.25em;
  margin-bottom: .5em;
  margin-right: 0;
}

.imgrighttop2   {
  float: right;
  margin-left: .75em;
  margin-top: 1.5em;
  margin-bottom: 1em;
  margin-right: 0;
}

#pagecontent:after	{
	display: block;
	text-align: center;
	content: "Copyright 2007, Ore Ida Cruisers";
	}