html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background-color:#354489;
}
h1 {
	margin:0px 0px 10px 0px;
	font-size:1.5em;
	color:#DD7157;
 }
h2 {
	margin:0px 0px 10px 0px;
	font-size:1em;
	color:#000;
	font-weight:bold;
}
h3 {
	margin:0px 0px 10px 0px;
	font-size:.85em;
	color:#000;
	font-weight:bold;
}
body {
	color: #3C3C3C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin:0;
	padding:0;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-color:#DD7157;
	/*background-image: url(/images/layout-images/background.jpg);
	background-repeat:repeat-x;
	background-position: bottom;*/
}
#outerWrapper {
	background-color: #fff;
	margin:0 auto;
	max-width: 970px;
	min-width: 970px;
	text-align: left; 
	width: 970px;
	margin-top:0px;
	margin-bottom:0px;
}
hr {
	border: none 0;
	border-top: 1px solid #000;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
/************* DEFAULT LINK STYLES **************/
a:link {
	color: #00F;
	text-decoration:underline;
}
a:visited {
	color: #00F;
	text-decoration:underline;
}
a:hover {
	color: #ff0000;
	text-decoration:none;
}
a:active {
	color: #F00;
	text-decoration:underline;
}
/**************** TEXT STYLES ********************/
#finePrint {
	font-size:10px;
	color:#999;
	margin-top:20px;
	padding:0 10px;
}
.redText {
	color: #F00;
}
/****************  BEGIN HEADER *******************/
#outerWrapper #headerWrapper {
	height:181px;
	width:100%;
}
#header {
	margin:0;
	padding:0;
	background-image: url(/images/layout-images/top-header-dots-bg.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
#topNavigation {
	background-color:#3A672C;
	min-height:30px;
}
#topBanner {
	float:right;
	width:646px;
	margin:0 10px 0 0;
}
#logo {
	width:970px;
	margin:0 auto;
	height:181px;
}
/**************************** BEGING CONTENT/LEFT COLUMN/RIGHT COLUMN SECTION *****************************/
#outerWrapper #contentWrapper {
	overflow: hidden;
	background-image: url(/images/layout-images/page-content-area-bg.jpg);
	background-repeat: repeat-y;
}
/***************** RIGHT COLUMN SETTINGS */
#outerWrapper #contentWrapper #rightColumn {  /* THIS IS THE PROPERTY FOR THE RIGHT COLUMN */
	background-color: #ebebeb;
	border-left: dotted 1px #666;
	border-bottom: dotted 1px #666;
	float: right;
	padding: 10px 10px 10px 10px;
	min-height:300px;
	width:200px;
	max-width: 200px;
}
#outerWrapper #contentWrapper #contentwithRightCol { /* THIS IS THE PROPERTY FOR THE CONTENT COLUMN */
	position:relative;
	margin-left: 0;
	margin-right: 220px;
	min-height:500px;
	padding:10px;
	width:728px;
	max-width:728px;
	vertical-align:top;
}
/***************** LEFT COLUMN SETTINGS */
#outerWrapper #contentWrapper #leftColumn {  /* THIS IS THE PROPERTY FOR THE LEFT COLUMN */
	float: left;
	padding: 10px 10px 10px 10px;
	min-height:300px;
	width:200px;
	max-width:200px;
}
#outerWrapper #contentWrapper #contentwithLeftCol {  /* THIS IS THE PROPERTY FOR THE CONTENT COLUMN */
	position:relative;
	margin-left: 220px;
	min-height:500px;
	margin-right: 10;
	padding:10px;
	width:718px;
	max-width:728px;
	/*background-image: url(/images/layout-images/content-corner-style.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
}
/***************** BOTH COLUMNS SETTINGS*/
#outerWrapper #contentWrapper #threeColumns {  /* THIS IS THE PROPERTY FOR THE CONTENT COLUMN */
  margin-left: 220px;
	min-height:500px;
  margin-right: 220px;
  padding:10px;
}
/***************** ONE COLUMN FULL WIDTH SETTING */
#outerWrapper #contentWrapper #contentFullWidth {  /* THIS IS THE PROPERTY FOR THE CONTENT COLUMN */
	margin-left: 0;
	margin-right: 0;
	padding:10px;
	min-height:500px;
}

/*************************** FOOTER SECTION ********************************/
#bottomFinisher {
	width:970px;
	height:102px;
}
#footerWrapper {
	min-height:50px;
	width:100%;
	font-size:0.85em;
	color:#fff;
	background-image: url(/images/layout-images/footer-full-width-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	/*background-color:#354489;*/
}
#footerContentWrapper {
	width:970px; min-height:50px; margin:0 auto; background-image: url(/images/layout-images/footer-bg.jpg); background-repeat: no-repeat; background-position: center top;
}
#footerLinkSection {
	
}
#copyright {
	padding-top:8px; float: left; margin-left: 5px; margin-top:15px;
}
.netvisionLink {
	display:block;
	float:right;
	width:225px;
	height:35px;
}
/**************************** End Footer ******************************/

