@charset "utf-8";
/* CSS Document */

body {
	font: 75%/160% Arial, Helvetica, sans-serif;
	color: #333333;
	background: #D9EBF9 url(../Images/background.png) no-repeat top left;
}

#page {
	width: 100%;
	margin-top: 5px;
	padding-top: 5px;
}

#header {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;	
	padding: 0 24px 0 24px;
}

.holder {
	width: 1044px;
	margin: 0px auto;
	background-color: #04478b;
	height: 31px;
	padding: 0px 0px 0px 24px;
	color: #ffffff;
}

#content {
	background: #fff url(../Images/gradient-bg.jpg) repeat-x left bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.wrap {
	width: 1020px;
	margin: 0px auto;
	padding: 20px 24px 20px;
}
.redText {
	color: #FF0000
}
