/* CSS Document */

body {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #2473BB;
	background-position: center top;
}

#main {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	width: 900px;
}
table.trPFD{
	padding-right: 10px;
	padding-top: 20px;
}
table.trPFD td{
	border-bottom: solid 1px #999999;
}
table.trPFD tr td a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.publications {
	font-size:12px;
}

li.row_announcement {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border-bottom: solid 1px #999999;
	padding-bottom: 3px;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: none;
}
li.row_announcement h1, li.row_announcement p{
	padding: 0px;
	padding-left: 0px;
	margin: 0px;
	margin-left: 0px;
}
li.row_announcement img{
	padding-right: 10px;
	border: 0px;
}
li.row_announcement img a{
	padding-right: 10px;
	border: 0px;
}
form.formm {
	background-color: #E8FFFF;
	padding: 5px;
	border:solid 1px #00CCFF;
	width: 198px;
}
form.form2 {
	background-color: #E8FFFF;
	padding: 5px;
	border:solid 1px #00CCFF;
	width: 415px;
	margin-bottom: 10px;
}
div.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}
strong {
	font-size:12px;
}
div {
	text-align:left;

}


.pagination {
	padding: 10px 0 0 0;
	font-size: 11px;
}
.pagination a{
	border: #F9FBFC solid 1px;
	text-decoration:none;
	line-height: 15px;
	padding: 0 3px;
	text-align:center;
	
}
.pagination a:hover{
	border: #009BDC solid 1px;
	text-decoration:none;
	line-height: 15px;
	padding: 0 3px;
	text-align:center;
	background: #009BDC;
	color:#FFFFFF;
}
.pagination .active{
	border: #009BDC solid 1px;
	text-decoration:none;
	line-height: 15px;
	padding: 0 3px;
	text-align:center;
	color: #666666;
}
#dateTop {
		position: relative;
		z-index: 1;
		text-align:right;
		margin: -25px 30px 0 0;
		color:#999999;
		font-size: 11px;
		}