/* CSS Document */
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.2 Arial, Helvetica, sans-serif;
  min-width: 760px;
  text-align: center;
  	margin-left: 0px;
	margin-top: 0px; 
}
hr {
	padding-bottom: 0px;
	color: #990033;
	background-color: #990033;
	height: 1px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
}

h1 {
	font-size: 160%;
	font-weight: 900;
	height: 47px;
	margin-top: 12px;
	margin-bottom: 12px;
	background-image: url(../images/cldlogo4.gif);
	background-repeat: no-repeat;
	background-position: center;
}
h1 span {display:none}

h2 {
	font-size: 160%;
	font-weight: 900;
	height: 21px;
	margin-top: 10px;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	height: 21px;
	width: 300px;
	margin-top: 10px;
}


h4 {
	font-weight: normal;
	color: #B3B3B3;
	font-size: 110%;
	padding-top: 0px;
	padding-bottom: 1px;
}

p, li {
  font-size: 1.2em;
}

li {
	line-height: 1.7em;
	font-weight: bold;
}

ul {
	list-style-type: none;
	margin-bottom: 20px;
}

p {
  margin: 1em 0;
}

a:link { 
	color: #003399; 
	text-decoration: underline 
}
a:visited {
	 color: #336699; 
	text-decoration: underline 
}
a:hover { 
	color: #8b0000; 
	text-decoration: underline 
}
a:active { 
	color: #8b0000; 
	text-decoration: underline 
}
a.greenNav:link {
	color: #007236;
	text-decoration: underline;
	padding: 1px 2px 1px 2px;
	background-color: #FFFFCC;
}

a.greenNav:visited { 
	color: #007236; 
	text-decoration: underline; 
	background-color: #FFFFCC;
	padding: 1px 2px 1px 2px;
}
a.greenNav:hover {
	color: #007236;   
	text-decoration: underline; 
	background-color: #FFFFCC;
	padding: 1px 2px 1px 2px;
}
/* The Core Technique
================================= */

#wrapper {
  width: 760px; 
  margin: 0 auto; 
  text-align: justify; 
  background-color: #fff;
}
#redblocktop {
	height: 3px;
	width: 760px;
	background-image: url(../images/red.gif);
	background-repeat: repeat;
}
#contentLeft {
	list-style: none;
	background-color:#FFFFFF;
	text-align: left;
	width: 234px; 
    float: left;
    padding-bottom: 10px; 
}

#contentSecondLeft {
	list-style: none;
	background-color:#FFFFFF;
	text-align: left;
	width: 545px;
	float: left;
	padding-left: 215px;
}

#content { 
  width: 496px;
   text-align: left;
  float: right; 
}

#contentMiddle {
	width: 233px;
	margin: 0;
	text-align: left;
	float: left;
	list-style-type: none;
}

#contentRight  {
	width: 233px;
	margin: 0;
	text-align: left;
	display: inline; /* :KLUDGE: Fixes IE double margin float bug */
	float: right;
	list-style-type: none;
}

#footer {
	clear: both;
	width: 760px;
	padding: 5px 0 5px 10px;
	text-align: center;
	margin: 0 auto; 
} 
.container {
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
} 
.container1 {
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 54px;
}
.container2 {
	padding-bottom: 10px;
	text-align: center;
}
.container3 {
	
	font-size: 75%;
	padding-top: 20px;
	padding-bottom: 2px;
}
.container4 {
	padding: 5px 0 5px 0;
	text-align: center;
}
.container7 {
	padding-bottom: 10px;
	text-align: center;
}
.container7 h4 {
	font-weight: normal;
	color: #666666;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 1px;
}

.rule{
	padding-bottom: 0px;
	height: 10px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 5px;
	background-image: url(../images/dotsgrey.gif);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding: 10px 0 10px 0;
	text-align: center;
}
/* Add some padding
================================== */


#contentLeft *, #contentRight, * #contentMiddle * {
 
  

}

#contentLeft * *, #contentRight, * * #contentMiddle * * {
  padding-left: 0;
  padding-right: 0;
}
