/* CSS Document */


body {

	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F2EADA;
	background-image:url(images/bkg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}


p {
	font-family: Georgia, Times, Tahoma, serif;
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	color: #1A1A1A;
	margin-top:0;
}


a {
	color: #3078BF;
}


a:visited {
	color: #3078BF;
}


a:hover {
	color: #E5AC00;
}


a:active {
	color: #3078BF;
}


h1 {
	font-family: "Times New Roman", Times, Arial, Georgia, Times, serif;
	color: #1A5AB3;
	font-weight: normal;
	line-height: 24px;
	font-size: 21px;
	margin: 0 0 15px 0;
	padding: 0 0 7px 0;
	text-indent: 15px;
	border-bottom: 3px double #D0C79A;
	word-spacing: 2px;
}


h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #335380;
	text-transform: uppercase;
	font-weight: bold;
	word-spacing: 2px;
	padding: 2px 5px 2px 7px;
	background-color: #E0F0FF;
	border: 1px solid #ACC9E5;
}


h3 {
	font-size: 14px;
	color: #000000;
}


.caption {
	display: block;
	width: 250;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	color: #BF6C30;
	padding: 10px 7px 0px 7px;
}


.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	line-height: 16px;
	text-align:left;
	color:#FF9900;
	display: block;
}

.footer2 a:active {
	color: #FF9900;
}


.footer2 a:hover, .footer2 a:active {
	color: #FFCB91;
}


.footer1 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	line-height: 16px;
	text-align:left;
	color:#FF9900;
	display: block;
	text-align:center;
}

.footer1 a:hover {
	color: #FF9900;
}

.footer1 a:hover {
	text-decoration:underline;
}


.email a, .email a:hover, .email a:active{
	display: block;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	line-height: 150%;
	color: #FF9900;
}


.tinytxt {
	font-family: Arial,  Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;	
	text-transform: uppercase;
	font-weight: bold;
	line-height: 12px;
	text-align:left;
	color: #000000;
}


.sans {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	text-align:left;
	color: #000000;
}


div.nav a {
	display: block;
	font-family:  Arial, Verdana,Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	background-color: #ffffff;
	text-align: right;
	width: 150px;
	padding: 3px 12px 3px 10px;
	margin: 4px 15px 4px 5px;
	border: 1px solid #D9D9D9;
	word-spacing: 2px;
}


div.nav a:hover {
	color:#BF7C1D;
	border: 1px solid #D0C79A;
	background-color: #F7F1DC; }


.revblock {
font-size: 9px;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
text-align: center;
color: #000000;
font-weight: bold;
background-color: #f5f5f5;
display: block;
margin: 0px 5px -3px 0px;
padding: 0px 0px 0px 0px;
float: left;
width: 15px;
border: 1px #cccccc solid;
}


.pic_border {
	border: 1px solid #cccccc;
	padding: 5px 5px 5px 5px;
	margin: 0px 7px 0px 7px;
}


.cap {
float: left;
font-size: 50px;
line-height: 43px;
font-weight: normal;
color: #BAA594;
font-family: Times, Georgia, Times, serif;
}

/* fields and dropdowns */

.field {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background-color: #f5f5f5;
	border: 1px #7F9DB9 solid;
	margin: 1;
	padding: 1px;
	text-indent: 5px;
}

.field:hover {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: red;
	background-color:#FFFFCC;
	border: 1px red solid;
	margin: 1;
	padding: 1px;
	text-indent: 5px;
}

.field:focus  { 
	color: red; 
	border-color: red;
	background-color: yellow;
	border-width: 1px red solid;

}

.formtxt {
	font-family: Geneva, Verdana, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000; 
	text-align:right;

}