body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color : #EBEBEB;
	background-image: url(../images/BACK.jpg);
	background-repeat: repeat-x;
	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 */
	height: 100%;
	-webkit-text-size-adjust: none;
}
.twoColFixLtHdr #container {
	width: 940px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header-SPLASH {
	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/CAMA-logo-SPLASH.gif);
	height: 111px;
	background-repeat: no-repeat;
	color: #CFF;
} 
.twoColFixLtHdr #header {
	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/CAMA-logo.gif);
	height: 111px;
	background-repeat: no-repeat;
	color: #CFF;
} 
.twoColFixLtHdr #header2 {
	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. */
	height: 150px;
	background-image: url(../images/CAMA-banner-5.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header3 {
	width: 940px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/BODY-TOP.gif);
	background-repeat: no-repeat;
	height: 12px;
} 
.twoColFixLtHdr #header3-SPLASH {
	width: 940px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/BODY-TOP-SPLASH.gif);
	background-repeat: no-repeat;
	height: 12px;
} 
.twoColFixLtHdr #headerButton {
	/*margin: 0;*/ /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 44px 34px 0 0;*/ /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	/*text-align: right;*/
	margin: 0;
	padding: 0;
	left: 685px;
	top: 42px;
	position: relative;
	text-align: center;
	width: 237px;
	height: 20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 15px 0 15px;
	height: 500px;
}
.twoColFixLtHdr #sidebar1-SPLASH {
	float: left; /* since this element is floated, a width must be given */
	width: 425px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 20px;
	margin: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 220px; /* 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;
} 
.twoColFixLtHdr #mainContent-SPLASH {
	margin: 0 0 0 475px; /* 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;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #7a7c86;
	background-image: url(../images/Footer-Rule.gif);
	background-repeat: repeat-x;
	height: 100%;
} 
.twoColFixLtHdr #footerBOX {
	margin: 0 auto;
	padding: 30px 10px 0 10px;
	background-image: url(../images/Footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 920px;
	height: 200px;
	text-align: left;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #a1dbf2;
}
.twoColFixLtHdr #footer-SPLASH {
	margin: 0 auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 10px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-image: url(../images/Footer-SPLASH.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 920px;
	height: 32px;
	text-align: left;
}
.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;
}
.twoColFixLtHdr #body {
	width: 940px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/BODY-RULE.gif);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #body-SPLASH {
	width: 940px; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(../images/BODY-RULE-SPLASH.gif);
	background-repeat: repeat-y;
}

H1 {
	color : #09C;
	font-size : 24px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #b0d7e7;
	margin: 0;
	padding: 10px 0 7px 0;
	line-height: 24px;
}

H2  {
	color : #036;
	font-size : 20px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 3px 0;
	margin: 0;
	line-height: 24px;
	border-bottom: 1px dotted #b0d7e7;
	text-decoration: none;
}

H3 {
	color : #09C;
	font-size : 18px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 3px 0;
	margin: 0;
}

H4 {
	color : #036;
	font-size : 16px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 3px 0;
	margin: 0;
}

H5 {
	color : #09C;
	font-size : 14px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

H6 {
	color : #036;
	font-size : 10px;
	font-weight : normal;
	font-family : Arial, Helvetica, sans-serif;
	padding: 5px 0 0 0;
	margin: 0;
}

 hr {
	border: none 0;
	border-top: 1px dotted #b0d7e7; /*the border*/
	width: 100%;
	height: 1px;
	margin: 11px 0 11px 0;
}

a  {
	font-family : verdana,arial;
	font-size : 12px;
	color : #069;
	text-decoration : none;
}

a:visited  {
	text-decoration : none;
	color : #06C;
}

a:hover  {
	color : #00baeb;
}

dl {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	float: left;
	border-left: 1px dotted #acacac;
	width: 172px;
}
dd {
	margin: 0;
	padding: 0 0 7px 0;
}

.smalltext {
	font-size : 11px;
	line-height: 14px;
}

.smalltext a {
	font-size : 11px;
}

.green {
	color : #09C;
	font-weight : bold;
}
.red {
	color : #CC0000;
}
.redBIG {
	color : #CC0000;
	font-size : 14px;
}
.bluetext {
	color : #036;
}
.bluelight {
	color : #069;
}
.bluelightBIG {
	color : #069;
	font-size: 14px;
}
.white {
	color : #FFFFFF;
	font-size : 14px;
}


.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 : #6CF;
}

.twoColFixLtHdr #header a:link {
	color : #FFFFFF;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #header a:visited {
	color : #FFFFFF;
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #header a:hover {
	color : #9CF;
}

#bodybox-right200 {
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	border: 1px #CCCCCC solid;
	float: right;
	width: 200px;
	padding: 10px;
	margin: 10px 0 20px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 1200px;
	background-color: #fafeff;
}

