body
{
	
	background-color: #C7DABC;
	margin-top: 10px;
}

a
{
	color: #1D407A;
	text-decoration: none;
}

a:visited
{
	color: #1D407A;
}

a:hover
{
	color: #66CD00;
}

.vandyne_rotating_img
{
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border: none;
	width: 900px
}

.header_pic
{
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border: none;
	width: 900px;
	height: 252px;
}

.spacer_pic
{
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	border: none;
	width: 900px;
	height: 20px;
}


.main
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	width: 900px;
	border: 0px none;
	height: auto;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 14px;
	 padding-bottom: 10px;
}

.titlediv
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	width: 900px;
	border: none;
	height: 120px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('graphics/h2.jpg');
}

.menudiv
{
	padding-top: 2px;
	padding-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 900px;
	height: 22px;
	border: none;
	background-color: #1D407A;
	color: #FFFFFF;
	font-size: 17px;
	font-family: sans-serif;
	text-align: center;
}

.skillsetheader
{
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 1px;
	text-decoration: none;
	color: #000000;
	font-size: 24px;
	font-family: sans-serif;
	text-align: left;
}

.listheader
{
	margin-left: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #1D407A;
	font-size: 16px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;	
}


.listitem
{
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	color: #1D407A;
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	text-align: left;
}

.listitem a:hover
{
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #66CD00;
}

.mainlist
{
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	color: #1D407A;
	font-size: 24px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.mainlist a:hover
{
	font-weight: normal;
	font-size: 24px;
	text-decoration: none;
	font-weight: normal;
	color: #66CD00;
}


/* new stuff */
/* Navigation Menus */
ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}



#nav li li a {
	display: block;
	font-weight: normal;
  font-size: 11px;
  text-align: left;
	color: #ffffff;
  background-color: #1D407A;
  width: 150px;
	padding: 3px 0px 3px 5px;
  border: 1px solid #ffffff;
  border-bottom-width: 0px;
  text-decoration: none;
}

#nav li li a:hover {
  background-color: #61bc5a;
}

li {
	float:  left;
	display: inline;
  	list-style-type: none;
	position: relative;
	width: auto;
	cursor: default;
	background-color: #1D407A;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
  	width: auto;
	font-weight: normal;
  	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

hr {
	display: none;
}


/*the css for data tables */
table.stats
{
text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 12px;
color: #fff;
width: 580px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;
margin-left: auto;
margin-right:auto;
}

table.stats td
{
background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;
}

table.stats td.headers
{
background-color: #1D407A;
color: #FFFFFF;
padding: 4px;
text-align: left;
border: 0px #fff solid;
font-size: 14px;
font-weight: bold;

}

table.stats td.hed
{background-color: #EFEFEF;
color: #000000;
padding: 4px;
text-align: left;
border: 0px;
font-size: 14px;
font-weight: bold;}

table.stats a
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
}

table.stats a:hover
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
	font-weight: normal;
	font-size: 12px;
	text-decoration: underline;
	color: #494949;
}


