@charset "utf-8";
/* CSS Document */

/* -------------------------------------- */
/*				General Styles						*/
/* --------------------------------------	*/

body {
	background-color: white;
	background-image:url(themes/BLKBG.png);
	
	margin-top: 0px;
}
.leftsidebartext {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 100%;
	width: 216px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.leftsidebar-linkboxes{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	list-style-type: none;
	text-indent: 0px;
	background-color: #025F8A;
	width: 100%;
	text-align: left;
	
}
.leftsidebartext .leftsidebar-linkboxes p {
	text-indent: 10px;
	padding-left: 10px;
	line-height: normal;
	padding-right: 10px;
	padding-top: 5px;
}
.leftsidebartext .leftsidebar-linkboxes p a {
	color: #FFFFFF;
}
.leftsidebartext .leftsidebar-linkboxes p a:hover {
	color: gray;
}
.rightsidebar {
	
	height: 100%;
	width: 100%;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.centercontent {

	height: 100%;
	width: 500px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.footercontent {
	
	height: 100%;
	width: 920px;
	text-align: center;
	margin: 20px;
	padding: 0px;
}
.jointextfield {
	width: 200px;
	height: 22px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: normal;
	text-align: left;
	text-indent: 5px;
} 
.CWCSubmitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}
.newslettersignupcontent {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 300px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.style3 {
	font-size: 20px;
	color: #0000FF;
}
.style4 {
	color: #0000FF;
	font-weight: bold;
}
.dimmerbutton:hover {
opacity:0.6;
filter:alpha(opacity=60);
}
