html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana;
	font-size: 12px;
	width:100%;
	height:100%;
	min-height: 100%;
}

div#top_banner {
	width: 100%;
	height: 124px;
	background-image: url(/pngcpp/images/top_banner.jpg);
	background-repeat: no-repeat;
	background-color: #939598;
}

div#container {
	width: 823px;
	background-color: white;
	position: relative;
	min-height: 88%;

}

div#left {
	width: 118px;
	height: 200px;
	background-repeat: no-repeat;
	position: absolute;
	top:0px;
	left:0px;
	text-align:center;
	padding-top:0px;
	z-index: 99;
}

div#left img.logo {
	margin-top:380px;
}

div#left_home {
	background-image:url(/pngcpp/images/left_bg_home.jpg);
	background-repeat: no-repeat;
}

div#left_dr {
	background-image:url(/pngcpp/images/left_bg_dr.jpg);
	background-repeat: no-repeat;
}

div#left_caw {
	background-image:url(/pngcpp/images/left_bg_caw.jpg);
	background-repeat: no-repeat;
}

div#left_ci {
	background-image:url(/pngcpp/images/left_bg_ci.jpg);
	background-repeat: no-repeat;
}

div#left_dres {
	background-image:url(/pngcpp/images/left_bg_dres.jpg);
	background-repeat: no-repeat;
}

div#left_cinfo {
	background-image:url(/pngcpp/images/left_bg_cinfo.jpg);
	background-repeat: no-repeat;
}

div#left_pap {
	background-image:url(/pngcpp/images/left_bg_pap.jpg);
	background-repeat: no-repeat;
}

div#left_ue {
	background-image:url(/pngcpp/images/left_bg_ue.jpg);
	background-repeat: no-repeat;
}

div#left_contacti {
	background-image:url(/pngcpp/images/left_bg_contacti.jpg);
	background-repeat: no-repeat;
}

div#content {
	width: 490px;
	/*height: 100%;*/
	float:right;
	background-color:white;
	padding:70px 20px 20px 20px;
}
div#content a {
	display: inline;
}
div#content span {
	font-weight: bold;
}

div#content_pap {
	width: 490px;
	float:right;
	background-color:white;
	padding:70px 20px 20px 20px;
}

div#content_restricted {
	width: 490px;
	height: 100%;
	float:right;
	background-color:white;
	padding:50px 20px 50px 20px;
}

div#content_restricted h2 {
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #333333;
	padding-bottom:5px;
	display:block;
}

div#content_restricted h2 a {
	display:inline;
	color:#0000CC;
	text-decoration:none;
	border:0 solid #fff;
	height:12px;
	padding:0;
	margin:0;
}

div#content_restricted a {
	color:blue;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	border: 0;
	display:inline;
	font-size:12px;
	height:12px;
}

div#content_restricted p a {
	font-size:10px;
}

div#content_restricted p.download a {
	font-size:12px;
}

div#content_restricted p.edit a {
	font-size:10px;
}

div#content_restricted a:hover {
	background-color: transparent;
}


div#content_blog h2 {
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #333333;
	padding-bottom:5px;
	display:block;
}

div#content_blog h2 a {
	display:inline;
	color:#0000CC;
	text-decoration:none;
	border:0 solid #fff;
	height:12px;
	padding:0;
	margin:0;
}


div#content_restricted h2 a:hover {
	background-color:#FFFFFF;
	color:#FF9933;
}

div#content_blog {
	width: 490px;
	height: 100%;
	float:right;
	background-color:white;
	padding:50px 20px 20px 20px;
	color:#000000;
}

div#content_blog h1 {
	margin:20px 0 5px 0;
	padding:0;
}

html>body div#content_blog h1 {
	margin:20px 0 10px 0;
	padding:0;
}


div#content_blog h1 a {
	font-size:16px;
	color:#C13528;
	display:block;
}

div#content_blog a {
	color:#000;
	display:inline;
	border:0;
	margin:0;
	padding:0;
	height:12px;
}

div#content_blog a:hover {
	background-color:#FFFFFF;
	color:#FF9933;
	text-decoration:underline;
}

