/* MAIN PAGE ---- SECTION BEGIN*/
* {
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
}

body {
	font-family: Verdana, Tahoma, ArialCE, HelvaticaCE, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: left;
	background-color: #FFFFFF;
	height: 100%;
	color: #5F6366; 
}

h3 {
	color: #5F6366; 
	font-size: 11px;
	margin: 0px 0px 6px 10px;
}

.message {
	color: green;
	margin: 0px 0px 4px 0px;
}

.error {
	color: red;
	margin: 0px 0px 4px 0px;
}

.checkboxBlank {
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	background-image: url(../images/checkboxBlank.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 2px 5px 0px 0px;
}

.checkboxChecked {
	display: block;
	float: left;
	height: 10px;
	width: 10px;
	background-image: url(../images/checkboxChecked.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 2px 5px 0px 0px;
}

#wrapperAll {
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

#headerAll {
	clear: both;
	width: 100%;
	height: 427px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/headerAllBG.jpg);
	background-position: center top;
	background-repeat: repeat-x;
}


#headerAll #header {
	clear: both;
	height: 427px;
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
/*	background-image: url(../_files/images/top_flash.jpg);*/
	background-position: center top;
	background-repeat: no-repeat;
}

#contentAll {
	clear: both;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}


#contentAll #content {
	clear: both;
	width: 970px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#footerAll {
	clear: both;
	width: 100%;
	height: 266px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/footerAllBG.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
}


#footerAll #footer {
	clear: both;
	width: 970px;
	height: 266px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/footerBG.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}

img.png {
    	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}

