body{
	text-align: center;			/* IE centering, other browsers: container */
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	color: #000000;	
}

body.mainForm{
	margin: 0;	
}

div.containerBackground{
	width: 100%;
	margin: 0;
	padding: 0;
}

div#containerBgTop {
	background: #FFFFFF url(../img/bg_ffffff_676767.gif) repeat-x bottom;
	z-index: 100;
}
div#containerBgTop2 {
	background: url(../img/bgAsphTop.jpg) no-repeat bottom;
	z-index: 101;
}

div.containerCentered{
	width: 978px;
	text-align: left;			/* reset IE centering, */
	margin: 0 auto;				/* w3cBrowser centering */
}

div#containerHeader{
	width: 990px;
}

div#containerMainSection{
	background: #FFFFFF;
	border-left: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	clear: both;
	margin-top: -15px;
}

div#containerBgBottom {
	background: #676767 url(../img/bgAsphBottom.jpg) no-repeat bottom center;
	z-index: 100;
	height: 264px;
	min-height: 264px;
}

div#containerFooter{
	background: #FFFFFF url(../img/bgBottomEdge.gif) no-repeat bottom center;
	z-index: 101;
	height: 74px;
	min-height: 74px;
}

div#containerMenu{
	width: 195px;
	margin: 0px 0px 0px 5px;
}

div#containerContent{
	width: 760px;
	float: right;
	
}


div#contentSub{
	clear:both;
	
}

a.commandLink {
	text-decoration: none;
	color: #000000;
}
a.commandLink:hover {
	text-decoration: none;
	color: #000000;
}
img.commandLink {
	border: 0px transparent none;	
}

a {
	text-decoration:none;
	color:#2243CE;
}
a:hover {
	text-decoration:underline;
	color:#2243CE;
}

.errorMessages {
	background:transparent url(../img/error.gif) no-repeat scroll left center;
	padding-left: 20px;
	color: red;
}
}