div#content_blog h2 {
	font-size:12px;
	font-weight:normal;
	border-bottom:1px solid #333333;
	padding-bottom:5px;
	display:block;
}

div#content_blog h2 a {
	display:inline;
	color:#0000CC;
	text-decoration:none;
	border:0 solid #fff;
	height:12px;
	padding:0;
	margin:0;
}

html>body div#content {
	padding:55px 20px 20px 20px;
}

div#content a {
	color:blue;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	border: 0;
}

div#content a:hover {
	background-color: transparent;
}

div#nav {
	width: 175px;
	height: 100%;
	background-color: #bcbdbf;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 118px;
}

div#nav_top {
	width: 175px;
	height: 31px;
	background-image: url(/pngcpp/images/top_nav.jpg);
	background-repeat: no-repeat;
	color: #4c4c4d;
	font-size: 11px;
	text-align: right;
	padding: 35px 0 8px 0;
}

div#nav_top_restricted {
	width: 175px;
	height: 31px;
	background-image: url(/pngcpp/images/top_nav.jpg);
	background-repeat: no-repeat;
	color: #4c4c4d;
	font-size: 11px;
	text-align: right;
	padding: 35px 0 18px 0;
}

html>body div#nav_top_restricted {
	padding: 35px 0 0 0;
}

html>body div#nav_top {
	padding-bottom: 0;
}

div#nav_middle {
	width: 175px;
	height: 300px;
	background-image: url(/pngcpp/images/mid_nav.jpg);
	background-repeat: no-repeat;
	font-size: 90%;
	text-align: left;
}

.clearer {
	clear:both;
}

input {
	width: 80px;
	border: 1px solid #4c4c4d;
	display:inline;
}

input.submit_btn {
	width:32px;
	border:1px solid #000;
}

form {
	display: inline;
	margin:0 10px 0 2px;
}

a {
	list-style-type: none;
	padding: 11px 0 12px 15px;
	display: block;
	height: 25px;
	border-bottom: 1px solid silver;
	color: white;
	text-decoration:none;
	font-size: 11px;
}

html>body a {
	padding:11px 0 0 15px;
}

a.current_page {
	background-color: #4c4c4d;
}

a.employment_current_page {
	background-image:url(images/employment.jpg);
}

a:hover {
	background-color: #4c4c4d;
}

a.employment:hover  {
	background-image:url(images/employment.jpg);
}

ul {
	padding: 0;
	margin-left: 20px;
}

li {
	list-style-type: square;
	padding-bottom: 10px;
}

li.country {
	padding-bottom:0;
}

ul.events li {
	padding-bottom:5px;
}

p.links {
	color: #bf3426;
	font-weight: bold;
	padding:0;
	margin: 0 0 8px 0;
}

p.events {
	padding-top:10px;
}

img {
	border:0;
}

p.restricted a {
	padding:0;
	display:inline;
	height:10px;
	color:#0000CC;
	border:0;
}

p.restricted a:hover {
	text-decoration:underline;
	background-color:#FFFFFF;
}

.byline {
	font-size:11px;
	color:#666;
}

.body { 
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
}

.commentHeader {
	font-size:14px;
	color:#D86F65;
	font-weight:bold;
	padding-top:10px;
}

.commentByLine {
	border-bottom:1px solid #ccc;
}

.comment {
	margin:5px 5px 5px 0;
	padding:5px;
	border:1px solid #999;
	background-color:#ECECEC;
}

.commentAlt {
	margin:5px 5px 5px 0;
	padding:5px;
	border:1px solid #DB7B7B;
	background-color:#EBD3D3;
}

.commentBody {
	padding: 10px 0 10px 0;
	font-size:12px;
	color:#000000;
}

.addCommentLink {
	font-size:12px;
	font-weight:bold;
}

.bottom {
	margin-bottom:20px;
}

.title {
	font-size:14px;
	color:#B73628;
	font-weight:bold;
	padding:10px 0 0 0;
	margin:0;
}

.agency {
	font-size:11px;
	color:#666;
	padding:0;
	margin:0;
}
