* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #8dc73f;
	background-image: url(/library/images/bgGreen.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Helvetica, sans-serif;
}

img {
	border: none;
}

a:link {
	color: #2b3990;
	text-decoration: none;
}

a:hover {
	color: purple;
}

a:visited {
	color: #e78b04;
	text-decoration: none;
}

/* Text style elements */
h1 {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #8dc73f;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	border-bottom: 1px solid #8dc73f;
}

h2 {
	color: #2b3990;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: left;
}

h3 {
	color: #4D8F11;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
}

p {
	font-size: 13px;
	text-align: left;
	line-height: 1.5em;
	padding-right: 4px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#header {
	height: 180px;
	width: 930px;
	background-image: url(/library/images/bgHeader.png);
	padding-right: 30px;
	color: #2b3990;
	font-size: 12px;
	margin-bottom: 5px;
}

#socialMedia img {
	margin-left: 5px;
}

#search {
	margin-top: 10px;
}


/* Main content area */
#whiteContent {
	width: 910px;
	background-image: url(/library/images/whiteBG.png);
	text-align: left;
	padding: 25px;
}

#whiteContent img {
	margin-left: 0px;
	margin-right: 10px;
}

#leftNav {
	float: right;
	background-color: #fddfb3;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#mainBody {
	margin-left: 20px;
}

#mainBody img {
	margin-bottom: 20px;
}

/* Places the bottom navigation style */
#bottomNav {
	font-size: 10px;
	padding-top: 20px;
	color: #ffffff;
	background-image: url(/library/images/footerBG.gif);
	background-repeat: repeat-x;
	height: 90px;
	width: 960px;
	margin-top: 5px;
	text-align: center !important;
	font-family: "Times New Roman", Times, serif;
}

#bottomNav p {
	text-align: center !important;
}

#bottomNav a:link, #bottomNav a:visited {
	color: #FFFFFF !important;
}

#bottomNav a:hover {
	color: #F8AA02 !important;
}	

#featureHeader {
	background-color: #fbb040;
}

#featureHeader h2 {
	color: #910512;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#featureHeader p {
	color: #ffffff !important;
	font-family: "Times New Roman", Times, serif;
	border-bottom: none !important;
	font-size: 16px !important;
	font-weight: bold;
}

#feature a {
	color: #8c020f !important;
	text-decoration: none;
}

#featureText {
	color: #000000;
	font-size: 14px;
	padding-right: 10px;
	/* background-color: #660000; */
}

#featureText p, #featureText li {
	font-size: 14px !important;
}

#featureText a:link, #featureText a:visited {
	color: #0076bf !important;
	font-weight: normal;
}

#greenFeature p, #purpleFeature p, #orangeFeature p, #blueFeature p {
	padding: 0px;
	line-height: 1.4em;
}

#greenFeature ul, #orangeFeature ul, #purpleFeature ul, #blueFeature ul {
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 11px;
	text-align: left;
}


.topLink {
	font-size: 11px;
}

hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #253E8B; 
	border-style: none none dotted;
	text-align: left;
	width: 250px;
}

ul {
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 12px;
}

ul li {
	font-size: 12px;
	list-style-image: url(../images/arrowGreen.gif);
	line-height: 1.4em;
	padding-bottom: 8px;
	margin-left: 0px;
}


#orangeCallout ul {
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 11px;
	text-align: left;
}


#greenFeature ul li, #orangeFeature ul li, #purpleFeature ul li, #blueFeature ul li, #orangeCallout ul li {
	font-size: 11px;
	list-style-image: url(../images/arrowGreen.gif);
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-left: 0px;
}

ol {
	padding-left: 30px;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 11px;
	padding-bottom: 10px;
}

ol li {
	font-size: 12px;
	line-height: 1.3em;
	padding-bottom: 7px;
	margin-left: 0px;
}

.small {
	font-size: 11px;
}

.welcomeText {
	font-size: 15px;
	line-height: 1.85em;
}

#breadcrumbs {
	font-size: 10px;
	text-decoration: none;
	padding-bottom: 10px;
	text-align: left;
}

#feature {
	background-color: #fddfb3;
	margin-bottom: 10px;
}

#feature p {
	font-size: 13px;
	margin: 10px;
	border-bottom: 1px solid #000000;
}

#feature .date {
	font-size: 13px;
	font-weight: bold;
}

#feature .title, #feature .title a:link, #feature .title a:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#topNav a:link, #topNav a:visited {
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover, #featureText a:hover {
	color: #4F1066 !important;
}

a.extLink {
    background: url("/library/images/icons/external.png") no-repeat scroll right top transparent;
    padding-right: 15px;
    white-space: nowrap;
	text-decoration: none;
}

a.excelLink {
    background: url("/library/images/icons/excel.gif") no-repeat scroll right top transparent;
    padding-right: 15px;
    white-space: nowrap;
	text-decoration: none;
}

a.pdfLink {
    background: url("/library/images/icons/pdf.gif") no-repeat scroll right top transparent;
    padding-right: 15px;
    white-space: nowrap;
	text-decoration: none;
}

a.pptLink {
    background: url("/library/images/icons/pp.gif") no-repeat scroll right top transparent;
    padding-right: 15px;
    white-space: nowrap;
	text-decoration: none;
}

a.wordLink {
    background: url("/library/images/icons/word.gif") no-repeat scroll right top transparent;
    padding-right: 15px;
    white-space: nowrap;
	text-decoration: none;
}

