html {
	margin: 0;
	padding: 0;
}

a {	
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a img {	
	margin: 0;
	padding: 0;
	border: none; 
}

a:link { color: #1d466c; }
a:visited { color: #1d466c; }
/*a:hover { color: #4b98d7; }*/
a:active { color: #ffffff; }

a.copyLink:link { color: #1d466c; }
a.copyLink:visited { color: #1d466c; }
a.copyLink:hover { color: #4b98d7; }
a.copyLink:active { color: #4b98d7; }

a.baseLink:link { color: #1d466c; }
a.baseLink:visited { color: #1d466c; }
a.baseLink:hover { color: #4b98d7; }
a.baseLink:active { color: #4b98d7; }

a.footerLink:link { color: #4b98d7; }
a.footerLink:visited { color: #4b98d7; }
a.footerLink:hover { color: #ffffff; }
a.footerLink:active { color: #ffffff; }

a.textLinkRight:link { color: #4b98d7; }
a.textLink:visited { color: #4b98d7; }
a.textLink:hover { color: #ffffff; }
a.textLink:active { color: #ffffff; }

.hidden { display: none; }

h1 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #1d466c;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	color: #1d466c;
}


h3 {
	margin: 0;
	padding: 17px 0px 0px 40px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #1d466c;
}

h4 {	
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #646464;	
	line-height: 130%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	background: url("images/bg.jpg") repeat-x;
}

p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

div {
	margin: 0;
	padding: 0;
}

#page-container {
	margin: auto;
	padding: 0px 0px 0px 0px;
	width: 960px;
	background: url("images/rightColumnBg.jpg") repeat-y;
	background-position: right;
	overflow:hidden;
}

#mainNav {
	margin: 0;
	padding: 0;
	background: #1d466c url("images/mainNavBg.jpg");
	height: 40px;
}

ul.mainNavList {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: left;
}

ul.mainNavList li a { 
	margin: 12px 0 0 0;
}

ul.mainNavList li {
	float:left;
	padding: 0 20px;
	overflow:hidden;
}

ul.mainNavList li:hover {
	padding: 0px 20px 0px 20px;
}

.navItemMain {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #1d466c;
	text-transform: uppercase;
	float:left;
}

.navItemMain p {
	padding: 9px 0 0 0;
}

/*ul.mainNavList li:hover .navItemMain {
	background:url("images/mainNavActiveSlice.jpg") repeat-x;
	height:40px;	
}*/

ul.mainNavList li:hover .navItemMain a {
	color: #4b98d7;
	padding: 0px;
}

/*ul.mainNavList li:hover .navItemLeft {
	background:url("images/mainNavActiveLeft.jpg") no-repeat;
	width:20px;
	height:40px;
	float:left;
}*/

/*ul.mainNavList li:hover .navItemRight {
	background:url("images/mainNavActiveRight.jpg") no-repeat;
	width:20px;
	height:40px;
	float:left;
}*/


#header {
	margin: 0;
	padding: 0;
	background: #1d466c url("images/header.jpg");
	height: 55px;
}

#contentLeft {
	margin: 0;
	padding: 0;
	background: #ffffff url("images/contentBg.jpg") repeat-y;
	background-position: right top;
	float: left;
	width: 745px;
}

/*ACTIVE STATES START ***************************************************** */
#home ul.mainNavList li#active .navItemLeft {
	background:url("images/mainNavActiveLeft.jpg") no-repeat;
	width:20px;
	height:40px;
	float:left;
}

#home ul.mainNavList li#active .navItemRight {
	background:url("images/mainNavActiveRight.jpg") no-repeat;
	width:20px;
	height:40px;
	float:left;
}

#home ul.mainNavList li#active .navItemMain {
	background:url("images/mainNavActiveSlice.jpg") repeat-x;
	height:40px;	
}

#home ul.mainNavList li#active a {
	color:#FFF;
}

#home ul.mainNavList li#active {
	padding: 0;
	margin:0;
	
}


/*ACTIVE STATES END ***************************************************** */


.flash {
	margin: 0;
	padding: 0;
	background: url("images/flash.jpg");
	height: 280px;
}

#bread {
	margin: 0;
	padding: 0;
	height: 20px;
	background: #ffffff url("images/breadBg.jpg") repeat-y;;
	background-position: right top;
}

#breadCopy {
	margin: 0;
	padding: 6px 0px 0px 40px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #969696;
}

#pageH1 {
	margin: 0;
	padding: 0;
	background: #ffffff url("images/h1.jpg");
	height: 50px;
}

#bodyCopy {
	padding: 15px 40px 20px 40px;
}

#contentRight {
	margin: 0;
	padding: 0;
	float: left;
	width: 215px;
}

#headerRight {
	margin: 0;
	padding: 0;
	background: url("images/headerRight.jpg");
	float: right;
	width: 215px;
	height: 45px;
}

#contentRightColumn {
	margin: 0;
	padding: 0;
	width: 185px;
	float: left;
	overflow:hidden;
}

.picRight {
	margin: 0;
	padding: 5px 0px 10px 9px;
	position:relative;
	overflow:hidden;
	float:left;
}

.imgLinkRight {
	margin: 0;
	padding: 0px 0px 10px 9px;
	position:relative;
	overflow:hidden;
	/*height: 138px;*/
	/*border:1px solid #000;*/
	float:left;

}

.imgLinkRight a {
	color:#ffffff;
}

.imgLinkRight a:hover {
	color:#4b98d7;
	cursor: pointer;
}

.imgLinkRight p {
	padding: 0 ;
	position:absolute;
	top: 112px;
	left: 25px;
	right:10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

.textLinkRight {
	margin: 0;
	padding: 0px 0px 0px 9px;
	position:relative;
	overflow:hidden;
	/*height: 138px;*/
	/*border:1px solid #000;*/
	float:left;

}

.textLinkRight a {
	color:#ffffff;
}

.textLinkRight a:hover {
	color:#4b98d7;
	cursor: pointer;
}



.textLinkRight p {
	position:absolute;
	top: 9px;
	left: 25px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

/*-----------------------------Help menu------------------------------------------*/
.leftMenu {
padding: 10px;
margin: 0px;
}

.leftMenu li.smallMenu_item a {
text-decoration: none;
color: #fff;
}

.leftMenu li.smallMenu_item a:hover {
text-decoration: underline;
color: #fff;
}

.leftMenu li.smallMenu_top a {
text-decoration: none;
color: #fff;
}

.leftMenu li.smallMenu_top a:hover {
text-decoration: underline;
color: #fff;
}

.leftMenu li.smallMenu_bottom a {
text-decoration: none;
color: #fff;
}

.leftMenu li.smallMenu_bottom a:hover {
text-decoration: underline;
color: #fff;
}	

.menuImg { 
	padding: 0px;
	margin: 0;
}

ul.smallMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.smallMenu_top {
	background-image: url(images/small_menu_top.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 4px 0 0 15px;
	height: 22px;
	width: 173px;
	font-size: 14px;
	color: #FFFFFF;
}

li.smallMenu_item {
	background-image: url(images/small_menu_middle.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 0 0 15px;
	height: 18px;
	width: 173px;
}

li.smallMenu_bottom {
	background-image: url(images/small_menu_bottom.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 3px 0 0 15px;
	height: 21px;
	width: 173px;
}
/*-----------------------------Help menu------------------------------------------*/
/*#LinkMenuRight {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
	background: url("images/LinkMenuRight.jpg") no-repeat;
	width: 172px;
	height: 29px;
	background-position: right top;
	float: left;
}*/

/*p LinkMenuRight {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 9px;
	font-family: Arial, Helvetica, Verdanan, sans-serif;
	font-size: 10px;
	color: #ffffff;
}*/

#contentFarRight {
	margin: 0;
	padding: 0;
	background: url("images/farRightBg.jpg") no-repeat;
	float: right;
	width: 4px;
	height: 220px;
	background-position: right top;
}

#base {
	margin: 0;
	padding: 0;
	background: #ffffff url("images/baseBg.jpg");
	background-repeat:no-repeat;
	float: left;
	width: 960px;
	height: 130px;	
}

#baseMenu {
	margin: 0;
	padding: 95px 0px 0px 40px;
	float:left;
}

ul.baseMenuList {
	margin: 0;
	padding: 0px 10px 0px 0px;
	list-style-type: none;
	text-align: left;
}

li.baseMenuHeader {
	margin: 0;
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1d466c;
}

li.baseMenuItem {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	color: #1d466c;
	line-height: 130%;
}


#footer {
	margin: 0;
	padding: 0;
	background: #ffffff url("images/footer.jpg");
	float: left;
	width: 960px;
	height: 80px;
}

ul.footerMenu {
	padding: 12px 0px 0px 40px;
	margin: 0;
	list-style-type: none;
	text-align: left;
}

li.footerItem {
	margin: 0;
	padding: 0px 10px 0px 0px;
	display: inline;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #4b98d7;
}