@charset "UTF-8";
/* scw.css */
body {
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	
}

h1 {
	color: black;
	font-size: x-large;
	font-weight: bold;
	margin: 5px 0px 25px 0px;
}

	h2 { color: #333333;
	font-size: large; 
	font-weight: bold; 
	margin: 5px 0px 15px 0px; 
}

h3 {
	color: black;
	font-size: medium;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
}
h4 {
	color: black;
	font-size: 100%;
	font-weight: normal;
	margin: 0px 0px 25px 0px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	height: 100%;
}

a          { color: #000000; 
			
			}
a:visited  {color: #CC0066;
			font-weight: normal;
}
a:hover    {color: #990099;
			font-weight: normal;
}
.maincontainer {
	width: 800px;
	background-repeat: no-repeat;
	background-image: url(/images/scwcontent_bkgdplus_tile.jpg);
	}

.container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-y;
	position: relative;
	}
	
.box {
	width: 350px;
	padding: 5px;
	}


/* BANNER AREA */
.banner_area {
	width: 800px;
	height: 145px;
	background-color: #999999;
	background-image: url(images/scwbanner_background800.jpg);
	background-repeat: no-repeat;

}

.navigator {
	padding-top: 120px;
	padding-right: 40px;
	float: right;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: auto;
}	

.navigator_a {
	color: white;
	text-decoration: none;
}
.navigator_a:visited {
	color: #FFCC33;
}
.bannernav_a:hover {
	color: white;
}

.toplogo {
	padding-right: 20px;
	padding-top: 10px;
	float: right;
	width: auto;
}

.maincontent {
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(images/scwcontent_bkgdplus_tile.jpg);
	background-repeat: repeat-y;
}

/* CONTENT AREA */

.contentleft {
	width: 800px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image: url(images/scwcontent_bkgdplus_tile.jpg);
	background-repeat: repeat-y;
	padding-bottom: 0px;
}

.contentright {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	width: 320px;
	float: right;
	background-color: #D5C1D5;
	padding-bottom: 20px;
	
}	

#contentright {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	width: 320px;
	float: right;
	background-color: #D5C1D5;
	padding-bottom: 20px;
	
}	
	
.contentcentre {
	width: 765px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	background-image: url(images/scwcontent_bkgdplus_tile.jpg);
	background-repeat: repeat-y;
}	

.imageright {
	margin-top: 0px;
	margin-left: 20px;
	float: right;
	background-image: url(images/scwtransparent.gif);
	background-repeat: no-repeat;
	width: auto;
		
}.imageleft {
	margin-right: 10px;
	float: left;
	width: auto;
	margin-left: 20px;
	text-align: center;
}


	/* TEXT */

.text_left {
	width: 380px;
	padding-left: 20px;
	padding-right: 10px;
	float: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}

.text_right {
	padding-top: 55px;
	float: right;
	width: 210px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}
.text_centre {
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 40px;
	width: 700px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	}

.text_top {
	padding-top: 0px;
	padding-left: 750px;
	float: left;
	width: 800px;
	
}

/* FOOTER AREA */
.footerArea{
	width: 800px;
	height:120px;
	background-image: url(images/scwfooter_bkgdc.jpg);
	background-repeat: no-repeat;
	float: left;
	
	}

