

body {
	margin:0px;
	padding:0px;
	font-family: Arial;
/*	font-size:20px;
	color:#72762B;*/
}



/************* DEFAULT FONT *************/
body, div, td, p {
	font-family:Arial,sans-serif;
	font-size:12px;
	color:#000000;
}

a:link, a:visited {
	font-family: Arial;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #075377;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #075377;
}



/************* BASIC STYLES *************/
.pngImg {
	behavior: url(/_includes/iepngfix.htc);
}

p {
	margin:0px;
	margin-bottom:10px;
}

h1 {
	font-family:Arial,sans-serif;
	font-size:20px;
	font-weight:normal;
	line-height:22px;
	color:#E4592E;
	margin:0px;
	margin-bottom:10px;
}

h2 {
	font-family:Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	color:#72762B;
	margin:0px;
	margin-bottom:10px;
}

h3 {
	font-family:Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	margin:0px;
	margin-bottom:6px;
}

hr {
	height:1px;
	border:0;
	color:#dcdcdc;
	background-color:#dcdcdc;
}

img {
	border:0;
}

input, textarea, select {
	color: #000000;
	font: normal 12px Arial, sans-serif;
}

form {
	display:block;
	margin:0px;
	padding:0px;
}

.ptr {
	cursor:pointer;
}


ul, ol {
	font-family: Arial;
	line-height: 18px;
	font-size: 12px;
	color: #72762B;
}

li a:link, a:visited, a:active {
	font-family: Arial;
	line-height: 18px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #075377;
}

li a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #075377;
}

ul.nomargin {
	margin-top:2px;
	margin-bottom:2px;
}

ol.nomargin {
	margin-top:2px;
	margin-bottom:2px;
}

.txtMessage {
	color:#8d1818;
}



.lnkNormal:link, .lnkNormal:visited, .lnkNormal:active {
	font-family: Arial;
	line-height: 18px;
	font-size: 12px;
	/*font-weight: bold;*/
	text-decoration: none;
	color: #075377;
}
.lnkNormal:hover {
	/*font-weight: bold;*/
	text-decoration: underline;
	color: #075377;
}



/************* BREADCRUMBS *************/
#divBreadcrumbs {
	font-size:11px;
	color:#000000;
}

#divBreadcrumbs a:link, #divBreadcrumbs a:visited {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0000FF;
	text-decoration:none;
}

#divBreadcrumbs a:hover {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#0000FF;
	text-decoration:underline;
}




/************* HEADER *************/
#divHeader {
	width:774px;
	/*height:140px;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
	/*border:1px solid #000000;*/
	/*padding:10px;*/
}




/************* CONTENT *************/
#divContent {
	width:774px;
	/*min-height:400px;*/
	margin-left:auto;
	margin-right:auto;
	position:relative;
	/*border:1px solid red;*/
/*	padding:10px;*/
  padding-top:3px;
}


#divTopMenu {
  width:774px;
  /*height:34px;*/
  /*background:url(/images/top_menu_bar.gif) no-repeat;*/
}

#divTopMenu a {
	font-family: Times New Roman;
	font-size: 14px;
	line-height: 16px;
	font-weight:bold;
	/*color: #888e4e;*/
	color:#FFF;
	position:relative;
	float:left;
	margin-top:10px;
	text-decoration: none;
}

#divTopMenu a span {
	font-family: Times New Roman;
	font-size: 14px;
	font-weight:bold;
	position:absolute;
	color:#FFF;
	top:-2px;
	left:-2px;
	margin-right:-1px;
	cursor:pointer;
}


#divLeftMenu {
  float:left;
  width:180px;
  border:1px solid #000000;
  background-color:#A4AA60;
}

#divMainContentHome {
  float:left;
  width:280px;
  padding-left:10px;
  padding-right:13px;
}

#divMainContent {
  float:left;
  width:398px;
  padding-left:10px;
  padding-top:8px;
	font-family:Arial,sans-serif;
	font-size:12px;
	line-height: 18px;
	color:#72762B;
	/*border:1px solid red;*/
}


