/* CSS Document */

*{

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	vertical-align:top ;

	}

p{

margin-top:0px;

margin-bottom:10px;

}

body{

	background-image:url(images/bodybg.jpg);

	background-repeat:repeat-x;

	background-color:#f7c542;

	

	}

a{
	color:#026368;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline
	}


.leftcol{

	padding:20px 15px 15px 25px;

	background-image:url(images/contentbg.jpg);

	background-position:right;

	background-repeat:repeat-y;

	}

.dates{

	padding-top:15px;

	padding-left:30px;

	padding-right:15px;

	color:#ffffff;

	

	}

.dates p{	

	font-size:11px;

	font-style:italic;

	}

.headwhite{

	font-size:16px !important;

	font-style:normal  !important;

	font-weight:bold;

	}

.heading1{	

	font-size:20px;

	color:#008289;

	}



.hr{

	border-bottom:2px solid #7fc0c4;

	}



.heading2{

	font-size:20px;

	color:#008289;

	border-bottom:2px solid #7fc0c4;

	padding-bottom:5px;

	text-transform:uppercase;

	}

	

.greentext{

	font-style:italic;

	color:#008289;

	font-weight:bold;

	padding-top:20px;

	padding-right:5px;

	}

.cathead{
	color:#008289;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom: 1px dotted  #008289;
	}
	
.cathead2{
	color:#cb7a40;
	font-size:14px;
	font-weight:bold;
	padding-bottom:2px;
	margin-bottom:10px;
	border-bottom: 1px dotted #cb7a40;
	}
