@charset "utf-8";
/* PSCAI CSS StyleSheet */

html, body {
	background: url(images/bodybg.png);
	margin: 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;

}
img {
	border: none;
}
p {
	margin: 10px 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	width: 776px;
	margin: 0 auto;
	background: #efefef;
}
#container {
	background: #FFFFFF;
	float: left;
text-align:center;
}


#header {
	background: url(images/head1.jpg) center top;
 margin-left: auto;
    margin-right: auto;
	height: 177px;
	width: 179px;
}

/* NAVIGATION SECTION */
#navwrapper1 {
	float: left;
	background: url(images/navbg.png) repeat-x;
}
#navwrapper2 {
	background: url(images/endnav.png) no-repeat right top;
	float: left;
}
#nav {
	float: left;
	width: 766px;
	background: url(images/beginnav.png) no-repeat left top;
	height: 35px;
	padding: 0 0 0 10px;
	position: relative;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;

}
#nav a.navlink  {
	line-height: 35px;
	padding: 0 6px;
	background: url(images/navdiv.png) no-repeat right center;
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	font-weight: bold;
}

#langdiv {
	right: 35px;
	position: absolute;
	top: 9px;
	width: 41px;
	height: 16px;
}

/* CONTENT - including leftcol, centercol and rightcol */

#content {
	float: center;
	width: 766px;
	margin-top: 6px;
	padding: 0 5px;
	background: #efefef;
	position: relative;
text-align:center;

}

#leftcol {
	float: left;
	width: 154px;
	margin-right: 6px;
}
#leftcol  .colcontent {
	padding: 5px 5px 10px 12px;
	font-weight: bold;
	margin-bottom: 12px;
}
#centercol {
	width: 444px;
	float: center;
	background: #FFFFFF;
	position: relative;
text-align:left;
 margin-left: auto;
   margin-right: auto;
}

#centercol .colcontent {
	padding: 5px;
}
#rightcol {
	float: right;
	width: 154px;
}
#rightcol   .colcontent {
	padding: 5px 5px 10px 12px;
	font-weight: bold;
	margin-bottom: 12px;
}
#rightcol    .colcontent2 {
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	margin-bottom: 12px;
	text-align: center;
}
#rightcol form {
	margin: 0;
}
.sideunit1 {
	background: #cccccc url(images/unitbasebg.png) no-repeat center bottom;

}
#search {
	margin: 0 0 5px 0;
}
#latest_news_header {
	color: #990000;
	font-size: 9px;
}
#latest_news_body {
	color: #000000;
	font-size: 9px;
}
#loginform {
	color: #990000;
}

/* FOOTER AND OTHER MISC. DECLERATIONS */

#footer {
	position: absolute;
	bottom: 30px;
	left: 0px;
	text-align: center;
	color: #999999;
	width: 776px;
}
.titleblack {
	background: url(images/titlebg2.png) no-repeat right top;
	height: 23px;
	color: white;
	font-weight: bold;
}
.form1style {
	background: url(images/tb_bg.png) no-repeat center top;
	border: 0;
	width: 138px;
	padding: 3px;
	margin: 0 0 4px 0;
}

.titleblack2 {
	background: url(images/titlebg1.png) no-repeat left top;
	height: 23px;
	padding: 0 0 0 8px;
	line-height: 23px;
}

