#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navcontainer a {
	display: block;
	color: #FFF;
	width: 160px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #014872;
	padding-top: 20px;
	padding-bottom: 5px;
}
#navcontainer a:hover
{
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #808080;
	font-size: 38px;
	height: 91px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	display: block;
	margin-bottom: 20px;
	width: 600px;
}
#holder {
	background-image: url(images/blue_eye.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#holder2 {
	background-image: url(images/purple_eye.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#holder3 {
	background-image: url(images/green_eye.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#holder4 {
	background-image: url(images/red_eye.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#holder5 {
	background-image: url(images/blue_eye.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navbarSpacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 310px;
	width: 160px;
	font-weight: bold;
}
#navbartop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 180px;
}
#logo {
	padding-right: 20px;
	float: left;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #428200;
	text-decoration: none;
}
#body {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 15px;
	width: 600px;
}
/**form css**
/* CSS Document */

#itform {
	width: 80%;
}
form {
	padding:1em;
	border:1px solid #eee;
}
fieldset div {
	margin:5px 0 10px;
	clear:both;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color:#808080;
	font-size:0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:2px;
	width:15em;
	border:1px solid #c5c5c5;
	background:#000000;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

input:hover, input:focus {
	border-color:#c5c5c5;
	background:#666666;
} 

textarea {
	padding:2px;
	width:15em;
	border:1px solid #c5c5c5;
	background:#000000;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

textarea:hover, input:focus {
	border-color:#c5c5c5;
	background:#666666;
} 

fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.2em;
}

.email {
	width:14em;
}

.address {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:84px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(images/submit.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -32px;
}
.p16 {
	font-size:16px;
}

#list {
	width:681px; 
	height:500px; 
	overflow:auto;

	}

#list td {
	padding-bottom:12px;
	border-bottom:#666 solid 1px;
}

#list a:link, #list a:visited {
	color:#00CCFF;
	text-decoration:none;
}
#list a:hover, #list a:active {
	color:#99FFFF;
	text-decoration:underline;
} 
