body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	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 {
	width: 768px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #000000 url(../images/topback.png)  0 0 no-repeat; 
	/* 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 #bar { background:url(../images/bar.png)
	0 26px no-repeat;
	}

.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;
	height: 212px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000000;
	font: "Times New Roman", Times, serif;
	font-size:14px;
	color:#D6D6D6;
	}
.oneColFixCtrHdr #right {background:url(../images/designdevelop.png) 0 0 no-repeat;
}

.oneColFixCtrHdr #news {background: url(../images/news.png)  0 0 no-repeat;

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	}


.oneColFixCtrHdr #footer { background: #000000 url(../images/footer.png) 0 0 no-repeat;
	}
.oneColFixCtrHdr #footer p { 
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size:10px;
	color:#CC9966 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20 px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #00FF00;
	text-decoration: none;
}
a:visited {
	color: #6600FF;
	text-decoration: none;
}
a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.style5 {color: #CC9966}
.style6 {color: #FFCC00}
.style7 {
	font-size: 16pt;
	font-style: italic;
	color: #FFFFFF;
}

.style8 {color: #FFFFFF}

.style81 {color: #FFFFFF ;
          font-size: 10pt;
         }

.style9 {color: #FFCC33}

.style17 {
	font-size: 16px;
	color: #FFCC33;
}

.style18 {font-size: 14px}

.style19 {
	font-size: 16px;
	color: #FFCC33;
}

.style20 {color: #FFCC33}
.style21 {font-size: 14px; color: #FF9999; }
.style22 {color: #FF9999}
.style25 {
	color: #9999CC;
	font-style: italic;
	font-weight: bold;
}

.style26 {
	font-size: 16px;
	color: #FFCC33;
}

.style28 {
	font-size: 16px;
	color: #FFCC33;
}

.style29 {color: #FFFFFF; font-size: 16pt;}

.style30 {color: #D6D6D6 ;
          font-size: 14px}

.style31 {color: #FFCC33}

.style33 {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #9999cc;
}

.style36 {
	color: #9999cc;
	font-style: italic;
}
.style38 {color: #9999cc}
.style39 {
	color: #9999cc;
	font-size: 14px;
	font-style: italic;
}

.style40 {
	color: #D6D6D6;
	font-weight: bold;
	font-style: italic;
}
.style42 {
	color: #FFFFFF;
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
}
.style43 {font-size: 14px; color: #FFCC33; }


