p.uppercase {text-transform: uppercase}
p.lowercase {text-transform: lowercase}
p.capitalize {text-transform: capitalize}


/****************************************
	Text styles
*****************************************/

body {
	margin: 0px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	font-size: 62%;
	color: #000;
}

p {
	line-height: 180%;
	color: #000;
}

h1 {
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h2 {
	font-size: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h3 {
	font-size: 1.0em;
	font-weight: bold;
}

h4 {
	font-size: 1.0em;
	font-weight: bold;
}

#rightCol h3.home {
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 10px;
}

#rightCol h3.content{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #036b92;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #2594c1;
}

#topNavInnerBox a {
	color: #fff;
}

#topNavInnerBox a:hover {
	color: #30bef8;
}

#footer li {
	display: inline;
}

#footer a {
	color: #000;
	font-weight: normal;
	font-size: 90%;
	padding: 0px 6px 0px 11px;
	margin-bottom: 20px;
}

#footerLinks {
	margin-bottom: 10px;
}

#footerLinks a.first {
	background: none;
}

#footerLinks a {
	background: url(../images/footer_separator.gif) left no-repeat;
}

#printEmail a {
	color: #00638b;
	font-weight: normal;
	font-size: 90%;
	padding: 20px;
}

#printEmail li, #printEmail ul {
	list-style-image: none;
	padding-bottom: 30px;
}

.print {
	background: url(../images/print_page.gif) no-repeat left;
}

.email {
	background: url(../images/email_page.gif) no-repeat left;
}

#topImageContent a {
/*	padding: 10px 0px 0px 30px;
	font-size: 120%;
	clear: both;
	display: block; */
/*	background-image:  */
}

#topImageContent a:hover {
	color: #2594c1;
}

a.doublearrow {
	background: url(../images/link_doublearrow.gif) no-repeat left;
	padding-left: 12px;
}

.rightLink  {
	background: url(../images/link_rightcol_arrow.gif) no-repeat right;
	padding: 2px 16px 2px 0px;
}

#toolsNav a {
	margin: 0px;
	padding-right: 10px;
	background: url(../images/tools_separator.gif) no-repeat left;
	padding-left: 13px;
}

#toolsNav a.last {
	background: none;
	padding-left: 5px;
}

#footer p {
	color: #999;
	font-weight: normal;
	font-size: 90%;
	padding: 0px;
	margin-top: 14px;
}

p.footerText {
	clear: both;
	margin-bottom: 20px;
}

.footerImg {
	display: inline;
	padding: 0px 10px;
	margin-top: 9px;
}

.red {
	color: #CC0000;
}

/******************************

********************************/

.whatsNew {
	padding: 5px 10px 5px 10px;
}

.newsItem {
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #949494;
}

.newsItemLast {
	padding: 5px 10px 5px 10px;
}

.searchBox {
	width: 120px;
	height: 12px;
	font-size: 90%;
	margin-top: 3px;
	background-color: #e0effa;
	border: 1px solid #000;
	color: #000;
}


/********************************
List items
*******************************/

#contentArea ul {
	list-style-image: url("../images/blue_bullet.gif");
	padding-left: 0px;
	margin-left: 20px;
}

a.largeArrowLink {
	color: #000;
	background:  url("../images/link_large_arrow.gif") no-repeat;
	margin: 0 0 0 5px;
	padding-left: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 160%;
}

#contentArea ul.topImage {
	list-style-image: none;
	clear: both;
	display: block;
	margin-left: 4px;

}

#contentArea ul li {
	margin: 5px 0px 5px 0px;
	padding-left: 0px;
	line-height: 180%;
}

#contentArea ol {
	padding-left: 0px;
	margin-left: 23px;
}

#contentArea ol li {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 180%;
}


/********************************
Menu items
*******************************/

/* Need to define any styles which may get overwritten by styles above */

#nav ul, #leftNav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

#nav {
	margin-left: 187px;
}

#nav a {
	font-weight: bold;
	color: #fff;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	background-color: #0076a8;
	color: #fff;
/*	padding: 2px 2px 2px 10px; */
	padding: 0px 2px 0px 10px;
}

#nav li li a:hover {
	color: #fff;
	background-color: #00a5e5;
}

/**/

#nav li {
	float: left;
	position: relative;
	padding: 3px 0px 0px 0px;
	margin: 0px;
	height: 19px;
	text-align: center;
	background: url(../images/nav_separator.gif) repeat-y top left;
	line-height: normal;
}

/*
#nav li li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
*/

/*******************     leftNav    **************************/


#leftNav ul li {
	border-bottom: 1px solid #828282;
	line-height: normal;
}

#leftNav ul li.lastItemNoBorder {
	border: none;
}

#leftNav ul li ul li{
	border: 1px solid #F6F6F6;
	padding: 0px;
	margin: 0px;
}

#leftNav ul li a {
	display: block;
	background: url(../images/link_leftnav.gif) no-repeat left;
	padding: 8px 0px 8px 18px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#leftNav ul li a.selected {
	display: block;
	background: #F6F6F6 url(../images/link_leftnav.gif) no-repeat left;
	padding: 8px 0px 8px 18px;
	color: #2594c1;
	text-decoration: none;
	font-weight: bold;
}

#leftNav ul li a:hover, #leftNav a.on {
	background: #FAF7E1 url(../images/link_leftnav_on.gif) no-repeat left;
	color: #AA7503;
}

#leftNav ul li ul li a {
	display: block;
	background: none;
	padding: 2px 0px 2px 17px;
	margin: 0px;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: normal;
}