body {
    background-color: #ffffff;
}
#contentHomeOuterWrap {
    background-image: url(img/backRoundEdge.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #142C5A;
}
#contentHomeWrap {
    color: #ffffff;
    background-image: url(img/homeBackContent.gif);
    background-position: left top;
    background-repeat: repeat-y;
	position:relative;
}
#imageWrapRight {
    width: 243px;
    padding: 10px;
    min-height:318px;
}
#imageWrapLeft{
	height:317px;
	width:703px;
	overflow:hidden;
	border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	position:relative;
	background-color:#142C5A;
}
#imageWrapLeft img {
    /*
	border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
	*/
	position:absolute;
	top:0px;
	left:0px;
}
*+html #imageWrapLeft{
	height:318px;
}
#picEdge{
	width:11px;
	height:11px;
	background-image:url(img/picEdge.gif);
	background-position: left top;
	background-repeat:no-repeat;
	position:absolute;
	top:307px;
	left:693px;
}
*+html #picEdge{
	top:308px;
}
#accpLogoHolder, #c282{
	position:absolute;
	top:435px;
	right:8px;
}
* html #accpLogoHolder, * html #c282{
	top:420px;
}
#contentWrap {
}
#leftCol {
    padding: 10px;
    width: 208px;
    min-height: 100px;
}
*+html #leftCol {
    margin-top:150px;
}
#leftCol h1 {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}
#leftCol h1 a{
    color: #ffffff;
	text-decoration:none;
}
#leftCol h1 a:hover{
	text-decoration:underline;
}
#leftCol select {
    width: 202px;
    margin-bottom: 20px;
}
#centerCol {
    width: 397px;
    padding: 0px 10px 10px 10px;
}
*+html #centerCol {
	margin-top:160px;
}
* html #centerCol {
	margin-top:12px;
}
#contentFooter {
    clear: both;
}

