/* CSS Document */


#content  {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	display: block;
	padding: 15px;
	width: 600px;	
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
}
#footer a:link {
	color: #978667;
}
#footer a:visited {
	color: #CC9900;
}
#footer a:hover {
	color: #30473D;
}




#content a:link {
	color: #999966;
	text-decoration: underline;
}

#content a:visited {
	color: #999966;
	text-decoration: underline;
}

#navtop{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#navtop a:link {
	color:#CC9900;
	text-decoration: none;
}

#navtop a:visited {
	color:#CC9900;
	text-decoration: none;
}
#navtop a:hover {
	color:#30473D;
}
.pagecaps {
	font-weight: bold;
}

.table {
	background-image: url(images/eosbarelythere2b.gif);
}
.webmaster {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}

.webmaster a:link {
	color:#999966;
	text-decoration: underline;
}

.webmaster a:visited {
     color:#999966;
	 text-decoration:underline;
}

.tabletitle {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #666666;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

.project {
	font-family: Garamond, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.25; /* */
	margin: 0 0 0 10px;
	
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	padding: 0px;
	text-decoration: none;
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0px 10px 0px 0px;
	background-image: url(images/layerfill.jpg);
	border-top: 1px solid #ccc;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	color:#000000;
}

#p7TMnav div div a:visited {
font-size: 11px;
	color:#000000;
}

#p7TMnav div div a:hover {
font-size: 11px;
	color: #CC9900;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url(images/p7t_plus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(images/p7t_minus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
}
/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #CC9900 !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
