body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #ddddd3;
	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;
	overflow: scroll;
}

.oneColFixCtr #container {
	width: 801px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ddddd3;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

a {
	color: #0d1d8a;
	text-decoration: none;
}

a:hover {
	color: #0d1d8a;
	text-decoration: underline;
}


img {
	border: 0px none;
}

strong {
	color: #0d1d8a;
}

.title {
	color: #0d1d8a;
	font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#header {
	float: left;
	background-image: url(images/head.jpg);
	width: 801px;
	height: 159px;
}

#headerLink {
	float: left;
	background-image: url(images/bgMenu.jpg);
	padding: 0px;
	margin: 0px;
	width: 775px;
	height: 66px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	padding-left: 13px;
	padding-right: 13px;
}

#headerLink a {
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
}

#headerLink a:hover {
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

#menuLinkSel {
	float:left;
	background-image: url(images/bgMenuSel.jpg);
	background-repeat:repeat-x;
	height: 20px;
	padding-top: 34px;
	padding-left: 11px;
	padding-right: 10px;
}

#menuLink {
	float:left;
	height: 20px;
	padding-top: 34px;
	padding-left: 11px;
	padding-right: 10px;
}

hr {
	height: 1px;
	color: #2e4cbf;
	border: 0px;
	background-color: #2e4cbf;
	margin-bottom: 10px;
	margin-top: 10px;
}

ul {
	list-style: disc;
	margin-top: 10px;
}

#footer { 
	clear: both; 
	background-image: url(images/bgFooter.jpg);
	color: #ffffff;
	height: 73px;
	text-align: center;
	padding-top: 20px;
	width: 801px;
}

#center {
	float: left;
	width: 801px;
	padding-bottom: 20px;
}

#colBig {
	float: left;
	width: 525px;
	padding-top: 20px;
}

#colSmall {
	float: left;
	width: 251px;
	padding-top: 20px;
}

#boxEnter {
	float: left;
	width: 227px;
	height: 35px;
	background-image: url(images/boxEnter.jpg);
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: right;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}

#box { 
	float: left;
	width: 227px;
	height: 212px;
	padding: 12px;
	color: #ffffff;
	margin-bottom: 20px;
	margin-top: 20px;
}

#news {
	background-color: #bfc0b3;
	float: left;
	width: 231px;
	padding: 10px;
}