/* CSS Document */

/* LAYOUT */

body {
	background-color: #FFFFFF;
	background-image: url(images/bkg.gif);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
}
#topBar {
	height:75px;
	background-color: #082281;
	background-image: url(images/wrapper/topImages.jpg);
	background-repeat: no-repeat;
}
#topBorder {
	height:5px;
	background-color: #b39699;
	background-image: url(images/wrapper/topLine.jpg);
	background-repeat: no-repeat;
	}

#content {
	margin-top: 0px;
	margin-left: 150px;
	padding: 10px 30px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.smHdr2 {
	font-size: 12px;
	font-weight: bold;
	color: #CC6633;
}

#leftNavBar {
	width:137px;
	float: left;
	background-color: #2c3f84;
	margin: 0px;
	
}
#footer {
	font-size: 10px;
	line-height: 150%;
}

/* END LAYOUT */


a:link {
	color: #207399;
	text-decoration: underline;
}
a:visited {
	color: #207399;
	text-decoration: underline;
}
a:hover {
	color: #00CCCC;
	text-decoration: underline;
}
a:active {
	color: #00CCCC;
	text-decoration: none;
}
.pgTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #868baf;
}
.smHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9966;
}
.picturepadright {
	float: left;
	margin:0px 8px 6px 0px;
}
.smaller {
	font-size: 11px;
}
.textNormal {
	font-size: 12px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.larger {
	font-size: 14px;
	font-weight: bold;
}
.textBldItal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
