/* andreas03 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given to the original author.

Version: 1.2
(Nov 28, 2005)

Screen layout: */

/* body div {
	border: 1px solid red;
}
*/

body{
	margin:0 auto;
	padding:10px 0;
	font:75% tahoma,verdana,sans-serif;
	background:#047 url(../images/pvcf_bk.gif) repeat-x fixed;
	color:#660;
}

#container{
	width:720px;
	margin:0 auto;
	padding:20px 20px 0px 20px;
	background:#fff;
	color:#333;
}

#footer{
	height:20px;
	margin:0 auto;
	width:760px;
	background:#fff;
	padding:0px 0px 0px 0px;
	font-size:0.9em;
	color:#888;
	text-align:center;
}


#head_round {
	width:760px;
	margin:0 auto;
	background:url(../images/top_round.png) no-repeat top center;
	height: 10px;
}
#foot_round {
	width:760px;
	margin:0 auto;
	background:url(../images/bot_round.png) no-repeat bottom center;
	height: 10px;
}

a{
	text-decoration:none;
	background-color:inherit;
	color:#660;
}

a:hover{
	text-decoration:none;
	color: #189BD6;
}

a img{
border:0;
}

p{
	margin:0 0 15px 0;
	line-height:1.5em;
}

#main p,#sidebar p{
	padding:0 0 0 0px;
}

#tagline{
text-align:center;
font-size:1.2em;
}

#intro p{
line-height:1.5em;
}

#main{
	float:left;
	width:530px;
	padding:0;
}

.headerstyle{
	display:block;
	margin:10px 0 10px 0;
	padding:5px 0 5px 8px;
	background:#036;
	color:#FFF;
	text-decoration:none;
}
#headerstyle_more {
	width: 65px;
	height:16px;
	float:right;
	background:url(../images/arrow.png) no-repeat right;
	margin-right:5px;

}
#headerstyle_more a {
	color:#FFF;
	font-style:normal;
	font-size:90%;
	text-decoration:none;
}

#sidebar{
	width:155px;
	float:left;
	font-size:1em;
	line-height:1.3em;
	margin-left: 30px;
}

#sidebar p{
font-size:0.9em;
}

.sidelink{
	display:block;
	width:150px;
	margin:3px 0;
	padding:5px 0 5px 5px;
	font-size:1em;
	font-weight:normal;
	text-align:left;
	color:#FFF;
	background-color: #1272AC;
}

.sidelink:hover,.menuheader{
	color:#FFF;
	text-decoration:none;
	background-color: #036;
}

/*News Scroller*/

#pscroller1{
width: 155px;
height: 155px;
border: 0;
padding: 5px 0;
margin: 10px 0px 0px 0px;
background-color: #fff;
}

#pscroller a{
}

.someclass{ //class to apply to your scroller(s) if desired
}

/*image Slider*/

/* image replacement */
        .graphic, #prevBtn, #nextBtn {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}
/* // image replacement */

#content {
	position:relative;
}
/* Easy Slider */

	#slider {
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider li {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:525px;
	height:150px;
	overflow:hidden;
}

h1,h2,h3,h4{
	margin:0 0 5px 0;
	font-weight:normal;
}

h1{
	font-size:2.8em;
}

h2{
	margin:0 0 4px 0;
	font-size:1.2em;
}

h3{
	margin:10px 0 8px 0;
	font-size:1em;
	font-weight: bold;
	color: #036;
}

h4{
margin:10px 0 5px 0;
font-size:1.2em;
}

.clear{
clear:both;
margin:0;
}

.right{
text-align:right;
}

.internallink{
	font-size:11px;
	text-align:center;
}

.block{
	padding:20px;
	text-indent: 5px;
	background-color: #EFEFEF;
	font-size: 12px;
}

.credit{
	color:#333;
	background-color:inherit;
}

.hide{
display:none;
}

.boxsmall {
	color: #FFF;
	padding: 0px 0px 10px 0px;
	width: 350px;
}
.boxsmall h3 {
	margin: 0 0 10px;
}
.boxsmall p {
	margin: 0;
}
