@charset "UTF-8";
/* CSS Document */

* {
padding: 0;
margin: 0;
}

body {
background: #cccccc;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
margin: 0;
}

img {
padding: 0;
border-width: 0;
margin: 0;
}

#content {
width: 1100px;
height: 900px;
background-image: url(images/bkgd3.gif);
background-repeat: no-repeat;
background-position: left top;
position: relative;
margin-top: 10px;
margin-right: auto;
margin-left: auto;
}

#nav {
position: absolute;
top: 80px;
left: 30px;
}
 
#nav li a {
display:block;
}
 
#nav  ul.subnav {
display: none;
width: 100px;
position: absolute;
top: 215px;
left: 100px;
z-index: 100;
}

#nav  ul.subnav1 {
display: none;
width: 120px;
position: absolute;
top: -15px;
left: 120px;
z-index: 100;
}

#nav ul {
list-style: none
}

#nav li:hover ul {
display: block;
}


#main {
	width: 735px;
	position: absolute;
	top: 39px;
	left: 280px;
	color: #333333;
	text-align: center;
	padding-top: 30px;
}


#content h1 {
text-indent: -5000px;
}

a:link {
color: #666666;
}

a:visited {
color: #000000;
}

a:hover {
color: #009900;
}

#main a:link img {
color: #666666;
border: 2px solid #666666;
}

#main a:visited img {
border: 2px solid #999999;
}

#main a:hover img {
border: 2px solid #009900;
}

#main a:active img {
border: 2px solid #009900;
}

#main a.current:visited {
border: 2px solid #009900;
}

#main a.arrow:link img {
text-decoration: none;
border: none;
}

#main a.arrow:visited img {
border: none;
}

#links {
	position:absolute;
	width:650px;
	left: 335px;
	top: 683px;
	text-align: center;
}

#footer {
clear: both;
font-size: 0.7em;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#666666;
text-align: center;
}
