body {
	color: #061283;
	margin: 0px;
	background-color: #00007A;
	height: 100%;
	width: 100%;
}
#header {
	height: 150px;
	width: 98%;
	text-align: center;
	background-image: url(images/spine.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin-right: 30px;
}

#title {
	height: 150px;
	width: 230px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 40px;
	float: left;
	font-style: italic;
	}

.nav{
	width:100%;
	background-color: #dae0d2;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 0px;
}

* html .nav{ /*IE only. Add 1em spacing between menu and rest of content*/
margin-bottom: 1em;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #7CF7FF;
	padding: 5px;
}


.nav ul{
	list-style:none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: -1px;
	padding-left: 10px;
	margin: 0px;
      }
  
    
.nav li{
display:inline;
margin:0;
padding:0;
}

.nav a{
	float:left;
	margin:0;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 9px;
	text-decoration:none;
	left:0px;
	margin-right:-1px;
	background-image: url(images/left_both.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.nav a span {
	float:left;
	display:block;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-weight:bold;
	color:#00007A;
	background-image: url(images/right_both.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.nav a span {
	float:none;
	}
/* End IE5-Mac hack */

.nav a:hover span, .nav li.selected a span{
color: #333333;
}

.nav a:hover, .nav li.selected a{
background-position:0% -150px;
}

.nav a:hover span, .nav li.selected a span{
background-position:100% -150px;
}

html>/**/body .IEonlybr{ /*None IE browsers hack*/
display: none; /*Hide BR tag in non IE browsers, since it's not needed*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_c{
	position:absolute;
	top: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33ff66;
	border-right-color: #33ff66;
	border-bottom-color: #33ff66;
	border-left-color: #33ff66;
	background-color: #00007A;
}


.dropmenudiv_c a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #66ffff;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #33ff66;
	border-right-color: #33ff66;
	border-bottom-color: #33ff66;
	border-left-color: #33ff66;
}

* html .dropmenudiv_c a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_c a:hover{ /*THEME CHANGE HERE*/
	background-color: #33ff66;
	color: #333333;
}




#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	float: left;
	margin-left: 20px;
	margin-right: 10px;
	height: auto;
	width: 70%;
	list-style-image: url(images/dot.png);
}
#content li {
	list-style-image: url(images/dot.png);
}

#labels {
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #33ff66;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: center;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#product_box {
	text-align: center;
	clear: both;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
}


#logo {
	height: 150px;
	width: 103px;
	float: left;
}
#banner {
	width: 220px;
	background-color: #55F4FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #00007A;
	height: auto;
	float: right;
	margin-right: 10px;
	padding: 10px;
}
#banner_words {
	width: 90%;
	height: 90%;
	border: 2px solid #00007A;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #76F6FF;
	text-align: center;
	margin-top: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	clear: both;
}
#products a {
	border-style: none;
	padding: 3px;
	margin: 0px;
	font: small Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
}
#products img {
	border: thin solid #55F4FF;
}
#products img:hover {
	border: thin solid #33ff66;
}

#products {
	text-align: center;
}


#products a:hover {
	background: url(images/light_button.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #61F5FF;
	text-align: left;
	margin-left: 20px;
	padding-top: 10px;
}
#headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #55F4FF;
	padding-top: 20px;
	padding-bottom: 10px;
}
#content ul {
}
#content a {
	padding: 5px;
	color: #55F4FF;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	color: #00FF33;
}

#labels a {
	color: #55F4FF;
	font-weight: bold;
	display: block;
}

#labels a:hover {
	color: #00FF33;
	font-weight: bold;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 15px;
}
#content p {
	margin: 5px;
}
fieldset {
	display: block;
	color: #33FF66;
	margin: 5px;
	padding: 5px;
}
legend {
	color: #61F5FF;
	font: 900 small Verdana, Arial, Helvetica, sans-serif;
}
label {
	color: #FFFFFF;
	font: small Verdana, Arial, Helvetica, sans-serif;
}
.requiredfield {
	color: #33FF66;
	font-size: small;
	padding-left: 5px;
}
#content iframe {
	border: 1px solid #55F4FF;
	text-align: right;
}
#image {
	float: right;
	height: auto;
	width: auto;
	margin-right: 10px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-top: 3px;
}
#content a {
	padding-left: 0px;
}
#banner a {
	text-decoration: none;
	color: #00007A;
}
#banner a:hover {
	color: #34FF67;
}
