body {
	margin: 20px auto;
	padding: 0;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #002b5c;
	font-family: Helvetica, sans-serif;
	color: #383737;
}

img {
	border: none;
}

#bdrOuter {
	width: 972px;
	height: auto;
	border: 1px #8095ad solid;
	overflow: auto;
}
#bdrMiddle {
	width: 970px;
	height: auto;
	border: 1px #d2e5f0 solid;
	overflow: auto;
}
#bdrInner {
	width: 968px;
	height: auto;
	border: 1px #a4cbe0 solid;
	overflow: auto;
}

#containerMain {
	margin: 0 auto;
	height: auto;
	width: 974px;
	overflow: auto;
}

#boxHeader {
	width: 968px;
	height: 111px;
}

#boxNav {
	width: 968px;
	height: 42px;
	background-color: #78c1ea;
}

#boxHero {
	width: 968px;
	height: 246px;
}


#colLeft {
	width: 250px;
	height: auto;
	background-image: url("../images/bg.sub.colleft.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #4897c1;
}

#txtWelcome {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
}

#imgLogButtons {
	padding: 8px 0 45px 0;
}
#imgLogButtons img {
	padding-bottom: 5px;
}

#colMid {
	width: 500px;
	height: auto;
	background-image: url("../images/bg.sub.content.gif");
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #e7e8f3;
	font-size: 12px;
}

#colMid p {
	line-height: 16px;
}


#colMid A:link {
	text-decoration: underline;
	color: #0000ee;
}
#colMid A:visited {
	text-decoration: underline;
	color: #0000ee;
}
#colMid A:hover {
	text-decoration: underline;
	color: #000000;
}
#colMid A:active {
	text-decoration: underline;
	color: #000000;
}


#imgTitle {
	margin-left: -18px;
}
	
#colRight {
	width: 218px;
	height: auto;
	padding-top: 95px;
	background-image: url("../images/bg.sub.colright.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: #4897c1;
}

#boxFooter {
	width: 968px;
	height: auto;
	margin: 8px auto;
}
.txtFooter {
	font-size: 11px;
	color: #5db6de;
}
.txtFooter A:link {
	text-decoration: none;
	color: #ffffff;
}
.txtFooter A:visited {
	text-decoration: none;
	color: #ffffff;
}
.txtFooter A:hover {
	text-decoration: underline;
	color: #ffffff;
}
.txtFooter A:active {
	text-decoration: underline;
	color: #ffffff;
}