@charset "UTF-8";
/* CSS Document */


body {
	background-color: #fff;
	background-image: url(/img/pap_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	top: 0px;
}

/* text */
#copy-green {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #F1FFDE;
}
#copy-news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#copy-title-blue {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #0066B8;
}
#copy-title-blue-small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066B8;
	line-height: 2em;
}

#footer-white {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#CCC;
}
#footer-white a:link, #footer-white a:visited, #footer-white a:active{
	color:#CCC;
	text-decoration:none;
}
#footer-white a:hover{
	text-decoration:underline;
}
/* images */
#header-sky {
	background-image: url(/img/main-sky.png);
	background-position: 0px 0px;
	top: 0px;
	height: 250px;
}
#main-body {
	background-image:url(/img/bg-green.png);
	background-repeat: repeat;
}

#side-body-left {
	background-image:url(/img/bg-side.gif);
	background-repeat:repeat-y;
}
#side-body-right {
	background-image:url(/img/bg-side_right.gif);
	background-repeat:repeat-y;
}

#copy-box {
	background-color:#FFF;
	border: solid #690 1px;
	width: 90%; 
	padding: 20px 20px 20px 20px;
}

/* nav menu */
#menu {margin-top:0px; float:left;}
#menu dl {width: 200px; margin: 0 auto; padding: 0 0 10px 0; background: #69c url(/img/menu_bottom.gif) no-repeat bottom left;}
#menu dt {margin:0; padding: 10px; font-size: 1.4em; font-weight:bold; color: #fff; border-bottom:1px solid #fff; background: #69c url(/img/menu_top.gif)) no-repeat top left;}
#menu dd {margin:0; padding:0; color: #fff; font-size: 1em; border-bottom:1px solid #fff; background: #47a;}
#gallery a, #gallery a:visited {color:#fff; text-decoration:none; display:block; padding:5px 5px 5px 20px;
background: #47a url(arrow.gif) no-repeat 10px 10px; width:175px;
}
#gallery a:hover {background: #258 url(arrowr.gif) no-repeat 11px 10px; color:#9cf;}
#gallery ol li {font-size:11px;}

