/*--- Global ---*/

body{
	 background-color:#cacaca;
	 margin:0px;
	 padding:0px;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:11px;
	 line-height:15px;
	 color:#666;
}
img {vertical-align:bottom;}
input, select{
	font-size:11px;
}








/*--- Page Layout ---*/

#pageWrapper{
	width:760px;
	margin:0px auto;
	background:url(../images/contentbg.gif) top left repeat-y;
	border:solid #666;
	border-width:0px 1px;
	position:relative;
}
#breadcrumbs{
	background:#f5f5f5;
	padding:6px 0px 6px 6px;
	border-bottom:solid 1px #d4d4d4;
	color:#999;
	
}
#contentLeft{
	float:left;
	position:relative;
	width:519px;
	background:url(../images/leftbg.jpg) top left repeat-x;
	margin-top:-20px;
	padding:25px;
}
#leftShaddow{
	position:absolute; top:8px; left:-11px;
}
#rightShaddow{
	 position:absolute; top:8px; right:-7px;
	
}
#contentRight{
	float:right;
	width:190px;
	background:url(../images/rightCol_bg.jpg) top left repeat-x;
	border-top:solid 5px #666666;
}
#footer{
	width:762px;
	margin:0px auto;
	text-align:center;
	background:url(../images/footer_bg.jpg) top left no-repeat;
	padding-top:86px;
	color:#888;
}

.clearer{
	clear:both; display:block; margin:0; padding:0px; height:0px; line-height:1px; font-size:1px;
}





/*--- Links ---*/
a{color:#004772; text-decoration:none;}
a:hover{color:#b23b3d; text-decoration:underline;}
a.sideNav{
	display:block;
	height:20px;
	width:140px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}
a.sideNav:hover, a.sideNav.selected{
	background-position:-140px 0px;
}
a.sideNavSelected{
	color:#b23b3d;
}
#footer a{
	color:#888;
	text-decoration:none;
}
#footer a:hover{
	color:#fff;
}
#breadcrumbs a{
	color:#999;
	text-decoration:underline;
}
#breadcrumbs a:hover{
	text-decoration:none;
}
a img{ border:0px;
}








/*--- IE 6 ---*/

* html img, * html .png{
	position:relative;
	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 = "../images/spacer.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)
	);
}
