@charset "utf-8";
/*
psvrr.org main stylesheet
Development: Russ Newberg, Lobster Computing
www.lobstercomputing.com
*/

body {
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0;
	background:#000 url(../images/bgpat2.jpg) top left repeat fixed;
	/*background:#000 url(../images/bg.jpg) top center repeat;*/
	font-family:"Times New Roman", Times, serif;
}
#container {
	width:960px;
	margin:0 auto;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	position:relative;
}
#containerBottom {
	width:960px;
	margin:0 auto;
	position:relative;
}

/* **** START HEADER **** */
#headerDivTop {
	width:100%;
	height:24px;
	/* border:1px dotted #C00; */
	background: url(../images/headerbgtop3.png) top center no-repeat;
}
#headerDiv {
	width:100%;
	/* height:380px; - for full size square header */
	height:27px;
	/* border:1px dotted #C00; */
	background:#900 url(../images/headerbgsm3.jpg) top center no-repeat;
}
#heraldDiv {
	height:170px;
	width:170px;
	/* background:url(images/herald2redsm.png) top center no-repeat; */
	position:absolute;
	top:-15px;
	left:40px;
	z-index:99;
}
#heraldDiv img {
	border:none;
}
#menuDiv {
	width:100%;
	min-height:41px;
	/*border:1px dotted #39F;*/
	background:#030 url(../images/menubg.jpg) no-repeat;
}
#navDiv {
	float:right;
	margin-right:60px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* **** END HEADER **** */

/* **** BODY CONTENT **** */
#bodyDiv {
	width:100%;
	min-height:300px;
	background:#030 url(../images/parchment6.jpg) top left repeat-y;
	/*border:1px dotted #F90;*/
	/*padding-top:50px;*/
	/*overflow:auto;*/
}
#bodyContent {
	width:800px;
	margin:0 auto;
	padding:50px 25px 30px 25px;
	/*border:1px dotted #000;*/
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	color:#000;
	overflow:visible;
}
h1 {
	color:#993300;
	text-shadow:#000 1px 1px 1px;
}
h2, h3 {
	color:#993300;
}
a {
	color:#990000; /*#030;*/
	text-decoration:none;
}
a:hover {
	color:#003300; /*#F63;*/
	text-decoration:underline;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	color:#333300;
	/*border:1px solid #F00;*/
}
img {
	border:none;
}
/* **** END BODY CONTENT **** */

/* **** START FOOTER **** */
#footerDiv {
	clear:both;
	width:100%;
	min-height:208px;
	/*border:1px dotted #00F;*/
	background:#030 url(../images/ffbg.jpg) top center no-repeat;
}
.footerMenu, .footerMenuLive {
	float:left;
	text-align:left;
	line-height:1.2em;
	/* height:100%; */
	/*border:1px dotted #0F0;*/
	margin:10px 10px 0 10px;
}
.footerMenu ul, .footerMenuLive ul {
	/* font-family:Arial, Helvetica, sans-serif; */
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	/*font-weight:bold;*/
}
.footerMenu ul li, .footerMenuLive ul li {
	list-style-type:none;
	color:#FFCC33; 
}
.footerMenu ul li.fhead {
	list-style-type:none;
	color:#FF6633; /* #996633; #CC6633; */
	text-shadow:#000 1px 1px 1px;
}
.footerMenuLive ul li.fhead {
	list-style-type:none;
	color:#FF6633; /* #996633; #CC6633; */
	text-shadow:#000 1px 1px 1px;
}
.footerMenu ul li.flive {
	list-style-type:disc;
	color:#063;
}
.footerMenuLive ul li.flive {
	list-style-type:disc;
	color:#063;
}
.footerMenu ul li a {
	list-style-type:none;
	display:block;
	color:#FFCC33;
	text-decoration: none;
}
.footerMenuLive ul li a {
	list-style-type:none;
	display:block;
	color:#FFCC33;
	text-decoration: none;
}
.footerMenu ul li.flive a {
	list-style-type:none;
	display:block;
	color:#006633; /* #3399CC; */
	text-decoration: none;
}
.footerMenuLive ul li.flive a {
	list-style-type:none;
	display:block;
	color:#063;
	text-decoration: none;
}
.footerMenu ul li a:hover {
	list-style-type:none;
	color:#009900;
	text-decoration:none;
}
.footerMenuLive ul li a:hover {
	list-style-type:none;
	color:#009900;
	text-decoration:none;
}
.footerInfo {
	clear:both;
	width:100%;
	position:relative;
	left:0;
	top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#063;
	text-align:center;
	/*border:1px solid #CCC*/;
}
.footerInfo a {
	color:#063;
	text-decoration:none;
}
.footerInfo a:hover {
	color:#FC3;
	text-decoration:underline;
}
/* **** END FOOTER **** */
