body	{
	margin: 0;
	padding: 0;
	background: #FFCC97;
	color: #000;
	}

body, td {
	font-family: Arial;
	font-size: 12px;
}


/* home page */
td.nav {
	width: 169px;

}
tr.blue {
	background-color: #27496E;
}
.light {
	background-color: #FEECD8;
}
.dark {
	background-color: #FFCC97;
}

/* navigation */
a.navitem, a.navitem:link, a.navitem:visited, a.navitem:active {
	font-size: 11px;
	font-family: Arial;
	color: #27496E;
	font-weight: normal;
}
a.navitem:hover {
	font-size: 11px;
	font-family: Arial;
	color: #27496E;
	font-weight: bold;

}

.navitemOn {
	font-size: 11px;
	font-family: Arial;
	color: #27496E;
	font-weight: bold;
}

/* content */
.outercontent {
	background: url(images/cbc/inside_background_full.jpg); 
	/*/*/ 
	background: url(../images/cbc/inside_background_full.jpg)  no-repeat; 
	/* End */
	border: none;
}
.text a, .text a:link, .text a:visited, .text a:active {
	color: #9B4E00;
	text-decoration: none
}
.text a:hover {
	color: #9B4E00;
	text-decoration: underline;
}
.blue {
	color: #294A6D;
}
td.tan, tr.tan {
	background-color: #FFE0C1;
}
td.columnheading, tr.columnheading {
	background-color: #FDB883;
}


/* Form elements */
input.standardTextBox {
	font-family: "Courier New", Courier, Monospace;
	font-size: 9pt;
	color: #000000;
	background-color: #FFF1E3;
	border-bottom: #F69A3D 1px solid;
	border-left: #986938 1px solid;
	border-right: #F69A3D 1px solid;
	border-top: #986938 1px solid;
	width: 230px;
	height: 20px;
	padding-left: 3px;
}
.label {
	color: #193652;
}
t.standardCheckBox {
	border-bottom: #F69A3D 1px solid;
	border-left: #986938 1px solid;
	border-right: #F69A3D 1px solid;
	border-top: #986938 1px solid;
	background-color: #FFF1E3;
	padding: 0px;
	margin: 0px;
}

input[type="file"] 
{
	padding: 0;
	border-style: none;
}

input[type="file"] > input[type="text"]
{
	background-color:		#FFFFFF;
}

/* button part of file selector */
input[type="file"] > input[type="button"] 
{
	background-color:		#FFCC97;
}


