/* GENERAL fonts */

P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 14px;
}

H1 { font-size: 20px; color:#85C226; }

H2 { font-size: 17px; color:#85C226; }

.highlight { color:#85C226; }

BODY {
	margin: 0 0 0 0;
	background-color: #FFD12B;
}

.faqq {
margin-top:30px;
background-image:url(./images/Q.jpg);
background-position:top left;
background-repeat:no-repeat;
padding-left:64px;
min-height:60px;
font-size: 26px; 
font-weight:bold;
color:#85C226;
}

.faqa {
background-image:url(./images/A.jpg);
background-position:top left;
background-repeat:no-repeat;
padding-left:64px;
min-height:60px;
}

#PhotoCenter {
width:500px;
position:absolute;
top:40px; left:300px;
height:430px;
background-color:#FFFFFF;
border:thick solid #FF9900;
z-index:1;
visibility:hidden;
}

#topleft {
position:absolute;
left:0px;
top:0px;
width:308px;
height:71px;
background-image: url(images/green_01.jpg)
}
#topctr {
position:absolute;
left:308px;
right:84px;
top:0px;
height:71px;
background-image: url(images/green_02.jpg);
background-repeat:repeat-x;
text-align:center;
font-weight:bold;
padding-top:30px;
}
#topctr a { color:#FFD12B; }
#topright {
position:absolute;
width:84px;
right:0px;
top:0px;
height:71px;
background-image: url(images/green_03.jpg);
}
#midleft {
position:absolute;
top:71px;
bottom:62px;
left:0px;
width:308px;
background-image: url(images/green_04.jpg);
background-repeat:repeat-y;
text-align:center;
}
#midctr {
position:absolute;
left:308px;
right:51px;
top:71px;
bottom:62px;
background-color:#FFFFFF;
padding-right:20px;
overflow:auto;
}
#midctr a { color:#336600; }

#midright {
position:absolute;
top:71px;
bottom:62px;
width:51px;
right:0px;
background-image: url(images/green_07.jpg);
background-repeat:repeat-y;
}
#btmleft {
position:absolute;
left:0px;
bottom:0px;
width:308px;
height:62px;
background-image: url(images/green_08.jpg)
}
#btmctr {
position:absolute;
left:308px;
right:84px;
bottom:0px;
height:62px;
background-image: url(images/green_09.jpg);
background-repeat:repeat-x;
}
#btmctr p {
font-size:10px;
text-align:right;
color:#336600;
}
#btmctr a { color:#336600; }
#btmright {
position:absolute;
width:84px;
right:0px;
bottom:0px;
height:62px;
background-image: url(images/green_10.jpg);
}




#content {
	background-color:#F1F3F2;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	position:absolute;
	left:320px;
	top:30px;
	right:20px;
	bottom:153px;
	overflow:auto;
	z-index:1;

}



#leftcol {

	position:absolute;

	top:10px;

	bottom:240px;

	width: 300px;

	overflow:auto;

	z-index:1;

}

