@charset "utf-8";
/* CSS Document */
html {
	overflow-y: scroll;
}
body {
	font-family:Arial;
	background: #5c6a72;
	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-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-size:12px;
}
.oneColElsCtr #container {
	width: 897px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 10px 23px 0 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(../images/pageBG.png);
	background-repeat:repeat-y;
}
.menu2 {
	background-image:url(../images/menuBG.png);
	height:34px;
	padding: 0 40px;
}
.menu {
	background-image:url(../images/menuBG.png);
	background-repeat:no-repeat;
	height:34px;
	padding-top:0px;
	margin-left:0;
	font-size:12px;
	font-weight:bold;
}
.menu A:link {
	text-decoration:none;
	color:#000000;
}
.menu A:visited {
	text-decoration:none;
	color:#000000;
}
.menu A:active {
	text-decoration:none;
	color:#000000;
}
.menu A:hover {
	text-decoration:underline;
	color:#3678ab;
}
ul.menu, .menu ul {
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	padding-left:42px;
}
.menu li {
	display:inline;
	padding-right:35px;
	margin-left:10px;
	cursor:pointer;
}
#footer {
	background-image:url(../images/footerBG.png);
	background-repeat:no-repeat;
	height:51px;
	padding-top:10px;
	padding-left:40px;
	font-size:11px;
	color:#999999;
}
h3 {
	/*	font-family:arial;
	font-size:17px;
	color:#5C6A72;
	border-bottom:1px solid #CCC;*/
	margin-bottom: 5px;
	margin-top: 3px;
	color:#2886ab;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #CCCCCC;
	
}

.title
{
	height:35px;
	padding-top:10px;
	background-image:url(../images/spinner.jpg);
	background-repeat:no-repeat;
	padding-left:55px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:22px;
}

.blackBorder
{
	border:1px solid #000;
}

