html, body {
	height: 100%;
	margin: 0;
	font: 12px Arial,Helvetica,sans-serif;
	background: url('images/bg_body.gif') top repeat-x;
	color: #000;
}

#body {
	position: relative;
	min-height: 100%;
}

* html #body {	height: 100%; }

#content {
	width: 980px;
	margin: 0 auto;/* -45px auto;*/
	padding-bottom: 60px;
	overflow: hidden;
}

img { behavior: url("iepngfix.htc"); }

a img {
	border: 0;
}

#header {
	padding: 1em 0 0 2em;
}
#header .tagline {
	position: relative;
	left: 1em;
	bottom: 24px;
	font: 18px bold Arial,Helvetica,sans-serif;
}

#right-column {
	width: 200px;
	float: right;
	padding: 0 6px 10px 6px;

}
#left-column {
	width: 200px;
	float: left;
	padding: 0 6px 10px 6px;
}
#main {
	float: left;
	padding: 0px 8px 10px 8px;
	width: 980px;
}


#footer {
	width: 980px;
	height: 45px;
	margin: -45px auto 0 auto;
	font: bold 15px Arial,Helvetica,sans-serif;
	color: #069;
	background: #fff;
	text-align: center;
	position: relative;
}

#footer .links {
	font-size: 12px;
	color: gray;
	padding-bottom: .5em;
}

#footer .links a,
#footer .links a:visited,
#footer .links a:active {
	color: gray;
	text-decoration: none;
}

#footer .links a:hover {
	color: #c00000;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.loginheader {
	font: bold 12px Tahoma,Arial,sans-serif;
	text-align: center;
	border-bottom: 1px solid silver;
}

.loginlinks {
	font: bold 12px Arial,Helvetica,sans-serif;
	color: #004080;
	text-align: center;
	border-top: 1px solid silver;
}

.loginlinks a,
.loginlinks a:visited,
.loginlinks a:active {
	color: #004080;
	text-decoration: none;
}

.loginlinks a:hover {
	color: #f00;
}

h2 {
	font: italic 18px 'Trebuchet MS',Helvetica,sans-serif;
	color: #03c;
	margin-bottom: .5em;
}

h3 {
	font: bold 13px 'Trebuchet MS',Helvetica,sans-serif;
	color: gray;
	margin-bottom: .5em;
}

/* Borders for rounded corners -- 3px radius */

b.b1, b.b2, b.b3 {
	font-size: 0;
	overflow: hidden;
	display: block;
}
b.b1 {
	height: 1px;
	margin: 0 2px;
}
b.b2 {
	height: 0;
}
b.b3 {
	height: 1px;
	border-right: 1px solid;
	border-left: 1px solid;
	margin: 0 1px;
}
div.b4 {
	padding: 0 4px;
	border-right: 1px solid;
	border-left: 1px solid;
}

/* Definition for header-link-box class. Gray borders and light yellow background */
.top-link-box b, .top-link-box div.b4 {
	background-color: #ffc; /* Background color for top-link-box */
	border-color: #888; /* Border color for top-link-box */
}
.top-link-box b.b1 {
	background-color: #888; /* Border color for top-link-box */
}
.top-link-box img {
	display: block;
	margin: 0 auto;
}
.top-link-box a,
.top-link-box a:link,
.top-link-box a:active,
.top-link-box a:visited {
	color: #c20;
	font: bold 11px Arial;
	text-decoration: none;
	display: block;
	width: 25%;
	float: left;
	text-align: center;
}

ul.list1 {
	margin-left: 0;
	padding-left: 2em;
	list-style: url('images/listarrow.gif');
	font: normal 150% Tahoma,'Lucida Sans',sans-serif;
}
ul.list1 li {
	padding-bottom: .5em;
}



.half-width {
	/* Half-width for two-column layout */
	float: left;
	width: 50%;
}

.third-width {
	/* One-third width for three columns */
	float: left;
	width: 33%;
}

.half-width div, .third-width div {
	/* For divs inside the column styles.  For adding padding _after_ the width is set */
	/*padding: .5em;*/
}

