body {
	background-color: #000;
	font: 80% Arial, geneva, helvetica, sans-serif;
	line-height: 150%;
}
#container {
	background: #000000 url(../images/prcd_head.jpg) no-repeat top;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FEFEFE;
}
#header {
    /* background-color: #3366CC; */
	height: 175px;
}
#header img {
	float: left;
}
#header ul {
	list-style: none;
	margin: 0px;
	padding: 113px 0px 0px 317px;
}
#header li {
	float: left;
	padding-right: 1em;
}
#header a:link, #header a:visited {
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font: 0.95em Tahoma, Arial, geneva, sans-serif;
}

#content {
	float: right;
	width: 410px;
	padding: 30px 30px;

}
#left {
	width: 307px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#left ul {
    width: 150px;
	list-style: none;
}
#left ul a:link, #left ul a:visited {
	color: #006699;
	border-top: 1px solid #EFEFEF;
	text-decoration: none;
	padding: 0 0 0 15px !important;
	display: block;
}

#left ul a:hover {
	color: #CC0000;
  	background: url(../images/arrow.png) no-repeat 5px;
    background-color: #F4F4F4;
	text-decoration: none;
	/* font-weight: bold; */
	display: block;
}


#footer {
	background: #000000 url(../images/prcd_foot.jpg) no-repeat top;
	text-align: center;
	color: #FFFFFF;
	clear: both;
	font-size: 0.9em;
	height: 100px;
	padding: 5px;
}
#footer .copyright {
	clear: both;
	display: block;
    padding-top: 9%;
	color: #FFF;
	font-style: normal;
	font-size: 92%;
}

#container #header img {
	position: relative;
	left: 0px;
	bottom: -350px;
}

/* Normal link */
a {
	color: #006699;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #CC0000;
	text-decoration: none;
}

/* Title text */
.contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	color: #006699;
}

/* Small text */
small, .small, .smalldark, .mosimage_caption, .createby, .createdate, .modifydate, a.readon, .img_caption {
	color: #666666;
	font-size: 92%;
}

h1.componentheading, .componentheading {
	padding: 5px 0 15px;
	margin: 0 0 10px;
	background: url(../images/hdot.gif) repeat-x bottom;
}

.componentheading {
	font-size: 200%;
	font-weight: bold;
}

.contentdescription {
	padding-bottom: 30px;
}

h2.contentheading, .contentheading {
	padding: 5px 0 8px;
	margin: 0;
	font-weight: normal;
}

table.blog .contentheading {
	font-size: 150%;
}

.contentheading {
	font-size: 200%;
    font-weight: bold;
}

a.contentpagetitle,
a.contentpagetitle:hover,
a.contentpagetitle:active,
a.contentpagetitle:focus {
	text-decoration: none !important;
}

a.readon {
	float: left;
	margin-top: 10px;
	padding: 1px 5px 1px 14px;
	border: 1px solid #F6F6F6;
	display: block;
	background: url(../images/arrow.png) no-repeat 5px 48%;
	color: #006699;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.readon:hover, a.readon:active, a.readon:focus {
	border: 1px solid #ECECEC;
	background: url(../images/arrow.png) no-repeat 5px 48% #FFFFFF;
}