/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   color: #336699; 
   text-align: center; 
   min-width: 1000px; 
   font-family: verdana, lucida, arial, helvetica, sans-serif;
}

p {
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 80%;
}

a, a:link, a:visited {
   color: #336699;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #336699;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}

#intro  {background:   ;
}

#container {
   position: relative; 
   margin: 0 auto;
   width: 1000px;
   text-align: left;
   background:  fff;
   border: solid #99ccff 0px;
}

/* intro */

#pageHeader {
   background: url(../images/cpac-back-1000.jpg) center top no-repeat;
   padding-top: 20px;
   padding-left: 40px;
   height: 190px;
   color: #7D8669;
}

#pageHeader h1 {
	position: absolute;
	width: 294px;
	left: 206px;
	top: 60px;
}

#pageHeader h2 {
	position: absolute;
	width: 294px;
	left: 191px;
	top: 109px;
	font-size: 80%;
}


#columnright {
	float: right;
	font-size: 80%;
	width: 210px;
	padding-left: 10px;
	padding-right: 30px;
}

#columnleft {
	float: left;
	font-size: 80%;
	width: 200px;
	padding-left: 15px;
	padding-right: 15px;
}

#h3 {
   color: #003366;
   margin-bottom: 20px;
    
}


/* generic text */

.style1 {
	font-size: small;
	font-weight: bold;
	color: #000;
}
.style2 {
	font-size: medium;
	font-weight: bold;
	color: #003366;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
	color: #3399cc;
}

.style4 {
	font-size: small;
	font-weight: bold;
	color: #990000;
}

.style5 {
	font-size: smaller;
	font-weight: lighter;
	color: #990000;
}


#supportingText {
   margin-left: 240px;
   margin-right: 20px;
   padding: 10px 10px 10px 20px;
   border: solid #bdd2d3 1px;
}

#contentbox2, #contentbox3, #contentbox4, #contentbox5 #centercontent{
   border-bottom: solid #bdd2d3 1px;
   padding-right: 20px;

}
#contentbox1 {
	float: right;
	font-size: 14px;
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color:#003;
}



#supportingText h3 {
   margin-bottom: 10px;
   height: 20px;
   width: 400px;
   background-color: #fff;
   color: #003366;
   border-bottom: solid #336699 2px;

}

#supportingText .p1 {
   color: #000000;
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   border-top: solid #000000 1px;
   padding-top: 20px;
   color: #000000;
}

/* links */

#lmenu {
   clear: both; 
   height: 25px;
   margin-bottom: 15px;
}

#lmenu li a:hover {
   color: #6699cc;
   background-color: ;
   border-right: solid #666633 0px;
}

#lmenu ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
   text-align: center;
}

#lmenu ul li {
   display: inline;
}

#lmenu li a { 
   text-decoration: none; 
   padding: .2em .5em;
   color: #fff;
   background-color: ;
   border-right: solid #003366 0px;
}
