﻿img{
	border-style: none;
}

body{
	font-family: Verdana,sans-serif;
	color: #333333;
	margin: 0px 10px 0px 10px;
	padding: 0px;
	background: #ffffff url("/images/css/pdbe_bg_grad.jpg") fixed;
	cursor: default;
}

div{
	margin-bottom: 0px;
}

.xsmall{
	font-size: x-small;
}

.xsmallbold{
	font-size: x-small;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.error {
	font-size: small;
	color: #FF0000;
	font-weight: bold;
}

.whitexsmall {
	font-size: x-small;
	color: #FFFFFF;
}

.pdbeheader{
	vertical-align:top;
	background: url("/images/css/pdbe_back.jpg") repeat-x;
}

.linkcontent{
	vertical-align: top;
	align: center;
	background-color:#66CCCC;
	height: 32px;
	border-bottom: 1px solid #ffffff;
}

#main{
	position: relative;
	min-width: 835px;
	max-width: 920px;
}

#location{
	font: small Verdana, sans-serif;
	text-align: left;
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
	width: 100%;
	height: 20px;
	background-color:#66CCCC;
}

#loctext {
	position: absolute;
	top: 2px;
	left: 10px;
	height: 20px;
	vertical-align: middle;
}

#locleft {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#FFFFFF;
}

#locright {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color:#FFFFFF;
}

#welcome{
	font-size: small;
	text-align: left;
	position: relative;
	margin-top: 60px;
	margin-bottom: 20px;
	min-width: 835px;
	max-width: 920px;
	background-image:url(images/welcomesplash.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	background-color: #FFFFFF;
	border-top: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
	border-left: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
}

.welcome h1{
	font-size:large
	}
	
#content{
	font: normal small Verdana, sans-serif;
	text-align: left;
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
	border-left: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
}

#contentnarrow{
	font: small Verdana, sans-serif;
	text-align: left;
	position: relative;
	width: 500px;
	background-color: #FFFFFF;
	border-top: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
	border-left: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
}


#contentimportant{
	font: small Verdana, sans-serif;
	text-align: left;
	position: relative;
	width: 72%;
	background-color: #FFFFFF;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	margin-bottom: 20px;
}

.content h1{
	font-size:large;
	}	

#latestnews{
	position: relative;
	font-size: small;
	width: 72%;
	background-color:#FFFFFF;
	border-top: 1px solid #66CCCC;
	border-left: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
}

#latestnewscontent{
	padding: 0 1px 0 1px;
	}

.welcometitle{
	height: 30px;
	background: #66CCCC url(/images/welcome.gif) no-repeat;
}

.newstitle{
	height: 32px;
	background-color: #66CCCC;
	border-bottom: 1px solid #ffffff;
}

#right{
	position: relative;
	float: right;
	width: 25%;
	margin-bottom: 20px;
}

#links{
	position: relative;
	font-size: small;
	margin-bottom: 20px;
	padding: 0 5px 0 5px;
	background-color:#66CCCC;
	border-top: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
	border-left: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
}

#notice{
	position: relative;
	font-size: small;
	padding: 5px 5px 5px 5px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	border-top: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
	border-left: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
}

#footer{
	position: relative;
	clear: both;
	min-width: 835px;
	max-width: 920px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: x-small;
	line-height: 0.5;
	background-color: #ffffff;
	border-top: 1px solid #66CCCC;
	border-bottom: 1px solid #66CCCC;
	border-left: 1px solid #66CCCC;
	border-right: 1px solid #66CCCC;
}

.accordion_toggle {
	font: small Verdana, sans-serif;
	display: block;
	background: #66CCCC;
	width: 100%;
	padding: 3px 0 3px 0;
	font-weight: strong;
	text-decoration: none;
	outline: none;
	border-bottom: 1px solid #ffffff;
	cursor: pointer;
	margin: 0 0 0 0;
	}

.accordion_toggle:hover{
	background: #6666CC;
	}

.accordion_toggle_active {
	background: #6699CC;
	border-bottom: 1px solid #ffffff;
	}

.accordion_content {
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
	margin: 0 0 0 0;
	}
