@charset "utf-8";
.defalut.css {
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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-color:#CCCCCC; /*  #588a9a */
}

h1 {
	font-size: 160%;
}

h2 {
	font-size: 130%;
}

/******* hyperlink and anchor tag styles *******/
a{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:visited{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #e9ebe7;
	text-decoration: underline;
	font-weight: bold;
}

.tableLinks a {
	color: #272727;
}

.tableLinks a:link {
	color: #272727;
}
.tableLinks a:hover {
	color: #272727;
}

.tableLinks a:visited {
	color: #272727;
}

.c { text-align:center; }

.marginLeft10px {
	margin-left:10px;
}

.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	width:980px;
	height:50px;
	text-align: right;
}

#banner ul li {
	display:inline; 
	padding-left:25px;
}

#Content {
	width: auto;
}

#homePage {
 width: 100%;
 height: auto;
 background-color: #ffffff;       /* the background              */
   filter:alpha(opacity=80);
   -moz-opacity:0.8;
   opacity: 0.8;
}

#footer {
	 text-align: center;
	 font-size:12px;"
}
.oneColFixCtr #container {
	margin-right: auto;
	margin-left: auto;
}
