body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(img-ui/bg_main.jpg) no-repeat center top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 100%;
}
a:link       {
	color: #055854;
	font-weight: bold;
	text-decoration: underline;
}
a:active     {
	color: #007670;
	text-decoration: none;
	font-weight: bold;
}
a:visited    {
	color: #3C3C3C;
	text-decoration: underline;
	font-weight: bold;
}
a:hover      {
	text-decoration:none;
	color: #EF2F24;
	font-weight: bold;
}
#container {
	width: 762px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background: #FFFFFF;
	padding: 0 0 24px;
	height: 117px;
} 
#busName h1 {
	margin: 0px;
	padding: 14px 0px 0px 250px;
	text-transform: uppercase;
	font: 150% Arial, Helvetica, sans-serif;
}

#hdrLogo {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 117px;
	width: 168px;
}
#userAuth {
	color: #FFFFFF;
	background: #3C3C3C;
	text-align: right;
	margin: 0px;
	padding: 0px 12px 0px 0px;
	height: 46px;
}
#userAuth h3 {
	margin: 0px;
	padding: 2px 0px 4px;
}
#userAuth a {
	font-weight: bold;
	color: #0A9E97;
	text-decoration: none;
}

#nav {
	color: #FFFFFF;
	background: #004B45 url(img-ui/bg_gnav.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	height: 36px;
	text-align: center;
	font-size: 130%;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	line-height: 36px;
	display: block;
	float: left;
	height: 36px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 12px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 75%;
}
#nav li a:hover {
	font-weight: bold;
	text-decoration: none;
	height: 36px;
	background: #008888;
}
#sidebar2 {
	float: right;
	width: 200px;
	padding: 15px 10px 24px;
}
.tblData {
	background: url(img-ui/bg_tblData.jpg) no-repeat left bottom;
	border: 1px solid #CCCCCC;
}
.tblFeature {
	border: 1px solid #08827B;
	width: 198px;
}
.tdNewsHdr, .tdFeatureHdr {
	font-weight: bold;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	height: 24px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
}
.tdFeatureHdr {
	background: #08827B;
	color: #FFFFFF;
}
.tdNewsHdr {
	background: #CCCCCC;
	color: #666666;
}
.tdNewsContent, .tdFeatureContent {
	font: 80% Arial, Helvetica, sans-serif;
	padding: 9px;
}
.tdFeatureContent {
	background: #E7F3F7;
}
.tdNewsContent p, .tdFeatureContent p {
	padding: 3px 0px;
	margin: 0px;
}
.tbl_td_data {
	border: 1px solid #F0F0F0;
}
.tbl_hdr {
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	background: #08827B;
	text-align: center;
}
.newsItemTitle {
	margin: 3px 0px 0px;
	padding: 0px;
	border-bottom: 1px solid #AEAEAE;
	color: #007771;
	font-size: 110%;
}
.newsItemDate {
	color: #666666;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 3px;
}
#mainContent {
	margin: 0 220px 0 18px;
	padding: 0 10px;
} 
#footer {
	padding: 0 0px 0 20px;
	background:#F7F7F7;
	height: 67px;
	margin-bottom: 24px;
	color: #B4B4B4;
	font-size: 75%;
} 
#footer a {
	color: #666666;
	text-decoration: none;
}

#footer p {
	margin: 0;
	padding: 7px 0 0px;
}
#logoFtr {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 84px;
	width: 73px;
}
#msgs, #errors {
	margin-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
}
#msgs {
	border: 2px solid #007820;
	background: #F1F8F1;
	color: #006A24;
}
#errors {
	border: 2px solid #EF2F24;
	background: #FFFFCC;
	color: #EF2F24;
}
#errors h3, #msgs h3 {
	text-align: center;
	margin: 0px;
	padding-bottom: 6px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: blink;
}
input.submit {
	color: #FFFFFF;
	background: #024B44 url(img-ui/bg_gnav.jpg) repeat-x center;
	border: 1px solid #024B44;
}
input.logon {
	color: #FFFFFF;
	background: #535353;
	border: 1px solid #282828;
}
.btn_admin, .btn_adminDelete {
	color: #FFFFFF;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 5px 3px;
	border-top: 1px solid #08827B;
	border-right: 2px solid #024B44;
	border-bottom: 2px solid #024B44;
	border-left: 1px solid #08827B;
	display: block;
	width: 75px;
	text-align: center;
}
.btn_admin {
	background-image: url(img-ui/bg_edit.gif);
	background-repeat: repeat-x;
}
.btn_admin a {
	color: #FFFFFF;
}

.btn_adminDelete {
	background-repeat: repeat-x;
	background-image: url(img-ui/bg_delete.gif);
}
.bdr_img, #projFeatureImg {
	border: 4px solid #EFEFEF;
}
.bdr_img{
	margin-bottom: 12px;
}
#projFeatureImg {
	display: inline;
}
.ok {
	color: #009900;
}
#hdrUlined {
	padding-top: 4px;
	border-bottom: 1px solid #CECFCE;
	padding-bottom: 2px;
	margin: 0px 0px 18px;
}
.notOK {
	color: #FF0000;
}
.pass {
	font: 18px "Courier New", Courier, mono;
	letter-spacing: .5em;
}
.clrFloats {
	margin: 0px;
	padding: 0px;
	clear: left;
	height: 12px;
	width: 490px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
