body { font-family: Arial, Helvetica, sans-serif;}

p { font-size: 12px;
	line-height: 16px;}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #006699;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #0099CC;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #003399;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #3399CC;
}

a:hover {
	text-decoration: underline;
	color: #0066CC;
}

li { font-size: 12px;
	 line-height: 14px;
	 padding-bottom:5px;}

.imgborder { BORDER: #006699 2px solid;}

.smalltext { font-size: 10px;
	         line-height: 14px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}

.title {
font-size: 16px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #1F7496;
padding: 20px 5px 5px 25px;
}

.bodyCopy {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #1F7496;
padding: 10px 5px 5px 25px;
}

.navBG {
background-image:url(assets/images/nav_footer.jpg);
background-repeat:repeat;
}


/* SPLASH CSS*/

.SplashBodyCopy {
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
color: #1F7496;
padding: 10px 5px 5px 10px;
}

.SplashRightBG {
background-image:url(assets/images/splash_right_bg.jpg);
background-repeat:repeat;
}

.SplashLeftBG {
background-image:url(assets/images/splash_left_bg.jpg);
background-repeat:repeat;
}

.padding {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.background {
	background-image: url(assets/images/bg1.jpg);
}
.forms {
	background:#FFFFFF;
	border:2px solid #0099CC;
	padding: 5px;
	text-align: center;}