﻿/***************STRUCTURE***************************/
/*Reset*/
* {
margin: 0;
padding: 0;
}

html, body {
	min-width:980px;
	height: 100%;/*2008.06.09*/
}

html>body #everything-wrapper {
    height: auto;/*2008.06.09*/
}

#everything-wrapper {
	position: relative !important;/*2008.06.09*/
	top: 0; left: 0;
	min-height: 100%;/*2008.06.09*/
	height: 100%;/*2008.06.09*/
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
}
	
/* Absolute positioned header for all browsers*/
#header-wrapper {
	background: url('../../images/header_bg_0.png') bottom left repeat-x !important;

	top:0;
	left:0;
	width:100%;
	height:168px;
}

/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
}

#header {
	/*height:234px;*/
	width:980px;
	margin:0 auto;
}

#header-content {
    height: 168px; width: 980px; 
}

.header_image {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

#content-wrapper {
    padding:0px 0 195px 0; /*Compensate for footer*/
	margin-left:0;
}

body>#content-wrapper {
	margin-left:0;
}

#content {
	width:956px;
	margin:0 auto;
	background-color: #fff;
}

#footer-wrapper {
    position: absolute;/*2008.06.09*/
    bottom: 0;/*2008.06.09*/
    
	width:100%;
	/*bottom:0;*/
	/*left:0;*/
	padding: 10px 0 10px 0;
	background-image: none;
	background-repeat:repeat-x;
	background-color: #353535;
}

body>#footer-wrapper {
}

#footer {
	width:956px;
	margin:0px auto;
}

#psiLogo {
    background: url('../../images/logoTransparent.png');
}

.alffa {
    margin: 0 0 0 -40px;
    width: 40px; height: 600px;
    float: left;
    position: fixed;
    top: 0px;
    background-repeat: repeat-y;
}


#header-content-bottom img {
    border:none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-decoration: none;
}

#nav img a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}



/***************STYLE***************************/
body,
html{
	font-family:"Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color:#000;font-family:"Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	background:#fff;
}

.nestedBody {
    margin: 10px 0px 10px 20px;
}

a:link {
    text-decoration: none;
    color: #990000;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #C60C00
}
a:active {
    text-decoration: underline;
    color: #990000;

}

img {
    text-decoration: none;
    border: 0;
}

#header {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
}

#footer {
	color:#fff;
}

#footer p {
    font-family: Arial;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

#footer a:link {
	text-decoration: none;
	color: #FFFFCC; /*990000*/
}

#footer a:visited {
    color: #FFFFCC;
	text-decoration: none
}

#footer a:hover {
    color:#FFF;
	text-decoration:underline;
}

#footer a:active{
	color:#FFFFCC;
	text-decoration: none;
}

#footer ul {
    list-style: none;
    list-style-type: none;
    margin: 0px;
}

#content {
	background:#fff;
	color:#000;
}

h1 {
	font-size:1.3em;
	text-align:left;
	padding-top:0.5em;
}

h2 {
	font: normal normal 20pt georgia;
	padding: 20px 0 20px 0;
	margin-bottom: 0px;
	color: #333333;
}

ul, p {
	/*font-size:0.85em;*/ /*2008.10.10*/
	/*line-height:125%;*/ /*2008.10.10*/
	margin: auto auto auto 20px;
}

p {
	margin:0 12px 0 0;
	padding-bottom:10px;
}

code, pre {
	color:#336600;
	font-family:Courier;
	font-size:14px;
	margin-bottom:1em;
	margin-left:10px;
}

.linkSec{
	float: left;
	margin-top: 10px;
	padding: 0px;
}

.linkSec ul{
	margin-left: 0px;
	padding: 0px;
	padding-right: 40px;
	list-style-type: none;
	list-style: none;
}

.copyright {
    color: #FFF;
}

.pdf {
    background: url('../../images/pdf.gif') right center no-repeat #880000;
    padding: inherit 20px inherit inherit !important;
}

#content a:link, #content a {
    color:#B52E19;
	font-family:verdana,arial,sans-serif;
}
#content a:visited {
    color:#AB483D;
}
#content a:hover, a:active {
    text-decoration: underline;
}