/* SET THE PAGE MARGIN AND BACKGROUND COLOUR HERE */

body {
	background-color: #ebdbff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	color:#FFFFFF;
}
html{ height:100%; }

/* SET GLOBAL TABLE HEIGHT */
.tableheight{
	height:100%;
}

/* SET PAGE EDGES HERE */

.topLeft {
	background-image: url(../images/cpr_topL.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.topRight {
	background-image: url(../images/cpr_topR.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottomRight {
	background-image: url(../images/cpr_bottomR.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottomLeft {
	background-image: url(../images/cpr_bottomL.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.shadowLeft {
	background-image: url(../images/cpr_shadowL.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.shadowRight {
	background-image: url(../images/cpr_shadowR.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.shadowTop {
	background-image: url(../images/cpr_top.gif);
	background-repeat: repeat-x;
	background-position:  center bottom;
}
.shadowBottom {
	background-image: url(../images/cpr_bottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

/* SET PAGE HEADER STYLES HERE */

.headerbg {
	background-image: url(../images/cpr_headerBg.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 132px;
	width: 516px;
}
.header2bg {
	background-image: url(../images/cpr_header2BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 132px;
	width: 229px;
}
.headerbg3 {
	background-image: url(../images/cpr_header3BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 36px;
	width: 229px;
}
.headerbg4 {
	background-image: url(../images/cpr_header4BG.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 81px;
	width: 516px;
}

/* SET TITLE ARRIBUTES HERE */

.titlebg {
	background-image: url(../images/cpr_titleBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 36px;
	width: 516px;
}
.titleText{
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	font-size: 12pt;
	padding-left: 20px;
	padding-right: 5px;
	padding-top: 10px;
}

/* SET CONTENT STYLES HERE */

.contentText {
	color: ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	height: 100%;
	vertical-align: top;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 15px;
}

.contentText a:link {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #fc8e00;

}

.contentText a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #fc8e00;

}
.contentText a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #ff4200;
}

/* CONTACT FORM */

.contactstyle {
	color: ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	vertical-align: top;
	text-align: left;

}

/* SET ADDRESS BG AND TEXT SYTLES HERE */

.addressDetails{
	background-color: #30105b;
	height: 80px;
	width: 745px;
}
.contentBG{
	background-color: #633b98;
}
.addressText {
	color: ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9pt;
	height: 80px;
	vertical-align: top;
	text-align: left;
	padding-left: 35px;
	padding-top: 20px;
}

.addressText a:link {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #fc8e00;

}

.addressText a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #fc8e00;

}
.addressText a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	color: #fc8e00;
}

/* SET FOOTER STYLES HERE */

.footerDivider {
	background-image: url(../images/cpr_footerDivider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 2px;
	width: 745px;

}
.footerText{
	text-align: center;
	color: #30105b;
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	padding-top: 3px;
}
.footerText a:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #511a9b;
}
.footerText a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #511a9b;
}
.footerText a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: underline;
	color: #511a9b;

}

/* SET MENU STYLES HERE */

.menubg {
	background-image: url(../images/cpr_menuBG.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 229px;
}

.menu_links {
	padding-left: 0px;
	padding-right: 3px;

}
a:link {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

}

a:visited {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;

}
a:hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}



