/* CSS Document */

/* global
----------------------------------------------- */

body {
margin: 0; 
background-color: #FFFFFF;
font-family: Georgia, "Times New Roman", Times, serif;
}


H1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #827d00;
border-bottom: 1px dashed #999999;
padding-bottom: 3px;
margin: 0;
}

H2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #979a49;
margin: 0;
}

UL {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333333;
list-style-type: square;
}


P, .formText {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333333;
}

.bold {
font-weight: bold;
} 

.italics {
font-style: italic;
} 

.formTextBold {
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #333333;
}
	
A {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color: #827d00;
text-decoration: underline;
}

A:hover
{
font-family: Georgia, "Times New Roman", Times, serif;
color: #e4701e;
text-decoration: underline;
}


/* misc
----------------------------------------------- */

.gallery_date {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #979a49;
padding: 7px 0px 0px 20px;
text-align: left;
font-weight: bold;
}

.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #cccccc;
padding: 7px 0px 0px 0px;
text-align: center;
}

.photoRight {
border: 1px solid #827d00;
margin-left: 7px;
margin-bottom: 5px;
}

.photoLeft {
border: 1px solid #827d00;
margin-right: 7px;
margin-bottom: 5px;
}

.greenBG {
background-image: url(images/bg_green.gif);
background-repeat: repeat-x;
}