/* Stylesheet for home page */


/* Tag Definitions limited to ID's */

H1 {
	margin: 2px 0 12px 0;
	font-size: 120%;
}
 
*+html H1 {
	padding-top: -100px;
}

.container {
	background-image: url(../images/bodyBgLarge.png);
}

.headerRow {
	height: 239px;
	background-position: 229px top;
}
 
.logo {
	margin: 78px 0 0 0;
}

.twocols {
	background-image: url(../images/twoColBgHome.png);
}

.maincol {
	padding: 2px 10px 25px 10px;
	min-height: 400px;
}

.rightcol {
	background-image: url(../images/rightColBgHome.png);
}
 
*html .maincol {
	height: 400px;
}

.maincol {
	background-image: url(../images/statusRowBgHome.png);
}