/* GENERAL */
body {
	background-image: url(images/headerBg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	min-width: 960px;
	}

h1 {
	font-family: 'Arial Black', Arial, Helvetica sans-serif;
	color: #003399;
	font-size: 24px;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 16px;
	color: #a40b01;
	}
h3 {
	font-family: 'Arial Black', Arial, Helvetica sans-serif;
	color: #003399;
	font-size: 18px;
	margin: 0 0 10px 0;
	padding: 0;
	}
img {
	border: none;
	}
p {
	margin: 0;
	padding: 0;
	}
a {
	color: #e4180b;
	text-decoration: none;
	}
a:hover {
	color: #003399;
	text-decoration: none;
	}	
		
/* WRAPPER */		
#wrapper {
	width: 960px;
	margin:0 auto;
	padding: 0;
	}

/* HEADER */
#header {
	background: url(images/header.jpg) top left no-repeat;
	width: 960px;
	height: 125px;
	text-align: left;
	}
.branding {
	padding-top: 5px;
	padding-left: 15px;
	}

/* CONTENT */	
#content {
	width: 920px;
	background: url(images/contentBot.jpg) bottom left no-repeat;
	padding: 0 20px;
	}
.leftDiv {
	float:left; 
	width:450px;
	}
.rightDiv {
	float:right; 
	width:450px;
	}
	
/* BOX */
.boxImage {
	float:left; 
	width:150px; 
	margin: 0 auto;
	padding-top: 25px;
	}
.boxText {
	float:right; 
	width:290px; 
	padding-top:25px;
	margin-right:10px;
	}
.boxText a {
	color: #003399;
	text-decoration: underline;
	}
.boxText a:hover {
	color: #e4180b;
	text-decoration: none;
	}
	
/* BLUE BOX */
.boxBlue {
	background:url(images/boxBlueBg.png) repeat-y; 
	width:450px; 
	margin:0 auto; 
	text-align:left;
	margin-bottom: 15px;
	}
.boxBlueBottom {
	background:url(images/boxBlueBottom.png) bottom left no-repeat;
	}
.boxBlueTop {
	background:url(images/boxBlueTop.png) top left no-repeat;
	}

/* YELLOW BOX */
.boxYellow {
	background:url(images/boxYellowBg.png) repeat-y; 
	width:450px; 
	margin:0 auto; 
	text-align:left;
	margin-bottom: 15px;
	}
.boxYellowBottom {
	background:url(images/boxYellowBottom.png) bottom left no-repeat;
	}
.boxYellowTop {
	background:url(images/boxYellowTop.png) top left no-repeat;
	}
	
/* GREY BOX */
.boxGrey {
	background:url(images/boxGreyBg.png) repeat-y; 
	width:450px; 
	margin:0 auto; 
	text-align:left;
	margin-bottom: 15px;
	}
.boxGreyBottom {
	background:url(images/boxGreyBottom.png) bottom left no-repeat;
	}
.boxGreyTop {
	background:url(images/boxGreyTop.png) top left no-repeat;
	}			


/* FOOTER */			
#footer {
	background: url(images/footerBg.png) top left repeat-x;
	height: 50px;
	}
.footerText {
	background: url(images/footer.jpg) top left no-repeat;
	width: 960px;
	height: 50px;
	text-align: center;
	color:#FFFFFF;
	font-size: 11px;
	margin: 0 auto;
	padding-top: 15px;
	}