/* CSS Document */

body {
	background: #fff;
	font-family: Arial, Helvetica, Verdana;
	margin: 10px;
}
#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	/*border: 1px solid #ccc;*/
}
#header {
	height: 75px;
	width: 1000px;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
}
#logo {
	float: center;
	width: 25%;
}
#banner {
	width: 1000px;
}
#menu {
	text-align: center;
}

#menu ul {
	margin: 5px;
}
#menu li {
	display: inline;
	/*background: url(../images/bgNor.jpg) repeat-x;*/
}
a {
	display: inline;
	color: #F8F9F9;
	background: url('../images/bgNor.jpg') repeat-x;
	/*background: url(../images/bgNor.jpg) repeat-x;*/
	text-decoration: none;
	font-size: 12px;
	font-weight: bold; padding-left:13px; padding-right:13px; padding-top:6px; padding-bottom:6px
}
a:hover {
	background: url('../images/bgHover.jpg') repeat-x;
	text-decoration: none	
}
.current {
	background: url('../images/bgActive.jpg') repeat-x;
	text-decoration: none;
	color: #000
}
.current:hover {
	background: url('../images/bgActive.jpg') repeat-x;
	text-decoration: none;
	color: #000
}
#menubase {
	background: #1E456E;
	height: 5px;
}
/* Menus end here */

/* Content starts here */
#content {
	padding: 50px 30px 25px 30px;
	
}

#center-col {
	width: 800px;
	border: 1px solid #ccc;
	float: left;
	font-size: 0.9em;
	margin-left: auto;
	margin-right: auto;
}
#center-col-con { 
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 14px;
}
#hdg-1 {
	height: 30px;
	background: url('../images/bgHdg2.jpg') repeat-x;
	text-align: center;
	font-size: 1.0em;
	font-weight: bold;
	border: 1px solid #ccc; padding-left:0; padding-right:0; padding-top:0px; padding-bottom:0
}
#hdg-2 {
	height: 30px;
	background: url('../images/bgHdg2.jpg') repeat-x;
	text-align: left;
	font-size: 1.0em;
	font-weight: bold;
	border: 1px solid #ccc; padding-left:10px; padding-right:0; padding-top:0px; padding-bottom:0
}
.links {
	color: #1A4773;
	text-decoration: none;
	background: none;
}
.links:hover {
	color: #1A4773;
	text-decoration: underline;
	background: none;
}
#footer {
	height: 35px;
	border-top: 1px solid #ccc;
	text-align: center;
	font-size: 0.9em;
	padding: 10px 0 0 0;
}
#footer ul {
}
#footer li {
	display: inline;
	margin: 3px;
}