/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
	text-align: center;
}

body {
	background: #114d8c url(../images/body_bg.gif) repeat-x;
}

#title {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background-image: url(../images/title_bg.gif);
}

	#title a {
		display: block;
		width: 843px;
		height: 152px;
		text-indent: -9999px;
	}
	#title a:focus{
  		outline:none;
 	}
	
#box {
	position: relative;
	top: 13px;
	width: 963px !important;
	width: 975px;
	margin: 0 auto; 
	border: 6px solid #fff;
	background: #fff;
}

#header {
	position: relative;
	z-index: 1;
	height: 152px;
	background: url(../images/header_bg.gif) repeat-x;
}

.generalError #header {
	height: 152px;
	background: url(../images/header_bg.gif) repeat-x;
}

#col1 {
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	background-image: url(../images/login_bg.jpg);
}

.generalError #col1 {
	min-height: 1px;
	height: auto !important;
	height: auto;
	background-image: none;
}

	#mainContent {
		padding: 224px 0 0 208px;
	}

	.generalError #mainContent {
		padding: 12px 0 6px 0;
	}

#footer {
	position: relative;
	height: 46px;
	margin-top: 6px;
	background: #afae9c;
}

	#footer * {
		color: #fff;
	}

	#address {
		position: absolute;
		top: 8px;
		left: 20px;
	}

	#address .col1,
	#address .col2,
	#address .col3 {
		position: absolute;
		top: 0;
		left: 0;
		width: 190px;
	}

	#address .col2 {
		left: 190px;
	}

	#address .col3 {
		left: 380px;
	}
	
	#w3c {
		position: absolute;
		top: 24px;
		right: 15px;
	}