/************* FOOTER *************/
#divFooter {
	width:774px;
	height:66px;
	margin:0;
	padding:0;
	*margin-top:-15px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial,sans-serif;
	font-size:11px;
	color:#666666;
	/*border:1px solid red;*/
/*	padding:10px;*/
}

#divFooter a:link, #divFooter a:visited {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:none;
}

#divFooter a:hover {
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#666666;
	text-decoration:underline;
}

.txtCredits {
	font-family:Arial,sans-serif;
	font-size:11px;
	color:#666666;
}


.divFooterLink {
  float:left;
  padding-top:10px;
  padding-right:4px;
  text-align:center;
}



#best-practice-splash {
	border: 1px solid #000000;
	width:278px;
	height:294px;
	vertical-align: top;
}


#virtual-library-container {
  padding-top:5px;
	width:278px;
	height:90px;
}






.best-practice-link:link, .best-practice-link:active, .best-practice-link:visited {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FAFFCC;
}
.best-practice-link:hover {
	text-decoration: underline;
}




.footer_link:link, .footer_link:visited, .footer_link:active  {
	font-family: Arial;
	line-height: 14px;
	font-size: 12px;
	text-decoration: none;
	color: #666666;
}
.footer_link:hover  {
	text-decoration: underline;
	color: #666666;
}




.footer_blurb {
	font-family: Arial;
	line-height: 10px;
	font-size: 9px;
	color: #72762B;
}



#search-window {
	border: 1px solid #A9AB96;
	background-color: #DFDFDF;
	width:487px;
	height:30px;
	margin-bottom:15px;
}




.advert {
	font-family: Arial;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	color: #205998;
}
.advert_link:link, .advert_link:visited, .advert_link:active  {
	font-family: Arial;
	line-height: 16px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #939954;
}
.advert_link:hover  {
	text-decoration: underline;
	color: #939954;
}




#hot-topics-container {
	background-color: #FDFDF2;
	border: 1px solid #A8A396;
	width:182px;
	height:386px;
	padding: 0 0 0 0;
	float:left;
}

#hot-topics-container ul {
	list-style-type:none;
	padding-left:0 !important;
}

#hot-topics-container li {
  margin-left:2px;
  *margin-left:-38px;
	position:relative;
	background:url('/images/topic_green_icon.gif') no-repeat 0 1px;
	padding-left:28px;
	padding-bottom:3px;
}


.hot_topic_items {
	color: #515711;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
}

.hot_topic_items a:link, .hot_topic_items a:active, .hot_topic_items a:visited {
	color: #515711;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	line-height:13px;
	text-decoration: none;
}
.hot_topic_items a:hover {
	text-decoration: underline;
}




.grey_bold {
	font-family: Times New Roman;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}


p {
	font-family: Arial;
	line-height: 18px;
	font-size: 12px;
	color: #72762B;
}
p strong {
	font-size: 13px;
}



.Menu1Current {
	width: 179px;
	min-height: 35px;
}
.Menu1 a {
	display: inline-block;
	padding-left: 7px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FAFFCC;
}
.Menu1Current a {
	display: inline-block;
	padding-left: 7px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FAFFCC;
}

.Menu2 {
	background-color: #72762B;
	background: url(../images/side_nav_barbg.gif);
	width: 179px;
	height: 36px;
}
.Menu2 a:link, .Menu2 a:active, .Menu2 a:visited {
	display: inline-block;
	padding-left: 7px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FAFFCC;
}
.Menu2 a:hover {
	display: inline-block;
	padding-left: 7px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #FAFFCC;
}
.Menu2Current {
	background-color: #72762B;
	background: url(../images/side_nav_barbg.gif);
	width: 179px;
	height: 36px;
}
.Menu2Current a:link, .Menu2Current a:active, .Menu2Current a:visited {
	display: inline-block;
	padding-left: 7px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #FAFFCC;
}
.Menu2Current a:hover {
	display: inline-block;
	padding-left: 7px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
	color: #FAFFCC;
}


#divCredits {
  float:right;
  width:200px;
  margin-top:8px;
  text-align:right;
	font-family:Arial,sans-serif;
	font-size:11px;
	color:#666666;
}


.library {
  margin-bottom:15px;
}
