body { 
	background-color: #cdcdcd;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  margin: 0 auto;
}

#header{
  text-align: center;
  height: 146px;
  background-image: url('../images/sopa_top_bg_repeat-2.jpg');
	background-repeat: repeat-x; 
}

#header img{
  margin: 10px 0 0 0;
}
 

#menu {
  height: 24px;
  background-color: #09117e;
  width: 100%;
}
#menu2 {
  display:block;
  width: 900px;
  padding:10; 
  margin:0 auto; 
  list-style-type:none;
  white-space:nowrap;
}
#menu2 li {
  display:table-cell;
  float:left;
}

#menu2 a {
  width:auto;
  display:block;
  padding: 4px 10px;
  color:#fff; 
  border-left:1px solid #fff; 
  border-right:1px solid #fff; 
  text-decoration:none;
  float:left;
}

#menu2 a:hover {
  color:#000; 
  background:#d4d4d4;
}

.contentArea{
  margin:0 auto; 
  width: 965px;
  background-color: #ffffff;
  min-height: 300px;
  padding: 5px;
}
.contentArea p {
  margin: 5px 5px 3px 5px;
}
.shoutBox{
  padding: 10px;
  width: 260px;
  border: 1px solid black;
  background-color: #e9e9e9;
  font-family: verdana, arial, helvtica, sans-serif;
  float: right;
}
.shoutBox2{
  padding: 3px 0px 3px 0px;
  margin: 0 0 20px 20px;
  width: 260px;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;
  font-family: verdana, arial, helvtica, sans-serif;
  float: right;
  clear: both;
}
.shoutBox3{
  padding: 5px;
  margin: 0 0 20px 20px;
  width: 260px;
  border: 1px solid #cdcdcd;
  background-color: #fcf6de;
  font-family: Arial, Helvtica, Sans-Serif;
  font-weight: bold;
  font-size: 15px;
  float: right;
  text-align: center;
  clear: both;
}
.shoutBox2 p{
  padding: 2px;
}
.shoutBox2 .title{
  background-image: url('../images/blue-bar2.gif');  
  color: #FFFFFF;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
.shoutBox2 a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  font-variant: small-caps;
  font-size: 13px;
}
.shoutBox2 a:hover {
  text-decoration: underline;
  color: #000000;
}
hr {
margin: 15px 0;
text-align: center;
}
.tagLine {
  font-size: 16px;
  color: #1d2cc0;
  text-align: center;
}
.paraHeading {
  font-size: 14px;
  color: #1d2cc0;
  font-weight: bold;
}
.paraHeadingCentered {
  font-size: 16px;
  color: #110248;
  font-weight: bold;
  text-align: center;
}
.subParaHeading {
  font-weight: bold;
  font-size: 15px;
  color: #1d2cc0;
}
.note {
  font-style: italic;
  font-weight: bold;
}
fieldset {
  width: 350px;
  margin: 0 0 0 25px;
}
legend {
  font-weight: bold;
  color: #110051;
}
.footer {
text-align: center;
margin: 0 auto;
font-size: 12px;
font-weight: bold;
width: 975px;
height: 125px;
background-color: #e4e4e4;
}
.footer2 {
text-align: center;
margin: 0 auto;
font-size: 12px;
font-weight: bold;
width: 975px;
height: 125px;
background-color: #e4e4e4;
}



