
.ns{ display:none; }#menu {
	position: relative;
        margin: 0;
        padding: 12px 0 0 57px;
	width: 196px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li{
	position: relative;
	background-image: url(images/button.gif);
        height: 29px;
}

#menu li.parent{
        position: relative;
	background-image: url(images/menubutton.gif);
}

#menu li a{
	border: 0;
        background: transparent;
	color:#0268AD;
  	font-family:Lucida, Helvetica, sans-serif; 
	font-size: 13px;
        padding: 3px 0 0 0;  /*  This is something worth changing if I get around to it.  Make it center vertically */
  	font-weight: bold;
	display: block;
  	text-align:center;
	text-decoration: none;
}

#menu li a:hover {
        color: red;
        padding: 4px 0 0 0;  /*  This is something worth changing if I get around to it.  Make it center vertically */
	background-image: url(images/pushedbutton.gif);
	border: 0; 
        height: 22px;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#redlight { position: relative; padding-top: 20px; padding-left: 13px; }
.center    { text-align: center; }

h1, h2, h3, h4, h5, h6, p {
  position: relative;
}

body{
	background-color: #ffffff;
	background-image: url(images/bg.gif);
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
      width: 766px;
	
}

a {
	text-decoration: none;
      border: 0;

}

a:hover{
       border: 0;
}

a:visited{
	color: blue;
}

p {
	margin-right: 1em;
	text-indent: 1em;
}

h2{ 
        text-size: 16px;
        font-weight: bold;
}

table{
      vertical-align: top;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-left: auto;
   	margin-right: auto;
}

tr{ 
	border: 0;
	margin: 0;
	padding: 0;
}

td{ 
	border: 0;
	margin: 0;
	padding: 0;
}

div.leftmain{
      background-image: url(images/left_bg.gif);
      background-repeat: no-repeat;
      height: 600px;
      width: 266px;
      margin: 0;
      padding: 0;
      text-align: left;
} 

img {
	position: relative;
	display: inline;
	border: 0;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

img.floatleft {
	float:left;
	margin: 1em 1em 1em 0em;
	border: 1px solid blue;
}

img.floatright {
        float: right;
        margin: 1em .5em 1em 1em;
	border: 1px solid blue;
}

form {
        position: relative;
        display: block;
	margin: 0;
        padding: 0;
}

div.formstyle {
	margin-top: 0px;
	vertical-align: text-top;
	text-align: left;
	font-family:Verdana;
	font-size:10px;
	color: #FFFFFF;
}

#footer{
        display: block;
        padding-top: 35px;
        background-image: url(images/bottom.gif);
        background-repeat: no-repeat;
	text-align: center;
	font-family: Verdana;
        color: #FFFFFF;
        font-size: 10px;
}

#largebox{
        position: absolute;
      top: 0px;
      left: 0px;
	height: 600px;
	width: 453px;
        margin: 0;
	padding: 0px;
}
