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: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1E2228;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* 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 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #1E2228;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	font-style: normal;
	font-weight: bold;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #0A7DC0;
}
.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 */
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
strong {
	color: #FF6600;
}
a:link {
	color: #0CA4BE;
	text-decoration:none;
 }
a:visited {
	color: #0CA4BE;
	text-decoration:none;
}

a:hover
{
	color: #FF6600;
	text-decoration:underline;
}
.clear { clear:both;}
.list {
	width:900px;
	overflow:hidden;
	margin-right: 30px;
	margin-left: 30px;
}
.list li {
	width:240px;
	float:left;
	margin-right:30px;
	list-style: none;
}
.list li.alt { margin-right:0;}
.list li span { color:#fff; display:block; margin-bottom:18px;}
.list li img {  margin-bottom:18px;}
.list li p { margin-bottom:10px;}
.list li a { color:#fff; text-decoration:none;}
.list li a:hover { color:#376c79;}
.border {
	border: 4px solid #63BFFD;
}
.newsborder {
	border: 4px solid #63BFFD;
	width:320px;
	height:220px;
	float: right;
}

.newsborder1 {
	border: 4px solid #63BFFD;
	width:320px;
	height:920px;
	float: right;
}
b {
	color: #FFFFFF;
	
 }.oneColFixCtrHdr #container #navcontainer {
	background-color: #0A7DC0;
	height: 26px;
	width: 960px;
}
h2 {
	color: #FF6600;
}
h2 {
	font-weight: lighter;
	color: #0A7DC0;
	font-size: 15px;
}

