@charset "UTF-8";
/* RESET*/
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, ul, ol, dl, fieldset, form, label { 
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size:100%;
vertical-align: baseline;
background: transparent;
}



/*MAIN STYLES*/
body {
line-height: 18px;
font-size: 62.5%; /*for using em values*/
font-family: arial, helvetica, sans-serif;
}

ol, ul {
list-style: none;
}

a {
text-decoration: none;
color: #343535;
}

a:hover {
text-decoration: underline;
}

p {
line-height: 20px;
font-size: 1.3em;
margin-bottom: 1em;
}

strong {
color: #003366;
}

/*DIV STYLES*/
#container {
width: 850px;
margin: 0 auto; /*auto makes left-right centered in browser*/
}

#header {
background: url(images/PSI_header_logo.jpg) center no-repeat;
overflow: hidden;
height: 230px;
}

#header ul#nav {
float: right;
font-size: 1.8em;
position: relative;
margin-top: 185px;


}

#nav li {
display: inline;
padding-right: 57px;
}

#nav li a {
color: #fff; 
}

#main {
position: relative;
}

#leftcol {
float: left;
width: 30%;
padding-left: 15px;
}

#rightcol {
float: right;
width: 64%;
height: auto;
background: url(images/PSI_textgrad.gif) no-repeat left top;
}

#rightcol p {
padding: 1px 50px 0 20px;
color: #003366;
margin-top: 10px;
}

#photo {
margin-left:20px;
float:left;
padding-right: 18px;
padding-top: 10px;
padding-bottom: 5px;

}

#photo p{
font-size: .9em;
color:#333333;
text-align:center;
line-height:.9em;
}

#footer {
clear: both;
background: url(images/PSI_header_nav.gif) center no-repeat;
overflow: hidden;
height: 50px;
padding-top: 10px;
margin-bottom: 1em; /*a little extra space at bottom of browser*/
}

#footer p {
float: right;
margin: 8px 55px 0 0;
color: #fff;
font-size:1em;

}

#mmm {
clear: both;
float: right;
margin-top: 9px;
margin-right: 56px;
color: #343535;
font-size: 1em;
margin-bottom:10px;
}

