@charset "UTF-8";
body {
	font: 85% Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 950px;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColFixCtrHdr h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #00A1B1;
}
.oneColFixCtrHdr a {
	color: inherit;
	margin-right: 0px;
	text-decoration: underline;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF url(../images/main_bg_mid.jpg) repeat-y center center;
	width: auto;
	margin-right: 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 20px;
	height: 510px;
}

.oneColFixCtrHdr #insideMainContent_top {
	background: #FFFFFF url(../images/main_bg.jpg) no-repeat center top;
	width: auto;
	margin-right: 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px 20px 5px;
	height: 5px;
}
.oneColFixCtrHdr #insideMainContent {
	background: #FFFFFF url(../images/main_bg_mid.jpg) repeat-y center top;
	width: auto;
	margin-right: 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 20px;
}
.oneColFixCtrHdr #insideMainContent a {
	color: white;
	margin-right: 0px;
	text-decoration: underline;
}

.oneColFixCtrHdr #insideMainContent_bottom {
	background: #FFFFFF url(../images/main_bg.jpg) no-repeat center bottom;
	width: auto;
	margin-right: 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 20px 10px;
	height: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px 0 50px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	color: #284F6A;
	font-size: 70%;
}

.oneColFixCtrHdr #footer a {
	color: #274F69;
}

/* Home Page Div Styles */

.oneColFixCtrHdr #TopContent {
	background: #49494A;
	min-height: 157px;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 15px;
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: normal;
}
.oneColFixCtrHdr #TopContent a {
	color: #00A2B1;
}

.oneColFixCtrHdr #LeftContent {
	background: #000000;
	height: 240px;
	width: 555px;
	margin-left: 15px;
	float: left;
	color: #FFFFFF;
	padding: 5px;
	min-height: 240px;
	overflow: hidden;
}
.oneColFixCtrHdr #LeftContent a {
	color: #00A2B1;
}


.oneColFixCtrHdr #RightContent {
	background: #000000;
	height: 240px;
	width: 256px;
	margin-right: 20px;
	float: right;
	color: #FFFFFF;
	padding: 5px;
	min-height: 240px;
	overflow: hidden;
}
.oneColFixCtrHdr #RightContent a {
	color: #00A2B1;
}

/* Inside Page Div Styles */

.oneColFixCtrHdr #InsideContent {
	background: #49494A;
	margin-right: 25px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 10px;
	position: relative;
	background-color: #000000;
	color: #FFFFFF;
	min-height: 600px;
}

.notopgap {

margin-top: 0;
}

.nobottomgap {

margin-bottom: 0;
}

.warning {
font-weight:bold;
color:#FF0000;
}

.breadcrumb {
	font-weight:normal;
	color:#FFFFFF;
	font-size: 80%;
	text-align: right;
}

/* for Internet Explorer */
/*\*/
* html .oneColFixCtrHdr #InsideContent {
height: 600px;
}
/**/
