

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #503200;
	font-style: normal;
	text-decoration: none;

}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #503200;
	font-style: normal;
	text-decoration: none;

}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #503200;
	text-decoration: underline;

}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #503200;
	font-style: normal;
	text-decoration: none;

}








/* begin css tabs */

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 11px verdana, arial, sans-serif; /* set font as desired */
border-bottom: 1px solid #60a2a1; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}



ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #6c6; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #60a2a1; /* set unselected tab background color as desired */
color: #ffffff; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #000000; /* set desired hover color */
}




.tabcontent {
        font-size: 12px;
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
	border-left-style: solid;
	border-left-color: #60a2a1;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #60a2a1;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #60a2a1;
	border-right-width: 1px;
}



#picnav a {
	background-color: #dedede;
	padding: 3px;
	font-size: 12px;
}


#picnav a:hover {
	background-color: #ffdede;
}



