body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	line-height: 1.3;
	}

#navbar {
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
	}
	
#navbar a {
	/*/*/text-decoration: none;/* */
}

#navbar a:link, #navbar a:visited {
	color: #666666;
}

#navbar a:hover {
	color: #660033;	
}

#subNav {
	font-size: 95%;
	background-color: #FFFFFF;
	color: #666666;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
	line-height: 20px;
	}
	
#subNav a {
	font-weight: bold;
	/*/*/text-decoration: none;/* */
}

#subNav a:link, #subNav a:visited {
	padding: 20px 0px 0px 20px;
	color: #666666;
}

#subNav a:hover {
	padding: 20px 0px 0px 20px;
	color: #669900;	
}

#subNav a:active {
	padding: 20px 0px 0px 30px;
	color: #666666;
}

#mainContent {
	background-color: #FFFFFF;
	padding: 0px 30px 0px 25px;
	font-size: 100%;
	font-weight: normal;
	vertical-align: top;
}

#mainContent a:link, #mainContent a:visited {
	/*/*/text-decoration: none;/* */
	font-weight: bold;
	color: #336600;
}

#mainContent a:hover {
	font-weight: bold;
	color: #6600CC;
}

#mainContent a:active {
	font-weight: bold;
	color: #6600CC;
}

#photoContent {
	font-size: 100%;
	font-weight: normal;
	vertical-align: top;
}

h2 {
	margin: 0 0 -9px 0;
	font-variant: small-caps;
}

h3 {
	font-size: 120%;
	margin: 0 0 -3px 0;
	color: #660033;
}

h5 {
	font-size: 100%;
	margin: 0 0 0 0;
	color: #000000;
	letter-spacing: 0;
	font-weight: bold;
}

h6 {
	font-size: 75%;
	margin: 0 0 0 0;
	color: #000000;
	text-align: left;
	letter-spacing: 0;
	font-weight: normal;
}


h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h3:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/


#footer { 
	font-size: 80%;
	font-weight: bold;
	color:#666666;
	text-align: right;
	letter-spacing: 1px;
	padding: 9px 35px 0 0;
}	

#footer a {
	/*/*/text-decoration: none;/* */
}

#footer a:link, #footer a:visited {
	color: #660033;
}

#footer a:hover {
	color: #339933;	
}

#footer a:active {
	color: #FFFFFF;
}
