body {
	background-color: #D7D6D6;
	margin:0px;
	padding:0px;
	background-image: url(../images/layout/browserBg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.headerBg {
	background-image: url(../images/layout/headerBg.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #294C84;
}
a:visited {
	color: #294C84;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
.navBg {
	background-image: url(../images/layout/navBg.jpg);
	background-repeat: repeat-x;
	height: 37px;
}
.footerBg {
	background-image: url(../images/layout/footerBg.jpg);
	height: 81px;
}
.bodyBotBg {
	background-image: url(../images/layout/bodyBotBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bodySideBg {
	background-image: url(../images/layout/bodySideBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #767C8C;
}
.bodySideBg strong, b {
	color: #FFFFFF;
}
.bodySideBg p {
	color: #333333;
}
.margin {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding: 0px;
}
p, td, div {
	font-family: Tahoma, Verdana;
	font-size: 13px;
	color: #000000;
}
.hdCentBg {
	background-image: url(../images/layout/headingBgC.gif);
	background-repeat: repeat-x;
	height: 32px;
	margin: 0 1px 0 1px;
}
.hdCentBgLeft {
	background-image: url(../images/layout/headingBgCl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
}
.hdCentBgLeft div {
	background-image: url(../images/layout/headingBgCr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 26px;
	color: #003366;
	padding-top: 6px;
	font-weight: bold;
	text-indent: 5px;
	text-transform: uppercase;
	font-family: Tahoma, Verdana;
	font-size: 14px;
}
.headingBgL {
	background-image: url(../images/layout/headingBgL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 168px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	text-indent: 3px;
}
.headingBgR {
	background-image: url(../images/layout/headingBgR.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 32px;
	width: 168px;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	text-indent: 3px;
}
.frameBrd {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.subHeading {
	font-weight: bold;
	background-color: #D2D2D2;
	width: 100%;
	height: 26px;
	color: #003366;
	padding-top: 6px;
	text-indent: 5px;
	font-family: Tahoma, Verdana;
	font-size: 14px;
}
.border {
	border: 1px solid #95999A;
}
/*Below is the css for the subNav navigation*/
/*Start*/
.subNav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.subNav li {
	border-bottom: 1px solid #CDD0D5;
	font-size: 15px;
}
.subNav li a {
	text-indent:4px;
	display: block;
	color: #ffffff;
	width: auto;
	padding: 10px 0;
	text-decoration: none;
	font-size:13px;
}
.subNav li a:visited, .subNav li a:active {
	color: #ffffff;
}
.subNav li a:hover {
	color: #000000;
	background-color:#F4F4F4;
	border-left: 1px solid #ffffff;
}
/*End*/
/*Main Nav Starts*/
.mainNav {
	margin: 0px;
	padding: 0px;
	float: left;
	font:"Trebuchet MS", Tahoma, Arial, Verdana;
/*	font-size:14px;*/
	width:760px;
	overflow:hidden;
	height:35px;
}
.mainNav li {
	display: inline;
}
.mainNav li a {
	float: left;
	color: #003366;
	padding: 8px;
	text-decoration: none;
	border-left: 1px solid #AAAAAA;
}
.mainNav li a:visited {
	color: #003366;
}
.mainNav li a:hover, .mainNav li {
	color: #ffffff;
	background-image:url(../images/layout/navBgOver.png);
}
/*Main Nav End*/
.imgBrd {
	border: 1px solid #D2D2D2;
	margin: 10px;
	padding: 2px;
}
h5 {
	color:#434A5D;
}
ul.list {
	margin:0;
	padding:0;
	font-size:11px;
	list-style-type:none;
}
ul.list li {
	border-bottom:dotted 1px #B8B8B8;
	padding:6px 0;
}
