

body {
	margin: 0px;
	padding: 0px;
	font: 11px Verdana, sans-serif;
	background-image: url(images/bkg.gif);
	}
a {
	color: #448c00;
}
#titlebar {	
}

#bannerimage {
}
#subtitlebar {
	margin: 0px auto;
	padding: 5px 10px 0px 10px;
	border-bottom: 1px solid #ccc;
	width: 730px;
}
#mainbody {
	width: 800px;	
}
#content1 {
    float:left;
    width:700px;
    padding: 10px 35px;
    line-height: 1.3em;
}
#sidebar {
/*     background:#cab268; */
	border-left: 1px solid #ccc;
	float:right;
    width:200px;
    padding: 10px;
    font-size: 0.9em;
}
#footer {
	clear: both;
	font-size: 0.9em;
	border-top: 1px solid #ccc;	
	padding: 10px 35px;

}
.header {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #ff6600;
}
#sidebar .header {
	font-weight: bold;
	text-transform:none;
	font-size: 1.2em;
	color: #0356a0;
}
.subheader {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
}
.header2 {
	font-weight: bold;
	text-transform:none;
	font-size: 1em;
	color: #0356a0;
}
#credit {
	padding: 10px 35px;
}
.breadcrumb {
	font-size: 0.9em;
}
#subtitlebar a {
	padding: 0px 0px 0px 35px;
 	margin-left: 3px;
 	text-decoration: none;
	font: bold 11px Verdana, sans-serif;
	text-transform: uppercase;
	color: #666;
	}

#subtitlebar a:hover{
	color: #ff6600;
	}

#subtitlebar strong {
	color: #333;
	}

h1 {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
}

.paddedrt {
	padding-right: 5px;
}
td { 
	padding-bottom: 3px;
	}
#subtitle { 
	padding: 15px 0px 15px 0px;
}