@charset "utf-8";
/* CSS Document */

body {
	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-color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
}
.oneColFixCtrHdr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #999966;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
}
.oneColFixCtrHdr #header {
	background-color: #878656;
	/*	background-image: url(../images/indextop.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	height: 182px;
	padding-right: 55px;
	padding-left: 0px;
	background-image: url(../images/indextop2.jpg);
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
#headerTopColor {
	background-color: #878656;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 12px;
	margin-right: -10px;
	margin-left: -20px;
}
.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 #mainContent {
	padding: 0 20px;
	background-color: #999966;
}
.oneColFixCtrHdr #footer {
	background-color: #666633;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #F2F2C8;
}
.oneColFixCtrHdr #footer .copy {
	position: relative;
	text-align: left;
	float: left;
	width: 325px;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer .gulfnetwork {
	position: relative;
	text-align: right;
	float: right;
	width: 325px;
	color: #F2F2C8;
	padding-right: 20px;
}
.oneColFixCtrHdr #footer .gulfnetwork a {
	color: #F2F2C8;
}
.oneColFixCtrHdr #footer .gulfnetwork a:hover {
	color: #E7E796;
}
#navBar42 {
	background-color: #666633;
	width: 990px;
	border-top-width: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	height: 30px;
	position: absolute;
	top: 146px;
}
.mainText {
	FONT-SIZE: 14px;
	COLOR: #F2F2C8;
	LINE-HEIGHT:normal;
	FONT-FAMILY: verdana, arial, helvetica, trebuchet, "times new roman", serif;
}
.mainTitle {
	FONT-WEIGHT: bold;
	FONT-SIZE: large;
	COLOR: #F2F2C8;
	FONT-FAMILY: helvetica, sans-serif;
	background-color: #666633;
	padding-right: 12px;
	padding-left: 12px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F2F2C8;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 350px;
}
a {
	color: #666633;
	text-decoration: none;
}
a:hover {
	color: #346702;
}
.textCream {
	color: #F2F2C8;
}
.textDullGreen {
	color: #666633;
}


.textEverGreen {
	color: #4B731D;
}
.textDkGreen {
	color: #346702;
}

.textRed {
	color: #9D0832;
}
.textSmall {
	font-size: small;
}
.textIndent {
	text-indent: 20px;
}

.newsArticleP {
	padding-right: 6px;
	padding-left: 6px;
}
.textNewsBlue {
	color: #52A4D4;
	font-weight: bolder;
}
.textNewsRed {
	color: #9D0832;
	font-weight: bolder;
}
#news p {
	padding-right: 6px;
	padding-left: 6px;
	text-indent: 8px;
	position: relative;
}
#news h1,h2,h3,h4,h5,h6 {
	padding-right: 6px;
	padding-left: 6px;
}
.newsBorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.newsBorderLeft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
.newsBorderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.newsBorderBottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.newsBorderBothsides {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
.newsBorder3sides {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#newsSpecialCh {
	font-size: xx-large;
	font-weight: bold;
	color: #9D0832;
	display: inline;
	position: relative;
	height: 30px;
	width: 30px;
}
.border {
	border: 1px solid #666633;
}

