/* RSA Structural Elements Style Sheet -------------------------------------*/


#topContainer {
	margin:0px;
	text-align:center;
	overflow:hidden;	
}

#toolbarBottomLine {
	border-bottom:1px solid #A1A1A1;
}

#toolbarContainer {
	margin-right:auto;
	margin-left:auto;	
	width:770px;
}

#toolbarBorders {
	border-left:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	padding:15px 2px 10px 2px;		
}

#toolbarContent {
	text-align:right;
}

#mainContainer {
	position:relative;
	background-color:#FFF;
	margin-right:auto;
	margin-left:auto;
	width:770px;
}

#mainBorders {
	text-align:left;	
	border-left:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	padding:2px;
}


#footerLine {
	border-top:3px solid #525252;
}

#footerContainer {
	height:33px;
	background-color:#A61419;
}

#bottomWhiteTopLine {
	height:56px;
	border-top:1px solid #A1A1A1;
}

#bottomWhiteContainter {
	margin-right:auto;
	margin-left:auto;
	width:770px;
}

#bottomWhiteBorders {
	height:56px;
	border-left:1px solid #A1A1A1;
	border-right:1px solid #A1A1A1;
	padding:0px 2px;		
}


