body {
	font: 100% Verdana, Arial, Helvetica, 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;
	background-image: url(images/gradient_bottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin-bottom: 60px;
}

.oneColElsCtr #container1 {
	width: 798px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	height: 31px;
}
.oneColElsCtr #HOMEcontainer2 {
	width: 798px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	background-image: url(images/homeBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 666px;
	height: 666px;
	}

.oneColElsCtr #container2 {
	width: 798px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 666px;
	height: 666px;
	background-color: #CCCCCC;
	}
	
.oneColElsCtr #ABOUTcontainer2 {
	width: 798px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	background-image: url(images/content_allwhiteBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 666px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
	
.oneColElsCtr #PRESScontainer2 {
	width: 798px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	background-image: url(images/content_allwhiteBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 666px;
	height: 1200px;
	background-color: #FFFFFF;
	}
	
.oneColElsCtr #GIGScontainer2 {
	width: 798px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	background-image: url(images/content_allwhiteBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 666px;
	background-color: #FFFFFF;
	overflow: hidden;
	}
	
	.oneColElsCtr #contentcontainer {
	width: 798px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	background-image: url(images/contentBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 666px;
	}
	
.oneColElsCtr #container3 {
	width: 798px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	height: 31px;
}

.oneColElsCtr #logoContent {
	padding: 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #navigation {
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 30px;
}
.oneColElsCtr #thumb {
	padding: 0  0  0  0px;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom: 30px;
	height: auto;
}
.oneColElsCtr #footerContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#nav {
margin:0;
padding:0;

}
#nav li {
	display:inline;
	padding:0;
	margin:0;
	padding-right: 35px;
}
#thumb li {
	display:inline;
	padding:0;
	margin:0;
	padding-right: 15px;
}

.style1 {
	color: #990000;
	font-style: italic;
}
	
.style2 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12px;
	color: #000000;
}

.style3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
}

.style4 {
	color: #333333;
	font-style: italic;
}

.style6 {color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}
