@charset "utf-8";
/* CSS Document */

body{
	background:#CCCCCC;
	}

/*HEADERS / BOXES*/
.body-header{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	background:#FFFFFF;
	}
.footer-header{
	width:992px;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	text-align:center;
	}
.menu-header{
	width:992px;
	margin-left:auto;
	margin-right:auto;
	background:#166581;
	padding:2px;
	text-align:center;
	}

.top-header{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
	
/*ROUNDED CORNER*/
.top-bg-line{
	background:url(../images/rounded-corner/top-drop-shadow-bg.gif) repeat-x;
	}
.btm-bg-line{
	background:url(../images/rounded-corner/btm-drop-shadow-bg.gif) repeat-x;
	}
.left-line-bg{
	background:url(../images/rounded-corner/left-drop-shadow-bg.gif) repeat-y;
	}
.right-line-bg{
	background:url(../images/rounded-corner/right-drop-shadow-bg.gif) repeat-y;
	}
	
.top-left-menu-corner{
	background:url(../images/misc/t-l-rc.gif) no-repeat #FFFFFF; 
	background-position:top left;
	}
.top-right-menu-corner{
	background:url(../images/misc/t-r-rc.gif) no-repeat #FFFFFF; 
	background-position:top right;
	}
.btm-left-menu-corner{
	background:url(../images/misc/btm-l-rc.gif) no-repeat #FFFFFF; 
	background-position:bottom left;
	}
.btm-right-menu-corner{
	background:url(../images/misc/btm-r-rc.gif) no-repeat #FFFFFF; 
	background-position:bottom right;
	}
	
/*PADDING*/
.padding-top2px{padding-top:2px;}
.padding-top5px{padding-top:5px;}
.padding-top10px{padding-top:10px;}
.padding-right2px{padding-right:2px;}
.padding-right5px{padding-right:5px;}
.padding-right10px{padding-right:10px;}
.padding-bottom2px{padding-bottom:2px;}
.padding-bottom5px{padding-bottom:5px;}
.padding-bottom10px{padding-bottom:10px;}
.padding-left2px{padding-left:2px;}
.padding-left5px{padding-left:5px;}
.padding-left10px{padding-left:10px;}
.padding-everything2px{padding:2px;}
.padding-everything5px{padding:5px;}
.padding-everything10px{padding:10px;}
.padding-2sides20px{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/*MISC*/
form{
	padding:0;
	margin:0;
	}
	
.img-border-1px{
	border:1px #c6c7c4 solid;
	}
	
html {
/*CONTROLS BG BOX OF ARROW AND UP AND DOWN SCROLL BAR*/
scrollbar-base-color: #166581;
/*CONTROLS COLOR OF ARROW*/
scrollbar-arrow-color: #FFFFFF;
/*CONTROLS BG OF SCROLL TRACK*/
scrollbar-track-color: #a1b9d2;
/*CONTROLS BORDER OF TRACK*/
scrollbar-shadow-color: #006c89;
scrollbar-lightshadow-color: #666666;
scrollbar-darkshadow-color: #666666;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: #666666;
}.padding-everything20px {
padding:20px;
}
