﻿/* DIV styling */
#Outermost{
	background: #B9C2CF;
	background-image:url('../images/bg/containerTOP.jpg');
	background-repeat:no-repeat;
	border: none;
	width: 760px;
	padding: 5px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
	position:inherit;
	z-index:1;
	}
#Outside{
	background: #E8ECF5;
	background-image:url('../images/bg/outsideTOP.jpg');
	background-repeat:no-repeat;
	padding: 5px 0px 0px 0px;
	border: none;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	}
#Main{
	background-color: #F8F6EF;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	background-image:url('../images/nav/leftNavbg.jpg');
	background-repeat:repeat-y;
	padding-bottom:4px;
	overflow:hidden;
}
.header{
	width:738px; 
	height:89px;
	margin-left:6px;
	background-image:url('../images/MainTop_highlight.jpg');
}
#navCol{
	background-image:url('../images/nav/leftNavBG.jpg');
	background-repeat:repeat-y;
	width:140px;
	vertical-align:top;
	position:relative;
	z-index:50;
	float:left;
	margin-right:0px;
	min-height:200px;
	}
#EmailAlert{
	text-align:center;
	color:#092541;
	background-image:url('../images/bg/leftBrownBG.jpg');
	padding-top:4px;
	padding-bottom:4px;
	line-height:14px;
	}
#Search{
/*background-color:#B0984F;*/
	background-image:url('../images/bg/leftBrownBG.jpg');
	padding: 0px 4px 0px 4px;
	color:#092541;
	line-height:12px;
	}
#Footer{
	width: 760px;
	height:100px;
	background: #092541 url('../images/bg/divBottoms.jpg') no-repeat;
	padding: 0px 0px 0px 0px;
	margin-left: auto;
	margin-right: auto;
}
#imgCAPfloatL {
	float:left;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-size:10px;
	line-height:10px;
}
#imgCAPfloatR {
	float:right;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-size:10px;
	line-height:10px;
}

