@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana;
	font-size: 80%;
	color: #666666;
	background-color: #D1D1D1;
	background-image: url(_images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
h {
	line-height: 1em;
}
a {
	color: #1B9FE1;
}
a:hover {
	color: #6BC2ED;
	text-decoration: none;
}
#wrapper {
	position:relative;
	width: 870px;
	text-align:left;
	background-image: url(_images/border-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 15px;
}
#shadowRight {
	background-image: url(_images/border-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 885px;
	padding-right: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#header {
	position: relative;
	background-image: url(_images/pact-logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 105px;
}
#header h1 {
	margin-left: -9000px;
}
#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #1B9FE1;
	position: absolute;
	left: 10px;
	bottom: 5px;
}
#header ul li {
	float:left;
}
#header ul a {
	font-size:13px;
	line-height:1.5em;
	text-decoration:none;
	float: left;
	display: block;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 0.2em 2em;
	color: #DAEFFA;
	font-weight: bold;
}
#header ul a:hover {
	background-color: #DDF1FB;
	color: #1B9FE1;
}
#header ul a.first {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#logoimg {
	position: absolute;
	top: 36px;
	left: 13px;
	width: 150px;
     	height: 50px;
	background-image: url(logo.jpeg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logoimg2 {
	position:absolute;
	top: 0px;
	right: 10px;
	width: 148px;
	height: 101px;
	background-image: url(_images/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#menu {
	width: 155px;
	float: left;
	margin-right: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 3px;
	text-align: right;
}
#archives {
	height: 100px;
	text-align: center;
	margin-bottom: 1px;
	float: left;
	width: 155px;
	margin-top: 1em;
}

#menu img {
	margin-top: 5px;
}

#menu ul {
	margin: 0;
	list-style: none;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E2E2;
	padding-top: 0;
	padding-right: 2;
	padding-bottom: 0;
	padding-left: 0;
}
#menu ul li {
	float:left;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;

}
#menu #archives li
{
	border-left:none;
}
#menu ul a {
	color: #999999;
	display: block;
	padding-left: 10px;
	width: 130px;
	text-decoration: none;
	/*
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #666666;
*/
	padding-right: 10px;
	font-size: 75%;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#menu ul a:hover {
	color: #333333;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
}


#content {
	width: 520px;
	float: left;
	position: relative;
}
#content img {
	border: 1px solid #000000;
}
.newsimg {
	height: 130px;
	width: 130px;
	border: 1px solid #333333;
}

#content a {
	color: #1B9FE1;
	text-decoration: none;
}
#content br {
	color: #1B9FE1;
	text-decoration: none;
	margin-bottom: 1.7em;
}

#content strong {
	color: #04933E;
	font-size: 1.35em;
}
#content  strong a {
	color: #7DB300;
}
#content a:hover {
	color: #006600;
}

.headlines {
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	float: left;
	width: 507px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}



.headlines p {
	color: #333333;
	font-size: 98%;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 7px;
}
.headlines p:hover {
	color: #333333;
}
.aboutComments {
	width: 150px;
	position: relative;
	color: #999999;
	font-size: 75%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#headline2 .imgComments {
	float: right;
}




.imgComments {
	width: 130px;
	position: static;
	color: #999999;
	font-size: 75%;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.back-link {
	margin-left: 3em;
}



#events {
	float: left;
}





#sidebar {
	float: right;
	width: 164px;
	font-size: 85%;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
}
#sidebar strong {
	color: #04933E;
	float: left;
	position: relative;
	margin-right: 20px;
}
#footer {
	clear: both;
	margin-top: 10px;
	background-image: url(_images/footerBg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 65px;
	text-align: center;
	padding-top: 25px;
}


#contheading {
	text-align: center;
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-left-color: #E2E2E2;
	background-color: #CCCCCC;
}
#headline2  .strong {
	color: #666666;
	font-size: 98%;
	font-weight: bold;
	margin-left: 15px;
}
.thisweek {
	font-weight: bold;
	color: #3399FF;
	font-size: 120%;
}

.thisweekinfo {
	margin-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#headline2 #audioplayer1 {
	margin-bottom: -3px;
}

#headline2  .a {
	font-size: 120%;
	margin-left: 7px;
}
td {
	margin: 3px;
	padding: 6px;
	border: 1px solid #E6E6E6;
}
.report-clear {
	clear: left;
}

.strong {
	color: #666666;
	font-size: 98%;
	font-weight: bold;
}
#mailwrap {
	border: 1px solid #E2E2E2;
	margin: 5px;
	padding: 15px;
}

.parastyle {
	background-color: #F4F4F4;
	margin: 6px;
	padding: 3px;
}

.repcomments {
	width: 200px;
	position: static;
	color: #999999;
	font-size: 75%;
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#current_cats {
	background-color: #F2F2F2;
	margin: 2px;
}
#headline2 #thisweekinfo ul {
	list-style-type: none;
}
#ourstaff {
	float: right;
	width: 10em;
	margin: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	height: 5em;
}

