/* main styles */
html,body {width:100%;}
body {
	margin:0;
	padding:0;
  	color:#062557;
	font-family:georgia,"Times New Roman",times,serif;
	background:#111e34;
	font-size:12px;
	min-width:879px;
	}
img {border:none;}
a {
	text-decoration:none;
	color: #CCCCCC;
	}
a:hover {
	text-decoration:underline;
	}


#header-container {
	float:left;
	width:100%;
	height:161px;
	background:#f0f1ed url( images/bg-header.gif) repeat center top;
	}
div.header {
	width:875px;
	height:161px;
	background:url( images/bg-header.jpg);
	margin:0 auto;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	position:relative;
	}

a.logo {
	display:block;
	width:495px;
	height:97px;
	background:url( images/logo.gif);
	position:absolute;
	top:30px;
	left:345px;
	}

#left-column .logo {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}		
.header .logo {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}		
#left-column h2 {
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}	
/* header navigation */
#header-line {
	float:left;
	width:100%;
	height:42px;
	background:#d2c2b5 url( images/bg-header-line.gif) repeat left top;
	}
#header-line .line {
	width:100%;
	height:42px;
	background:url( images/bg-header-line.jpg) no-repeat center top;
	}
#navigation {
	width:879px;
	margin:0 auto;
	text-align:center;
	}
#navigation li {
	display:inline;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	padding:0 14px;
	line-height:42px;
	}
#navigation li a {
	color:#2d3748;
	}
	
/* middle container */
#middle-container {
	float:left;
	width:100%;
	background:#323f52 url( images/bg-middle.jpg) repeat left top;
	}
#middle {
	width:877px;
	margin:0 auto;
	padding:0 1px;
	}
#middle-content {
	float:left;
	border:2px solid #fff;
	border-top:0;
	position:relative;
	width:873px;
	background:#e9e2d3;
	padding:47px 0 40px 0;
	margin-bottom:-21px;
	z-index:1;
	}
/* shadow */
#shadow {
	width:100%;
	height:8px;
	background:url( images/bg-shadow.png) repeat-x top;
	margin-bottom:-8px;
	position:relative;
	z-index:2;
	overflow:hidden;
	}
	
/* columns */
#columns {
	float:left;
	width:100%;
	background:url( images/bg-middle-line.gif) repeat-y left;
	}
#left-column {
	float:left;
	width:195px;
	padding:0 27px 0 29px;
	}
#right-column {
	float:right;
	width:560px;
	padding:0 35px 0 0;
	}

#right-column a {
	color: #993333;
	}
	
/* footer */
#footer {
	clear:both;
	margin:0 auto;
	width:867px;
	padding:37px 6px 40px 6px;
	text-align:right;
	color:#c0c0c0;
	line-height:18px;
	}
#footer a {color:#c0c0c0;text-decoration:underline;}
	
/* main text styles */

h2,h3,h4 {margin:0;}
h1 {
	color:#623718;
	font-size:24px;
	margin:0 0 10px 0;
	}
h2 {
	color:#5d3417;
	font-size:16px;
	}
p {
	margin:0 0 1.2em 0;
	text-align:justify;
	}
	
#ittconnect { 
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	color: white;
	font-size: 11px;
}

