body
{
	margin:0px;
	font-family:Arial;
	font-size:12px;
}

.wrap
{
	width:800px;
	margin:0px auto;
	}

#headerLogin
{
	background:url(../images/layout/bgHeaderLogin.jpg);
	height:21px;
	text-align:right;
	color:White;
	padding:5px 8px;
	}
	
.txtLogin
{
	font-size:10px;
	background:#5a5a5a;
	border:solid 1px black;
	width:85px;
	color:White;
	}
	
#logoWrap
{
	margin-top:45px;
	margin-bottom:5px;
	}
	
#menuWrap
{
	background:url(../images/layout/bgMenu.jpg) top;
	width:800px;
	margin-bottom:2px;
	}

.line
{
	height:3px;
	background:#bf3004;
	margin-top:2px;
	}

#slogan
{
	float:right;
	font-size:1.6em;
	margin-top:95px;
	margin-right:5px;
	color:#5a5a5a;
	}
#breadcrumb
{
	font-size: 0.9em;
	margin-top:4px;
	}
#breadcrumb a
{
	color:Black;
	text-decoration:none;
}
	
#contentWrap
{
	margin-top:10px;
	}
.contentLeft
{
	float:left;
	width:550px;
	margin-right:45px;
	}
.contentRight
{
	float:left;
	width:200px;
	padding-top:25px;
	}
.rightTop
{
	background:url(../images/layout/rightTop.jpg);
	height:12px;
	width:205px;
	}
.rightMid
{background:url(../images/layout/rightBack.jpg);
	width:185px;
	padding:0px 10px;
	}
.rightMid h3
{
	margin:0px 0px 5px 0px;
	}
.rightMid a.buttonRight
{
	background:#bf3004;
	color:White;
	text-decoration:none;
	padding:1px 10px;
	text-align:center;
	width:140px;
	}
.rightMid a
{
	display:block;
	padding-bottom:3px;
	color:#545454;
	}
.rightBottom
{background:url(../images/layout/rightBottom.jpg);
	height:12px;
	width:205px;
	margin-bottom:15px;
	}
#footer
{
	background:url(../images/layout/footer.jpg) top;
	color:White;
	padding:10px 15px 25px 15px;
	line-height:2.0em;
	margin-top:35px;
	}