
p {
font-size : 1em;
font-family : Verdana;
color : #000000;
} 

h3 {
font-size : 1.2em;
font-family : Arial;
color : #000000;
font-weight:bold
} 

h2 {
font-size : 1.6em;
font-family : Arial;
color : #000000;
font-weight:bold
} 

h1 {
font-size : 2em;
font-family : Arial;
color : #000000;
font-weight:bold
} 


a:hover {
font-weight : normal;
font-size : 1em;
font-family : verdana;
color : #990000;
background : normal;
text-decoration : italic;
} 

a:link {
font-size : 1em;
font-family : Verdana;
color : #61809E;
} 

a:visited {
font-weight : normal;
font-size : 1em;
font-family : verdana;
color : #990000;
background : normal;
} 

.photo{
border:2px solid #bababa;
padding:2px;
background-color:#ffffff;
margin:6px 18px 2px 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#invertedtabs{
margin-left: 4px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 5px;
}

#invertedtabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #61809E url('media/color_tabs_left2.gif') no-repeat left bottom;
text-decoration:none;
letter-spacing: 1px; margin-left:0; margin-right:2px; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:0; padding-top:0; padding-bottom:0
}

#invertedtabs a span{
float:left;
display:block;
background: url('media/color_tabs_right2.gif') no-repeat right bottom;
padding-left:6px; padding-right:9px; padding-top:3px; padding-bottom:3px
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #8cb85c;
}

#invertedtabs a:hover span{
background-color: #8cb85c;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #61809E;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #61809E;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/*end of nav bar */