@charset "utf-8";

ul { list-style-image: url(images/Arrow.gif); /* color: #00872C; */}

li { padding-bottom: 10px;}

a {color: #264995;text-decoration: none;}

a:hover {color: #00872C;text-decoration: underline;}

h1 {color: #999999;}

#GradientBack {
        background-image:url(images/ListBg.gif);
        background-position:bottom;
        background-repeat:repeat-x;
        border:#CCCCCC;
        border-style:solid;
        border-width: 1px;
}




body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(images/Background.gif) 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 */
	color: white;
}

.CBPRegular #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/Content_BG.jpg)  repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 2;
}
.CBPRegular #header {
	background-color: black; 
	height: 174px;
}
.CBPRegular #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.CBPRegular #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/Content_BG.jpg)  repeat-y;
}
.CBPRegular #mainContent #leftContent #content{
	background: white url(images/Content_BG.jpg) top no-repeat;
	width: 620px;
	color: #333;
	

}

.CBPRegular #mainContent #leftContent #content h3{
	font-size: 125%;
	font-style:italic;

} 

.CBPRegular #mainContent #leftContent #content #wrapper{
	padding: 10px 20px;

}

.CBPRegular #mainContent #leftContent #content #wrapper #SubSectionHeading{
        width: 560px;
        height: 40px;                                /* THIS VALUE MIGHT CHANGE FOR EACH PAGE */

        text-align:left;

        background-image:url(images/HeaderSubSection.gif);
        background-position:top;
        background-repeat: no-repeat;

        color:white;

        font-weight:bold;
        font-size: 1.2em;
        padding-top: 14px;
		

}


.oneColFixCtrHdr #mainContent #leftContent #content #wrapper p, li{
	font-size: 95%;
	line-height: 18px;
	list-style-image:url(images/redStar.png);
}

.CBPRegular #mainContent #rightContent a:link{
	color: white;

}
.CBPRegular #footer {
	height: 20px;
	width: 800px;
	font-size:10px;
	margin: 0 auto;
	
}
.CBPRegular #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

