body {
	background: #78828E url(/images/bkSubimg.gif) repeat-x left top;
    margin-left: auto;
    margin-top: 0;
    padding-top:0;
    margin-right: auto;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #252c35;
}
body#home {
	background: #78828E url(/images/background.gif) repeat-x left top;
}
.clear { clear: both;  }

h2 {
	color:#E27024;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	margin:11px 0;
}

h3 {
	color:#E27024;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:11px 0;
}

h4, h5, h6 {
	color:#252C35;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:11px 0;
}

.border-top {
	border-top:1px dashed #405570;
	margin-top: 20px;
	padding-top: 20px;
}

.border-bottom {
	border-bottom:1px dashed #405570;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#wrapper 
{
    width: 800px; 
    margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	text-align: left; 
}
#masthead
{
	/*margin: 10px 13px 0px 17px;*/
	margin: 0;
	width: 800px;
	height: 100px;
	background-image: url(/images/header_bk.gif);
	background-repeat: repeat-x;
	padding: 0;
}
*#masthead
{
	/*margin: 10px 13px 0px 17px;*/
	margin: 0;
	width: 800px;
	height: 102px;
	background-image: url(/images/header_bk.gif);
	background-repeat: repeat-x;
}
#orangebar
{
	margin: 0px;
	padding: 0px;
	background-color: #e27024;
	height: 11px;
	width: 800px;
}
*#orangebar
{
	margin: 0px;
	padding: 0px;
	background-color: #e27024;
	height: 11px;
	width: 800px;
}
#sspc
{
	margin-top: 42px;
	margin-right: 13px;
	padding: 0;
	float: right;
}
#logo
{
	padding: 0;
	margin: 18px 0px 0px 17px;
	float: left;
}
#navigation
{
    width: 800px; 
	background-color: #405570;
	height: 29px;
	text-align: left; 
}
#footer {
	background-color: #405570;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e8f2ff;
	height: 23px;
	margin: 30;
	padding: 4px 3px 4px 9px;
}

/*
=====================================================================================
Begin DIV IDs - Home page 
*/

#banner
{
	background-image: url(/images/NewImageCUI.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 231px;
	margin: 0;
}
#content
{
	background-color: white;
	height: 400px;
	margin: 0px 9px 0px 9px;
}
#tbleft
{
	width: 339px;
	margin: 0px 4px 0px 0px;
	text-align: left;
	float: left;
}
#tblcenter
{
	width: 438px;
/*	margin: 11px 0px 0px 8px;*/
	text-align: left;
	float: left;
}
#tblright
{
	width: 445px;
	/*margin: 0px 0px 0px 4px;*/
	text-align: left;
	float: left;
}
/*  
=====================================================================================
End DIV IDs - Home page 
*/
/*
=====================================================================================
Begin DIV IDs - Sub page 
*/

#bannerSub
{
	/*background-image: url(/images/banner.jpg);
	background-position: left;
	background-repeat: no-repeat;*/
	height: 102px;
	margin: 0;
}
#contentSub
{
	background-color: white;
	height: 400px;
	margin: 0px 9px 0px 0px;
}
#leftCol
{
	width: 198px;
	margin: 0px 4px 0px 0px;
	text-align: left;
	float: left;
	background-color: #c5ccd4;
}
#centerCol img
{
	padding: 2px;
	margin: 1px;
	border: #e27024 solid 1px;
}
.image-right {
	float: right;
	margin: 1px 1px 10px 10px;
}

.image-left {
	float: right;
	margin: 1px 10px 10px 1px;
}
#centerCol
{
	width: 568px;
	margin: 35px 0px 35px 20px;
	text-align: left;
	float: left;
}
#rightCol
{
	width: 445px;
	/*margin: 0px 0px 0px 4px;*/
	text-align: left;
	float: left;
}
#plain img
{
	border: #fff solid 1px;
}
/*  
=====================================================================================
End DIV IDs - Sub page 
*/
.OrangeTitle {
	margin: 0;
	padding: 0;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e27024;
	font-weight: bold;
}
.GrayTitle {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #252c35;
	font-weight: bold;
}
a {
	color: #e27024;
	text-decoration: none;
}
a:hover
{	text-decoration: none;
	color: #000;
}
a:visited
{	text-decoration: none;
	color: #e27024;
}
a.centerCol {
	color: #e27024;
}
centerCol A:hover
{	text-decoration: none;
	color: #000;
}
centerCol A:visited
{	text-decoration: none;
	color: #e27024;
}
#footer a, #footer a:hover /*A, A:hover*/
{
	color: #e8f2ff;
	
}
#dotline {
	border-bottom: 1px dashed #405570;
}