﻿html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, ul, li 
{
	margin: 0;
	padding: 0;
}

a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}

body
{
	background: #ECEDF4 url( '/images/common/background.gif' ) repeat-x;
	text-align: left;
	font: 11px verdana, arial, sans-serif;
	color: #394071;
	padding-bottom: 10px;
	padding-top: 10px;
}

#wrapper 
{
	margin: auto;
	width: 1000px;
}

.header
{
    margin: 0;
    padding: 0px;
    width: 1000px;
    height: 195px;
    background: url(/images/common/header.jpg) no-repeat center bottom;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
     border-bottom-style: none;
}

.header_PSA
{
    margin: 0;
    padding: 0px;
    width: 1000px;
    height: 195px;
    background: url(/images/common/header_PSA.jpg) no-repeat center bottom;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
     border-bottom-style: none;
}

.header_PSM
{
    margin: 0;
    padding: 0px;
    width: 1000px;
    height: 195px;
    background: url(/images/common/header_PSM.jpg) no-repeat center bottom;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
     border-bottom-style: none;
}

#logo
{
    width: 243px;
    height: 19px;
    background: url(/images/common/nav_header.gif) no-repeat;
    text-align: center;
    color: #595959;
    padding: 0px;
    margin: 0;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

#nav
{
    background: url(/images/common/nav_left.jpg) repeat-y;
    width: 243px;
    padding: 0px;
    margin: 0px;
}



#news 
{
  background-image: url(/images/common/news_bg.jpg);
  background-repeat: repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: justify;
  font: 11px verdana, arial, sans-serif;
  margin :0px;
}

#news h2 {
  font-size: 12px;
  color: #0D1F61;
}
#news h3, #news p {
  font-size: 11px;
  margin: 1em 8px 1em 0;
  text-align: justify; 
}
#news a {
  color: #6A6B6D;
  font-weight: bold;
  text-decoration: underline;
    font-size: 10px;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 9px;
}
#news .hr-dots {
  background: center url(/images/common/dots.gif) repeat-x;
  height: 10px;
}

#content
{
    width: 757;
    background-image: url(/images/common/content_bg.gif);
    background-repeat: repeat-y;
    font: 11px verdana, arial, sans-serif;
    color: #394071;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    vertical-align: top;
    text-align: justify;
}

#content td
{
    font: 11px verdana, arial, sans-serif;
    color: #394071;   
}

#content h2 {
  font: 18px arial, sans-serif;
  color: #0D1F61;
  border-bottom: 1px solid #949599;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#content h3 {
  font: 14px arial, sans-serif;
  color: #0D1F61;
  border-bottom: 1px solid #949599;
  padding-bottom: 6px;
 
  margin-bottom: 1em;
  margin-top: 2em;
}

#content li
{
	list-style-type: disc;
	list-style-position: inside;
}

.footer {
  background: url(/images/common/footer_bg.gif) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #6A6B6D;
  font-weight: bold;
}
#footerline{
	background: url(/images/common/footerline_trans.gif) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}