body {
	padding-bottom: 40px; /* Let the footer breathe. */
	font: 11px Tahoma, Veranda, Arial, sans-serif;
}
.standardTable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
	color:#000000;
	font-size:11px;
	border-bottom: 3px solid #000000;
}
.standardTable thead {
	background-color:#007ED1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
.standardTable thead td {
	padding: 5px;
	border: 0px;
	border-bottom: 1px solid #999999;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#175EA4',EndColorStr='#007ED1');
}
.standardTable thead a {
	color:#FFFFFF;
	font-weight:normal;
}
.standardTable thead a:hover{
	color:#DDEEFF;
	font-weight:normal;
}
.standardTable td {
	padding:7px;
}
.standardTable a {
	font-weight: bold;
	color:#0000FF;
}
.userTable {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
	font-size:11px;
}
.sectionNameError {
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	border: 1px solid #000000;
	padding:2px;
	background-color:red;
}
.userTable td {
	padding:5px;
}
.userTable a {
	color:#333333;
}
#wrapper {
	width: 949px;
	margin: 0 auto;
}
img { border: 0; } /* for the image map */
a {
	color: #b1c9dd;
}
a:hover {
	text-decoration: underline;
}
h2, h3 {
	margin: 5px 0 8px 0;
}
.formMandatorySign {
	color:red;
}
h1 {
	z-index: 1;
	position: relative;
	width: 500px;
	bottom: 20px;
	font: 30px Arial, Helvetica, sans-serif;
	color: #fff;
}
#heading {
	margin-top: -15px;
	padding: 0 0 0 40px;
	background: #3c78aa;
}
#home h1 { display: none; } /* Not really needed on the home page */

/* --- HEADER --- */
#navigation img { display: block; }
#header {
	position: relative;
	height: 235px;
	background: url(../images/BG_header_sub.jpg) no-repeat 0 0;
}
#home #header {
	height: 247px;
	background: url(../images/BG_header_home.jpg) no-repeat 0 0;
}
#blurb {
	position: absolute;
	top: 70px;
	right: 20px;
	width: 270px;
	font-size: 14px;
	line-height: 1.3em;
	color: #fff;
}
#home #blurb {
	top: 60px;
}

/* --- MAIN CONTENT --- */
#main {
	position: static;
	z-index: 0;
	background: #326495;
}
	#home #main li {
		margin: 5px 0 0 20px;
		padding-left: 15px;
		list-style: none;
		background: url(../images/BLT_triangle_yellow.gif) no-repeat 0 50%;
	}
	#main .content {
		padding: 20px 30px;
		color: #abc1d7;
	}
	#main .content p {
		margin: 10px 0;
	}
	#main .content ul li {
		margin-left: 20px;
		list-style: disc;
	}
	#main .content ol li {
		margin-left: 25px;
		list-style: decimal;
	}
	#main .content blockquote {
		padding-left: 20px;
		border-left: 2px solid #999;
	}
	#home #main .content {
		margin: 0 10px 10px 10px;
		padding: 0;
	}
#primary {
	padding-bottom: 12px;
	background: #3c78aa url(../images/BG_primary_home.gif) no-repeat 50% 100%;
}
	#primary .left {
		width: 468px; /* Visual width = 469px */
		border-right: 1px solid #2a5490;
	}
	#primary .right {
		width: 479px; /* Visual width = 480px */
		border-left: 1px solid #4e9cc4;
	}
	#primary .more_info {
		float: right;
		width: 170px;
		margin-top: 5px;
		text-align: right;
	}
	#primary .more_info a {
		padding-right: 5px;
	}
#secondary {
	padding-bottom: 13px;
	background: #326495 url(../images/BG_secondary_home.gif) no-repeat 50% 100%;
}
	.section {
		float: left;
		border-left: 1px solid #4182b5;
		border-right: 1px solid #234675;
	}
	.one {
		width: 231px; /* Visual width = 232px */
		border-left: none;
	}
	.two {
		width: 235px; /* Visual width = 237px */
	}
	.three {
		width: 236px; /* Visual width = 238px */
	}
	.four {
		width: 241px; /* Visual width = 242px */
		border-right: none;
	}


/* --- FOOTER --- */
#footer {
	text-align: center;
	padding: 8px 0 0 0;
	background: url(../images/BG_footer.gif) repeat-x 0 100%;
}
#home #footer {
	padding: 5px 0 10px;	
}
	#footer a {
		padding: 0 10px;
	}

/* --- <p><a href="#">Local Nav</a></p> --- */
#localNav {
	background-color:#3C78AA;
}
#localNav a {
	color:#FFFFFF;
	font-weight:bold;
}

/* --- GENERAL THINGS --- */
.center { text-align: center; }
.right { float: right; }
.left { float: left; }
.clear { clear: both; }
.floatclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

