/*
 * colors
 * color 1: #1B4565 (logo blue)
 * color 2: #EFE7C4 (light khaki)
 * color 3: #DDCCAC (khaki)
 * color 4: #942632 (accent red)
 * color 5: #517490 (greyed blue)
 * color 6: #B0A38E (taupe)
 */
#custom-doc {
   /*background: url('../images/v.lt.blue.gif') no-repeat left 220px;*/
   background: url('../images/v.lt.blue.gif') no-repeat left 100px;
   border: none;
}
#outside-doc {
   background: #fff;
   min-width: 800px;
   border: 1px solid #1B4565; 
}
html,body {
   background: #B0A38E ;
}
#menu{
   margin-top:2.1em;
   *margin-top:2.05em;
}
.menucontent{
   margin-left: 2.15em;
   *margin-left: 2.1em;
}
#logo {
   width:220px;
   height: 70px;
}
.redbg{
   background: #942632;
   color: #fff;
}
#bd {
   margin-left: 0;
   margin-right: 0;
   padding-top: 3.5em;
}
.outercontent {
   margin: 2em 0 9em 0;
}
#content-textbox {
   padding: .2em 1em .2em 0;
}
#leftimage {
   position: absolute;
   top: -3.8em;
   *top: -3.5em;
   left: -1em;
   color: #1B4565; 
}
.relativediv {
   position: relative;
}
#hd{
   background-image: url('../images/ca/banner.ca.gif');
}
#page-title {
	background: #1B4565 url('../images/ca/titlebar.ca.gif') repeat-y;
	color: #fff; 
}
.full-title,
.left-title,
h1.right-title {
	background-color: #1B4565; 
	color: #fff; 
}

th {
	color: #fff; 
	background: #1B4565; 
}

/*
th.plain {
	background: none;
    color: #1B4565;
    border: none;
}

td {
	color: #1B4565; 
}
*/

#ft-leftcolor,
#ft-midcolor,
#ft-rightcolor {
	background: #942632;
}

.rtimg .imgborder {
	border-color: #EFE7C4;
}

.rowa {
	background-color: #F7F3E1;
}
.rowb {
	background-color: #FBF9F0;
}

