body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2f3e91;
	background-color:#6D9191;
}
p { 
	font-size: 12px;
	line-height: 16px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #957f4e;
	font-style: italic;

}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #6d9191;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #2f3e91;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #6c9191;
}
li {  font-size: 12px; line-height: 14px; padding-bottom: 5px;}
a {
	font-weight: bold;
	text-decoration: none;
	color: #74A7AA;
}
a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #957f4e;
}
.addressbg {
	background-image: url(assets/home_assets/address.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.buttonbg {
	background-image: url(assets/home_assets/images/navbg.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.titlebg {
	background-image: url(assets/home_assets/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-left: 10px;
}
.bodbg {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(assets/home_assets/body.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

/*
new splash style
*/
.tableBorder {
	border:thin #957F4E solid 1px;
}

.leftColumn {
	background:url(assets/newSplash/images/splash2_01.gif) no-repeat;
}

.rightColumn {
	background:url(assets/newSplash/images/splash2_02.gif) no-repeat;
}

.navBG {
	background:url(assets/newSplash/images/splash2_03.gif) no-repeat;
}

.splashbg {
	background-image: url(assets/splash_assets/splashbg.jpg);
}
.a2white {
	color: #FFFFFF;
}
.imgborder { 
	border:#639093 1px solid;
}
.quicklinks {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}

.quicklinks:a {
	font-size: 10px;
	color: #2F3E91;
	text-decoration: none;
	}
	

.quicklinks a:hover {
	font-size: 10px;
	color: #2F3E91;
	text-decoration: none;
}
.textlinks {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
.textlinks:hover {
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #2F3E91;
}

.indexlinks a {
	font-size: 12px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #2f3e91;
	}
	
.indexlinks a:hover {
	font-size: 12px;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	}

.rightnav ul {list-style-type:none;
			text-align:right;
			padding-left:0px;
			margin-left:0px;
			margin-right:-4px;
			}	
			
.rightnav li {margin-right:0px;
			margin-left:1px;
			}
			
.rightnav li:hover {
			padding-right:-10px;
			background-color:#afc9ca;
			}	
			
.rightnav a {
	color:#2f3e91;
	font-size:14px;
	font-style:oblique;
	line-height: 1.5em;
	letter-spacing: .02em;
	display:block;
	margin-right:5px;
			}	
			
.rightnav a:hover {
	background-color:#afc9ca;
	display:block;
	text-decoration:none;
	padding-right:-10px;
	}			
		