.link {
	border-bottom: 1px solid #E2E2E2;
	margin: 0;
	padding: 6px 0;
	width: 150px;
	color: #E2E2E2
}

.link a {
	color: #6C7B81;
	line-height: 25px;
}

.logoBottom {
	background: transparent url(../images/cp_logo_color.png) no-repeat
		scroll 0 0;
	border-top: 1px dotted #A89AA2;
	clear: both;
	color: #0049B4;
	font-size: 24px;
	padding: 18px 77px;
}

.bigHead {
	font-size: 36px;
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

.padHeight {
	height: 172px;
	margin-top: 15px;
}

.bigHead span {
	font-weight: bold;
	color: #4cb4e6;
}


.smallHead {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 0 10px 0;
}

.smallHead span {
	font-weight: bold;
	color: #4cb4e6;
}

hr {
	color: white;
	height: 2px;
}

body
{
    color: #6C7B81;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/bg6.JPG) repeat-x top #fff;
}

.leftPad {
	padding-left: 7px;
	padding-top: 10px;
}

a {
	color: #f36d21;
	text-decoration: none;
}

.sectionOne {
	float: left;
	padding: 0 0 0 20px;
	width: 237px;
}

.sectionThree {
	float: left;
	padding: 0 0 0 20px;
	width: 197px;
}

.sectionTwo {
	width: 370px;
	float: left;
	padding: 0 0 0 20px;
}

.padTop {
	margin-top: 150px;
}

.encloseData {
	background: transparent url(../images/gradient.blue.jpeg) repeat-x
		scroll center top;
	width: 100%;
	height: 100px;
}

.defineEnclosure {
	margin: auto;
	padding: 0 0 30px;
	width: 960px;
}

h2 {
	color: #4CB4EA;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 15px 0;
}

.email { 
	background: transparent url(../images/mail_blue.gif) no-repeat scroll
		left center;
	display: block;
	height: 35px;
	line-height: 25px;
	padding: 0 0 0 45px;
}

.wrap {
	margin: auto;
	width: 860px;
}

.leftFloat {
	float: left;
	width: 100%;
}

.bulletin {
	float: left;
	padding: 5px 0 10px 0;
}

span.bullet_num {
	width: 37px;
	height: 37px; #
	color: #e6643a;
	font-size: 18px;
	color: #1B3F31;
	text-align: center;
	font-weight: bold;
	line-height: 37px;
	background: url(../images/num_box.JPG) no-repeat center;
	float: left;
}

p.bullets {
	width: 290px;
	float: left;
	padding: 0 0 0 10px;
	margin: 0px;
}

p {
	line-height: 19px;
	margin: 0;
	padding: 5px 0;
	text-align: justify;
}

.siteLinks {
	float: left;
	padding: 0;
}

.lowerContentPad {
	padding-left: 30px;
}

.article
{
	float: left;
	padding: 1px 20px 1px 20px;
	width: 960px;
	border-style:dashed;
	border-width:2px;
	border-color:#6F6F6F;
	width: 720px; 
	color: #1F1F1F;
	font-size:12px;	
	margin-bottom: 50px;
	padding-bottom: 10px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
}

.logoBottomArticle {
	background: transparent url(../images/cp_logo_color.png) no-repeat scroll 0
		0;
	border-top: 1px dotted #A89AA2;
	clear: both;
	color: #0049B4;
	font-size: 24px;
	padding: 18px 77px;
}


/**
* Menu related style
**/

#menu{
    /*  
width:525px;
float:right;
text-align:right;
padding:15px 10px 0 0;
margin:0px;
*/
float:right;
margin:0 0 0 10px;
padding:5px 15px 0 0;
text-align:right;
width:405px;
}
#menu ul{
display:block;
list-style:none;
margin:0px;
}
#menu ul li{
display:inline;
padding:0px;
margin:0px;
}
#menu ul li a{
width:81px;
height:28px;
display:block;
padding:0px;
margin:0 4px 0 4px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
line-height:28px;
}
#menu ul li.selected a{
width:81px;
height:28px;
display:block;
padding:0px;
margin:0 4px 0 4px;
float:left;
text-decoration:none;
text-align:center;
color:#fff;
font-size:13px;
line-height:28px;
background:url(../images/menu_bt_a.gif) no-repeat center;
}
#menu ul li a:hover{
background:url(../images/menu_bt_a.gif) no-repeat center;
}