hr {border: none 0; 
border-top: 1px dashed #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
*a{position:relative;}
A:link {  text-decoration: none; color: #283B59;font-weight:bold;}
A:visited {  text-decoration: none; color: #283B59;font-weight:bold;}
A:active {  text-decoration: none; color: #283B59;font-weight:bold;}
A:hover {   text-decoration: underline; color: #AC7648; font-weight:bold;}
  LI {color: #FFFFFF;}

A.appNav:link {  color: #FFFFFF;}
A.appNav:visited {  color: #FFFFFF;}
A.appNav:hover {  color: #FFFFFF; text-decoration:underline;}
A.appNav:active {  color: #FFFFFF;}
html{
	margin:0;
	padding:0;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;

} 
body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
height:100% ;
	background-color: #E3DDC1;
		background-image: url(images/background.png);
	background-repeat: repeat-x;

} 
#wrapper {
background: blue;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 836px;
	background: url("/path/to/your/background_cols.gif") repeat;
		height: 100%;

}
#container {

	height: 100%;
	min-height: 100%; 

}


#side-a {

background-image: url(images/glow_left.png);
background-repeat: repeat-y;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #FFFFFF;
}


#side-b {
 
background-image: url(images/glow_right.png);
background-repeat: repeat-y;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #FFFFFF;
}
#tran {

background-image: url(images/tranBack.png);
background-repeat: repeat-x;
}

#content {
	float: left;
	width: 800px;
	background: #FFFFFF url(images/leatherBack.jpg) repeat-y left;
	height: 100%;
	min-height: 100%;
}
#contentApp {
	
	width: 218px;
	background: #FFFFFF url(images/leatherBack.jpg) repeat-y left;

}
#content2 {

	background: #FFFFFF url(images/leatherBack.jpg) repeat-y left;

}
#contentAreaDiv {
	width: 542px;
	text-align:left; 
}
#footerAreaDiv {
	width: 542px;
	text-align:center; 	
}
.standardText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.footerTextText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.standardTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #283B59;
	font-weight:bold;
}
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #283B59;
	font-weight:bold;
}

.blackBorder {
	border: 1px solid #283B59;
}
.bottomBorderThin {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #784621;
}

