/*BODY STYLES*/
body {
	padding: 0px;
	margin: 0px;
	background-image: url(../images/cpd_mainBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	/*background-image: url(../images/webliteMainBG.gif);
	background-repeat: repeat-x;
	background-position: left top;*/
	/*height:100%;*/
	width:100%;
}
html, body {
    height: 100%;
}

td, tr {
	color: #68653d;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

/*Image Border*/

img {
  border: none;
  padding: 0px;
  margin: 0px;
}

/*Layout Styles*/
#topBG1{
	background-image: url(../images/cpd_menuBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
html>body #topBG1 {
	height: auto;
    min-height: 100%;
}
#topBG2{
	background-image: url(../images/cpd_menuBGTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 100%;
		margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
html>body #topBG2 {
	height: auto;
    min-height: 100%;
}
#topBG3{
	background-image: url(../images/cpd_headerTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:100%;
	width:100%;
}
#bigBlock {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
html>body #bigBlock {
	height: auto;
    min-height: 100%;
}
/*CONTAINER FOR TOP LOGO,*/

#LogoContainer{
	position: relative;
	height: 91px;
	width: 288px;
	padding-top: 95px;
}
.header{
	position: relative;
	height: 258px;

	background-image: url(../images/cpd_headerTop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*Title*/
.titleText{
	padding-top: 8px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	color: #ffffff;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}


/*CONTENT*/ 

.contentTopBG{
	background-image: url(../images/cpd_contentSlice.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 22px;	
}
.content{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	color: #68653d;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;

}
.content a:link {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.content a:visited {
	color: #000080;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}
.content a:hover {
	color: #000080;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}
/*FOOTER*/


.footerBG{
	height: 43px;
	background-image: url(../images/cpd_footerBG.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
	
}
.footerText{
	/*position: relative;*/
	padding-top: 0px;
	padding-left: 10px;
	text-align:left;
	color: #737373;
	font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
.footerText a:link {
	color: #737373;
	font-size: 10px;
	text-decoration: underline;

}
.footerText a:visited {
	color: #737373;
	font-size: 10px;
	text-decoration: underline;
}
.footerText a:hover {
	color: #737373;
	font-size: 10px;
	text-decoration: underline;
}

