/* Global Layout Styles */ 

 #rightcontenthome, #second, #navigation li.noprint, #navigation li.last  {
display: none;
}

body {
font: 12pt/16pt "trebuchet MS", Verdana, Arial, sans-serif;
color: #000;
margin:10px;
padding:0;
 }

#outer {
 text-align:left;
 margin:0;
 padding:0;
 background: #FFF;
 }
 
 #container {
 width:762px;
 margin: 0 auto;
 padding:0;
}

#header {
 height:90px;
 padding: 10px 10px 0 10px;
 }

#logo {
font: italic bold 2.5em "Times New Roman", Times, serif;
color: #000;
margin-top: 25px;
}

#picturebar {
 height:202px;
 padding-bottom: 5px;
 }
 
 
 #navigation {
 background: #FFF;
 text-align: center;
 padding: 1.1em 0 ;
 margin:0;
 border-bottom: 1px solid #000;
 }
 
#maincontent {
width: 500px;
float:left;
background: #FFF;
}

#rightcontent {
float:right;
width: 260px;
margin-top: 20px;
 }
 
 
 
 #rightcontent p {
color: #333333;
text-align: left;
font-size: 20pt;
line-height: 30pt;
}

#footer {
 height:2.5em;
 margin:0;
 padding:1em 0 0 0;
 clear: both;
 border-top: 1px solid #000;
 }
 
#copyright {
 height:30px;
 color: #CCC;
 margin: 0;
 clear: both;
 }
 
 #build {
 float:right;
 margin-top:-42px;
 }
 
 /* General Styles */ 
 
 #maincontent p {
 margin:0;
 padding: 1.2em 0.5em 1.2em 0.5em;
 text-align: justify;
 }
 
  #rightcontent p {
 margin:0;
 padding: 0.7em;
 }

 #footer p {
 font-size: 9pt;
 text-align: center;
 margin:0;
 padding: 5px 0 0 0 ;
 }
 
#footer a:link {
 color: #000;
 text-decoration: none;
 }
 
#copyright p {
 font-size: 9pt;
 color: #666;
 text-align: left;
 }
 
#build a:link, #build a:visited, #build a:hover, #build a:active  {
 color: #666;
 text-decoration: none;
 }

 /* Primary Navigation Layout Styles */ 

#navigation ul {
display: inline;
list-style: none;
margin:0;
padding: 0;
}

#navigation li {
display: inline;
padding: 0 0.75em;
font-weight: bold;
font-size: 13pt;
}

#navigation a:link, #navigation a:visited, #navigation a:hover, #navigation a:active {
color: #000;
text-decoration: none;
}


 
 