Version: 2.0 (Jan 29, 2007)

/* Screen layout */

body {
padding: 0px;
margin: 0px;
font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
font-size:12px 
background-color: #oooooo;
color:#303030;
}

a {
color:#0000CC;
text-decoration:none;
border-bottom:0px #505050;
}

a:hover {
color:#303030;
text-decoration:none;
border-bottom:0px #505050;
color: #990000;
}

h1 {
	padding: 10px;
	border-top-color:#990000;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom-color:#990000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	line-height:130%;
	font-size: 20px;
	text-align:center;
}

h2 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.2em;
font-color: ff0000;
font-weight:normal;
text-align:center;
}

h5 {
margin:0 0 10px 0;
font-size:1.2em;
font-weight:normal;
text-align:center;
}

h6 {
margin:0 0 10px 0;
font-size:1.2em;
font-weight:normal;
text-align:center;
}

h4 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
text-align:center;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
margin:0 auto 20px auto;
width:850px;
padding:5px 20px 20px 20px;
background:#ffffff;
}

/* Site title section */

#logo {
margin-top: 0px 0 0 0;
}

#logo h1 a {
color:#505050;
border:none;
}

#logo h1 a:hover {
color:#303030;
text-decoration:none;
border:none;
}

/* Toptab menu */


/* Navitab menu */

#navitabs {
clear:both;
}

.navitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
text-decoration:none;
font-size:1.1em;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.navitab:hover {
text-decoration:none;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left: 2px solid #286ea0;
color: #990000;
}

.activenavitab {
padding:4px 8px 4px 8px;
margin:0 0 4px 0;
font-size:1.2em;
text-decoration:none;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left:1px solid #ffffff;
}

.activenavitab:hover {
text-decoration:none;
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
border-bottom:1px solid #ffffff;
border-left: 2px solid #286ea0;
color: #990000;
}

/* Header description */

#desc {
width: 850px;
height:130px;
color:#ffffff;
padding:0;
background:#505050 url(../images/pdth-banner-500.gif) top no-repeat;
clear:both;
margin:5px 0 15px 0;
}

#desc p {
width:0px;
font-size:1em;
line-height:1.3em;
padding:0 0 0 0px;
}

#desc h2 {
padding:15px 15px 0 15px;
color:#ffffff;
}

#desc a {
color:#ffffff;
text-decoration:none;
border-color:#ffffff;
}

#desc a:hover {
color:#0000cc;
text-decoration:none;
border-bottom:0px #505050;
color: #990000;
}

/* Main content */

#main {
font-size:1em;
width:550px;
float:left;
padding:0 15px 0 0;
margin:0;
border-right:0px solid #990000;
}

/* Sidebar */

#sidebar {
width:175px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:em;
margin:0 0 10px 0;
}

/* Footer */

#footer {
clear:both;
background:#fafafa;
padding:0;
margin:0;
text-align: center;
border-top:1px solid #990000;
}

#footer a {
color:blue;
}

#footer a:hover {
color: #990000;
text-decoration: underline;
}

#footer p {
color:#808080;
font-size:1.1em;
line-height:1.3em;
margin:15px 0 0 0;
padding:0;
}

.center {
	text-align: center;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f9b709;
padding:1px;
}

.sidelink {
text-align:left;
display:block;
width:179px;
background:#f0f0f0 url(images/corner.gif) top right no-repeat;
padding:3px 4px 3px 2px;
margin:2px 10px 5px 0;
border:none;
}

.sidelink:hover {
background:#e0e0e0 url(images/corner.gif) top right no-repeat;
text-decoration:none;
border-left: 2px solid #286ea0;
color: #990000;
}

.hide {
display:none;
}
