body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #e1e1e1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-image: url(../images/BACK-Fade.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 972px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/CNS-Banner_01.jpg);
	height: 171px;
	background-repeat: no-repeat;
	width: 950px;
	margin: 0 11px;
} 
.twoColFixLtHdr #header2 {
	background: #FFFFFF;
	padding: 10px 20px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/CNS-Banner_01.jpg);
	height: 161px;
	background-repeat: no-repeat;
	width: 930px;
	margin: 0 11px;
	text-align: right;
} 
#wrapper {
	overflow: hidden;
	background: #FFFFFF;
	width: 950px;
	margin: 0 11px;
	height: 100%;
	padding: 0;
}
	
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	height: 100%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right: 1px solid #cccccc;
}
.twoColFixLtHdr #mainContent {
	margin: 20px 0 20px 203px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.twoColFixLtHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image: url(../images/CNS-Bottom.jpg);
	height: 165px;
	background-repeat: repeat-x;
	width: 950px;
	margin: 0 11px;
	color: #9EC1C8;
	font-size: 10px;
} 
.twoColFixLtHdr #footer2 {
	padding: 0;
	width: 972px;
	margin: 0px;
	color: #666666;
	font-size: 10px;
	text-align: center;
} 
.twoColFixLtHdr #footer2 a {
	color: #333333;
    font-size: 10px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


H1 {
	color : #ED1F24;
	font-size : 24px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #4890CC;
	padding-bottom: 5px;
}


H2  {
	color : #62235C;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	margin: 0;
	border-bottom: 1px dotted #4890CC;
}


H3 {
	color : #62235C;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	margin: 0;
}


H4 {
	color : #558A8D;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	margin: 0;
}


H5 {
	color : #558A8D;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 0;
	margin: 0;
}

H6 {
	color : #FFFFFF;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}



 hr {
	border: none 0;
	border-top: 1px dashed #A66498; /*the border*/
	width: 99%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
 }



ul {
	margin: 0;
	padding: 0 0 0 20px;
}

ul li {
	margin: 2px 0px 5px 5px;
	padding: 0;
}

#side_l {background: url(../images/Fade-20-L.png) repeat-y left;}
#side_r {background: url(../images/Fade-20-R.png) repeat-y right ;margin-left:0px;padding-right:0px;}


a  {
	font-family : verdana,arial;
	color : #007E89;
	text-decoration : none;
	font-size: 12px;
}


a:visited  {
	text-decoration : none;
	color : #4faeb8;
	font-size: 12px;
}


a:hover  {
	color : #6B1C5A;
	font-size: 12px;
}



.SPECIAL a:link {
	color : #7DC242;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.SPECIAL a:visited {
	color : #7DC242;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.SPECIAL a:hover {
	color : #FFFFFF;
}



.twoColFixLtHdr #footer a:link {
	color : #FFFFFF;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a:visited {
	color : #FFFFFF;
	font-size : 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer a:hover {
	color : #F6A81D;
}


#bodybox-FULL {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px #CCCCCC solid;
	width: 697px;
	background: #fefefe;
	padding: 3px;
	margin: 5px 0 20px 0;
}


#bodybox-left {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px #CCCCCC solid;
	float: left;
	width: 311px;
	background: #fefefe;
	padding: 10px;
	margin: 0 0 20px 0;
}
#bodybox-right260 {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px #CCCCCC solid;
	float: right;
	width: 260px;
	background-color: #fbfdfd;
	padding: 10px;
	margin: 10px 0 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../images/BOX-260-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 2750px;
}

#bodybox-right260  a {
	font-size: 10px;
}

#bodybox-right260 a:visited {
	font-size: 10px;
}

#bodybox-right260 a:hover {
}

#bodybox-right180 {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px #CCCCCC solid;
	float: right;
	width: 180px;
	background: #fefefe;
	padding: 10px;
	margin: 3px 0 20px 20px;
}

#bodybox-460width {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px #CCCCCC solid;
	width: 460px;
	background: #fefefe;
	padding: 10px;
	margin: 0 0 20px 0;
}

#clear-right {
	clear: right;
}

dl {
	margin: 11px 20px 0 20px;
	padding: 0 0 0 0;
	float: left;
}

dd {
	margin: 0;
	padding: 0 0 1px 0;
}
.WhiteText {
	color : #FFFFFF;
	font-weight: bold;
}

.smalltext a  {
	font-size: 10px;
}

.smalltext  {
	font-size: 10px;
}

.redtext  {
	color : #cc0000;
}

.purpletext  {
	color : #62235C;
}


.purpletextBIG  {
	font-size: 13px;
	color : #62235C;
	font-weight: bold;
}


.normal {
	background-color: #F9F8FF;
}

.normal2 {
	background-color: #F1F9FF;
}

.initial {
	background-color: #F1F9FF;
}

.highlight { 
	  background-color: #FFEEB1; 
}
.twoColFixLtHdr #header2 a {
	font-size: 12px;
	color: #6B1E5C;
	font-weight: bold;
}

.twoColFixLtHdr #header2 a:visited {
	font-size: 12px;
	color: #6B1E5C;
	font-weight: bold;
}

.twoColFixLtHdr #header2 a:hover {
	color: #FFFFFF;
}

