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

body {
text-align:center;
min-width:880px;
background-color:#b1cfdc;
font-size: 12px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
margin-top:20px;
margin-bottom:25px;
}

a:link, a:visited {
color: #4c4c4c;
text-decoration:none;
}

a:hover {
color: #000;	
}

a.black:link, a.black:visited {
color: #000;
text-decoration:none;
}

a.black:hover {
color: #000;
text-decoration:none;	
}

#wrapper {
width:850px;
margin:0 auto;
text-align:left;
background: #dbf0e9 url(../images/background_pdc.gif) repeat-y left top;
}

#topMenu {
width:850px;
height:20px;
float:left;
background-image:url(../images/topMenu.gif);
}

#topMenuInside {
padding-left:25px;
padding-right:20px;
color:#fff;
}

#branding {
width:850px;
height:333px;
float:left;
}

#contentLeft {
width:556px;
float:left;
padding-top:30px;
padding-bottom:30px;
background-color:#dceec5;
}

#contentLeftInside {
padding-left:26px;
padding-right:40px;
}

#contentLeftInside p {
padding-left:22px;
}

#contentRight {
width:294px;
float:right;
padding-top:30px;
padding-bottom:30px;
background-color:#e1f4fc;
}

#contentRightInside {
padding-left:26px;
padding-right:40px;
}

#footer {
height:40px;
clear:both;
background-image:url(../images/footer.gif);
}

#footerInside {
padding-left:25px;
padding-right:20px;
color:#fff;
}

#credits {
height:20px;
padding-top:5px;
font-size:10px;
color:#000;
background-color:#b1cfdc;
}

.heading {
font-size:1.2em;
color:#036d56;
}

select { 
font-size: 11px;
}

input { 
	font-size: 11px;
}

.inputbox {
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #FFF;
}

.linktext {
    font-size:10px;
	font-weight:bold;
	text-decoration:none;
}