/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: transparent url(/images/bgBody.gif) top left repeat-x;
	background-color: #2b2b6c;
	text-align: center;
}

div#wrapper {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(/images/bgWrapperSecondary.gif) top left repeat-y;
	overflow: hidden;
}

div#header {
	width: 768px;
	height: 150px;
}

	div#headerButtons {
		width: 207px;
		float: right;
		margin-top: 46px;
	}
	
		div#headerButtons img {
			border: none;
		}

	div#header div.logo {
		margin-right: 207px;
	}
	
		div#header div.logo img {
			float: left;
			border: none;
		}

div#rightcol {
	width: 193px;
	float: right;
	margin-right: 14px;
}

	* html div#rightcol {
		margin-right: 7px;
	}
	
	div#language {
		margin: 10px auto;
		width: 150px;
		background: #fff;
		border: 2px solid red;
		text-align: center;
		clear: left;
	}

div#leftcol{
	margin-right: 193px;
	padding: 25px 35px;
	background: transparent url(/images/bgLeftColSecondary.gif) top left no-repeat;
}

	.imageHR {
		margin-left: 10px;
		clear: left;
	}
	
	.instantResponse {
		margin: 15px;
	}
	
div#footerContainer {
	width: 100%;
	height: 95px;
	background: transparent url(/images/bgFooter.gif) top left repeat-x;
	background-color: #313174;
	z-index: 100;
}

div#footer {
	width: 768px;
	margin: 0 auto;
	clear: both;
	color: #fff;
	text-align: left;
}

	div#footer div#copyright {
		width: 180px;
		float: right;
		text-align: right;
		padding: 5px 5px 0 0;
	}
	
		div#footer div#copyright a {
			padding: 0;
		}
	
	div#footer div#links {
		margin-right: 160px;
		padding: 15px 5px;
		text-align: left;
	}

/* Extranet */

div.utility {
	margin: 10px;
}

	div.utility a {
		padding: 5px;
		border: 1px solid black;
		text-decoration: none;
		color: #fff;
		background: #7F0F17;
	}
	
	div.utility a:hover {
		background: #C92127;
	}
	
div.actionButton {
	margin: 10px;
	float: right;
}

	div.actionButton a {
		padding: 5px;
		border: 1px solid black;
		text-decoration: none;
		color: #fff;
		background: #7F0F17;
	}
	
	div.actionButton a:hover {
		background: #C92127;
	}
	
img.previousButton {
	cursor: pointer;
}