@charset "utf-8";
/* CSS Document */
/* Sticky footer */
* { 
    margin: 0; 
} 
html, body {
	height: 100%;
} 
#wrapper {
	width: 1000px;
	min-height: 600px;
	height: auto !important;
	height: 720px;
	background-color: #fff;
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -1.5em;
	margin-left: auto;
} 

/* Sticky footer end*/
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background-image: url(../images/top.jpg);
	background-position: left top;
	height: 150px;
	background-repeat: no-repeat;
	padding-right: 40px;
	padding-left: 40px;
	margin:0px;
}
.oneColFixCtrHdr #header .logo {
	float: right;
	width: 208px;
	margin: 0; 
	padding-top: 25px;
}
.oneColFixCtrHdr #header .globalLinks {
	font-size: 1.0em;
	float: left;
	margin: 0;
	padding-top: 10px;
	text-align: left;
	color: #CCCCCC;
}
.oneColFixCtrHdr #header .globalLinks .time{
	height:15px;
	padding-bottom: 3px;
}
.oneColFixCtrHdr #header .globalLinks a{
	text-decoration:none;
	color: #CCCCCC;
}
.oneColFixCtrHdr #header .globalLinks a:hover{
	text-decoration:underline;
	color: #F1BE37;
}
.oneColFixCtrHdr #header .globalLinks a.active{
	text-decoration:none;
	color: #F1BE37;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0;
}
.oneColFixCtrHdr #mainContent .more{
	text-align:right;
	color:#F2B327;
	font-size: 1.0em;
	margin-right: 15px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #mainContent .more a{
	color:#F2B327;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent .more a:hover{
	text-decoration:underline;
} 
.hline{
	clear:both;
	margin: 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
#footer, .push { 
    height: 2.5em; 
}
.oneColFixCtrHdr #footer {
	clear:both;
	height:40px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #footer .copyright{
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	font-size: 10px;
	color: #3a59a2;
	text-decoration: none;	
}
.clear{
	clear:both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
}

