body{
	margin-top: 20px;
	background: url('/images/bg-home-2.jpg') repeat-x top left #3179A8;
}
a{
	color:#336699;
	}
a:hover{
	color:#201854;
	}
td{
	font-family:Arial, Helvetica, sans-serif;	
	color:#707070;
	font-size:12px;
	vertical-align:top;
}
h1{
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:bold;
	color:#00ADEF;
	margin-top: 5px;
	margin-bottom: 5px;
}
h2{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}
td.highlightbox-heading{
	background-image:url(/images/highlight-box-bg.gif);
	background-repeat:no-repeat;
	vertical-align: middle;
}
#higlightbox{
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#higlightbox td.leftbox{
	padding:10px;
	border-right:solid 1px #7bb9e1;
	width: 32%;
}
#higlightbox td.centerbox{
	padding:10px;
	border-left:solid 1px #d5ebf7;
	border-right:solid 1px #7bb9e1;
	width: 32%;
	}
#higlightbox td.rightbox{
	padding:10px;
	border-left:solid 1px #d5ebf7;
	text-align: center;
	width: 36%;
	}
.heading {
	font-size: 13px;
	font-weight: bold;
	color: 004a80;
	font-family: "Trebuchet MS";
}

.content {
	background: url(/images/bg-body-content.jpg) repeat-x top left #FFFFFF;
}

td.body {
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: d7d7d7;
	border-left-color: d7d7d7;
	background-color: #8AC6EB;
}
ul{
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	padding-left: 10px;
}
li{
	list-style-position: outside;
	list-style-image: url(/images/bullet.gif);
	list-style-type: none;
	margin: 0px;
	margin-bottom: 10px;
}
.logo-inner{
	padding-left: 12px;
	width: 240px;
	background:url(/images/bg-header-inner.jpg);
}
.header-inner{
	background:url(/images/bg-header-inner.jpg);
}
td.leftmenu{
	width:240px;
	padding: 10px;
}
div.leftnav{
	width: 205px;
	font-family:"Trebuchet MS";
	font-weight:bold;
}
div.leftnav a{
	text-align: right;
	margin-bottom: 2px;
	display:block;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	background-position: right;
	padding-top: 7px;
	padding-bottom: 5px;
}
div.leftnav a:hover{
	background-image: url(/images/sidenav-bg-hover.gif);
}
div.leftnav a.leftnavlinksselected {
	text-align: right;
	margin-bottom: 2px;
	display:block;
	background-image: url(/images/sidenav-bg-hover.gif);
	background-repeat: no-repeat;
	padding-right: 25px;
	background-position: right;
	padding-top: 7px;
	padding-bottom: 5px;
}
td.text-body{
	padding:10px 130px 10px 10px;
}
div.breadcrum{
	color:#0072BC;
}
div.breadcrum a{
	color:#000000;
}
td.footer {
	background-image: url(/images/footer-bg.gif);
	height: 52px;
	vertical-align:middle;
	padding-right: 12px;
	padding-left: 12px;
}
td.footer td{
	font-size:11px;
	}
td.footer a{
	color:#666666;
	text-decoration:none;
}
td.footer a:hover{
	color:#666666;
	text-decoration:underline;
}	
div.code {
	background:#F7F7F7;
	padding:5px;
}