/*
* {
	margin: 0px;
	padding: 0px;
}
*/

html, body {
	background-color: #d5d5d5;
	background-image: url( /art/bg_page.jpg );  /* 1023 x 28 - 1000px usable width */
	background-repeat: repeat-y;
	background-position: 50%;	
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 1.2;	
	margin: 0px 0px 0px 0px;
}

.nowrap {
	white-space: nowrap;
}

div#container {
	/* border: 1px solid green; */
	background-color: white;
	border-bottom: 1px solid #EEEEEE;
	margin-topXX: 0px;
	text-align: left;
	width: 980px;
}

.bg0 {  /* lighter green */
	background-color: #E0F1F1;
}
.bg1 { /* darker green */
	background-color: #CCE8E8;
}

.blurbdiv {	/* blurbs used at top of pages  */
	background-colorXX: #CCCCCC;
	borderXX: 1px solid gray;
	margin: 0px 30px 10px 20px;
	paddingXX: 0px 30px 20px 20px;
	text-align: left;
	widthXX: 950px;
}

.designbox {
	background-color: #CCCCCC;
	border: 1px solid gray;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	text-align: left;
	width: 500px;
}

.contentTable {
	/* border: 1px solid red; */
	margin-leftXX: 0px;
	margin-topXX: 0px;
	margin-right: 0px;
	overflow: hidden;
	width: 980px;
}

.contentFull {	/* used when no right sidebar */
	background-color: white;
	/* border: 1px solid blue; */
	overflow: hidden;
	marginXX: 0px;
	paddingXX:  0px;
	width: 970px;
}

.contentMain {
	background-color: white;
	padding-top:  10px;
	padding-left: 10px;
	padding-right: 10px;	
	width: 715px;
}
.contentRight {
    background-image: url(/art/sidebarbg.jpg);	/* 245 diw */
	width: 245px;
}

.bdy {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 12pt;	
	marginXX: 0px;
}
.bold {
	font-family: Verdana, Arial;
	font-size: 11px;
	line-height: 12pt;
	font-weight: bold;
}

b.required {	/* used on forms to indicated required fields */
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.smallred {
	color: #AA0000;
	/* font-size: 12px; */
	font-weight: normal;
}

.boldred {
	color: #AA0000;
	font-weight: bold;
}

.label {
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 12pt;	
	marginXX: 0px;
}

.pTitleBlack {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0px 5px 5px;
}

h1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 5px;
}

h2 {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	paddingXX: 0;
}

.section_header_div {
	background-color: white;
	background-image: url(/art/title_bg_713_31.jpg);
	background-repeat: no-repeat;
	background-position: 0%;	
	height: 31px;
}	

.section_header_title {
	color: #CC0000;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 6px 0px 0px 0px;
	text-align: center;
}	

.note {
	color: #0066ff;
	font-family: verdana,arial; 
	font-size: 10px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	/* line-height: 13px; */
	list-style-image: url(/art/carrot.gif);
}
li {
	margin-bottom: 2px;
}

.clear {
	clear: both;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}

/*********************************************************/
/* classes to support error message display */
/*********************************************************/

a.minibutton {
	background: #C2C2C2;
	border: 1px solid #888888;
	color: #000000;
	display: block;
	font-family: arial; 
	font-size: 10px; 	
	padding: 2px 4px 2px 4px; /* top right bottom left */
	text-decoration: none;
}

a.minibutton:hover {
	color: #FF0000;
}

a.minibutton:visited {
	colorXX: #000000;
	display: block;
}

a.minibutton:active {
	color: #FF0000;
}	

/*********************************************************/
/* classes to support error message display */
/*********************************************************/

.sidebarTitleCap {
	background-color: #FA062C;
	height: 4px;
}

.sidebarTitle {
	background-color: #C2C2C2;
	color: #333333;
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 7px;
	text-align: left;
}

.sidebarbdy {
	color: #333333;
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: left;
}

.sidebarstrip {
	color: #333333;
	text-align: center;
	width: 30px;
}

.sidebar123 {	/* used for numbered items at top of right sidebar */
	color: #333333;
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

/*********************************************************/
/* classes to support error message display */
/*********************************************************/

.errblock {
	align: center;
	background-color: #FFEEEE;	
	border: 1px solid #FF0077;
	margin-top: 10px;		
	margin-bottom: 10px;		
	}	
	
.err {
	color: #990000;
	font-family: verdana,arial; 
	font-size: 11px;
}

.errtitle {
	color: #990000;
	font-family: verdana,arial; 
	font-size: 12px;
	font-weight: bold;
}

.notice {
	color: #000099;
	font-weight: bold;
}

/*************************************************/	
	
table.dtable {
	align: center;
	background-color: #FFFFFF;	
	margin-top: 10px;		
	margin-bottom: 10px;		
	}		

tr.dalt {
	background: #EEEEEE;
}	
	
td.dlinks {
	background: #FFFFFF;
	font-family: arial; 
	font-size: 11px; 
	margin-top: 0px;		
	margin-bottom: 0px;		
	}		
	
th.dheader {
	background-color: #0080C0;
	border: 1px solid #000077;
	color: white;
	font-family: arial; 
	font-size: 14px; 
	font-style: italic;
	font-weight: bold;
	}	
	
th.dheader_red {
	background-color: #FFFFFF;
	border: 2px solid #CC0000;
	border: 2px solid #FFFFFF;
	color: #CC0000;
	font-family: verdana,arial;
	font-size: 12px;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	text-align: center;
	}		
	
th.dcolheader {
	background-color: #D5E0FF;
	/* border: 1px solid #D5E0FF; */
	color: black;
	font-family: arial; 
	font-size: 12px; 
	font-weight: bold;
	}		
th.dsubheader {
	background-color: #EEEEEE;
	border: 1px #aaaaaa solid;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}	
	
td.dlabel {
	/* background-color: #EEEEFF; */
	border: 1px solid #D5E0FF;
	color: #0066ff;
	font-family: verdana, arial; 
	font-size: 11px; 
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	text-align: right;
	}		

td.dcell {
	border: 1px solid #D5E0FF;
	font-family: arial; 
	font-size: 12px; 
	line-height: 16px;
}		
	
td.dcellAlt {
	background: #EEEEFF;
	border: 1px solid #D5E0FF;
	font-family: arial; 
	font-size: 12px; 
}			

td.dcellorange {
	background-color: #ffcc99;
	border: 1px solid #666699;
	font-family: arial; 
	font-size: 12px; 
}		
	
th.dfooter {
	background-color: #0080C0;
	border: 1px solid #000077;
	color: white;
	font-family: arial; 
	font-size: 14px; 
	font-style: italic;
	font-weight: bold;
	text-align: center;
	}		

