body{
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 1em;
	line-height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/bg-blue.jpg);
	background-repeat: repeat-y;
	
}


/******* basic tag styles *******/

p {
	font-size: 0.75em;
	color: #333333;
	line-height: 130%;
	margin: 0px;
	padding: 0px;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 30px;
	list-style-type: square;
}
li {
	line-height: 130%;
	font-size: 0.75em;
}
/******* hyperlink and anchor tag styles *******/

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	color: #6666CC;
}

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

/******* layout *******/

#topNavWrapper {
	width: 750px;
	text-align: right;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 7px 0px 3px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
	background-image: url(../img/top_nav_shadow.jpg);
	background-repeat: repeat-x;
	height: 20px;
	position: absolute;
	left: 30px;
	top: 0px;
}
#wrapper img {
	margin: 0px;
	padding: 0px;
}

#topNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding: 0px;
	margin: 0px;
	float: right;
}

#topNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topNav ul li {
	float: left;
	line-height: 20px;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#topNav ul li a:link {
	color: #333333;
	text-decoration: none;
	background-image: url(../img/global/gray_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

#topNav ul li a:visited {
	color: #333333;
	text-decoration: none;
	background-image: url(../img/global/gray_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 10px;
}

#topNav ul li a:hover {
	color: #CC3300;
	background-image: url(../img/global/main_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-left: 10px;

}

#breadcrumb {
	height: 35px;
	width: 750px;
	text-align: left;
	color: #003366;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 242px;
}
#breadcrumb p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0066CC;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#breadcrumb a, a:link {
	color: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#breadcrumb a:hover {
	color: #CC3300;
	text-decoration: underline;
}

/******* end banners *******/


#wrapper {
	text-align: left;
	padding: 0px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFFFFF;
	position: absolute;
	top: 280px;
	left: 30px;
	margin: 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	text-align: right;
	margin: 0px auto;
	padding: 0px;
	height: 24px;
	width: 100%;
	line-height: 24px;
	clear: both;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 0px 10px 0px 0px;
	line-height: 20px;
}
#copyright {
	width: 100%;
	position: relative;
	text-align: right;
}
.rule {
	height: 1px;
	background-color: #999999;
}
#copyright p {
	color: #666666;
	font-size: 80%;
	line-height: 112%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}


#mainContent {
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
	background-image: url(../img/main_shadow.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 0px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 175px;
	width: 400px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	color: #333333;
}
#mainContent a:link {
	color: #0066CC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#mainContent a:visited {
	color: #6666CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

#mainContent a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#mainContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	list-style-type: square;
}
#mainContent ul ul {
	margin-left: 35px;
	list-style-type: none;
	margin-top: 5px;
	list-style-position: outside;
	list-style-image: url(../img/square-grey.gif);	
}
#mainContent ul li ul li {
	margin-top: 5px;
}
#mainContent li {
	margin-bottom: 8px;
	padding-right: 10px;
}


#mainContent p {
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 10px;
	color: #333333;
}
#mainContent h1 {
	font-size: 130%;
	line-height: 120%;
	color: #405864;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mainContent h2 {
	font-weight: bold;
	font-size: 115%;
	color: #CC3300;
	line-height: 125%;
	margin: 15px 0px 5px;
	padding: 0px 10px 0px 15px;
}
#mainContent h3 {
	padding-left: 15px;
	margin: 10px 0px 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	font-size: 90%;
	color: #003366;
	font-style: normal;
	font-weight: bold;
}
#mainContent h4 {
	font-size: 90%;
	padding-right: 10px;
	padding-left: 15px;
	line-height: 110%;
	color: #405864;
	margin: 5px 0px;
}
#mainContent h5 {
	padding-right: 10px;
	padding-left: 15px;
	color: #668085;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 10px 0px 5px;
	font-weight: bold;
}
#mainContent h5 a {
	color: #006699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 11px;
	
}
#mainContent blockquote {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 30px;
}

html>body #maincontent {
margin-left: 176px;
margin-right:175px;
	}
#twocol {
	padding: 0px 0px 10px;
	background-color: #FFFFFF;
	background-image: url(../img/main_shadow.jpg);
	background-repeat: repeat-x;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	width: 575px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	color: #333333;
}
#twocol a:link {
	color: #0066CC;
	text-decoration: none;
}
#twocol a:visited {
	color: #6666CC;
}

#twocol a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#twocol ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	list-style-type: square;
}
#twocol ul li ul {
	margin-left: 45px;
	list-style-type: disc;
}
#twocol li {
	font-size: 90%;
	margin-right: 15px;
	margin-bottom: 10px;
}


#twocol p {
	padding: 0px 10px 0px 15px;
	margin: 0px 0px 10px;
	color: #333333;
}
#twocol h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 125%;
	line-height: 120%;
	color: #405864;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-weight: bold;
}
#twocol h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 120%;
	color: #668085;
	line-height: 125%;
	margin: 10px 0px 0px;
}
#twocol h3 {
	padding-left: 15px;
	margin: 10px 0px 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: 110%;
	color: #CC4F12;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

#rightcontent {
 width:175px;
	background:#E7ECF6;
	position: relative;
	margin: 0px;
	padding: 0px;
	}
#rightcontent a {
	color: #006699;
}
#rightcontent h1 {
	padding: 5px 10px 3px;
	font-size: 13px;
	color: #375168;
	margin-top: 10px;
	margin-bottom: 0px;
	font-weight: normal;
}
#rightcontent h2 {
	font-size: 13px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px 0px;
	color: #375168;
	line-height: 125%;
}

#rightcontent p {
	color: #525252;
	padding: 0px 10px;
	margin-bottom: 10px;
	line-height: 120%;
	margin-top: 0px;
	font-size: 11px;
}
#rightcontent h3 {
	padding: 5px 10px;
	font-size: 80%;
	color: #003366;
	line-height: 110%;
}
#rightcontent li {
	padding-right: 10px;
}
#fact {
	background-color: #7D0D00;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#fact h1 {
	font-family: "Helvetica CE", Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
	padding: 10px 10px 10px 20px;
	text-align: left;
	font-weight: bold;
}
#balloon {
	width: 155px;
	padding: 10px;
	height: 85px;
}
#balloon p {
	font-size: 10px;
	color: #003366;
	line-height: 110%;
}
#balloon a {
	color: #003366;
}
#balloon a:hover {
	color: #FF6600;
}

/************ section Links styles for left column menu **************/

#sectionLinks {
	margin: 0px;
	padding: 0px;
	width: 175px;
	background-color: #FFFFFF;
	display: block;
}
#sectionLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#sectionLinks li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 15px;
}
#sectionLinks li .selected {
	margin: 0px;
	padding: 4px 15px 5px 20px;
	color: #006699;
	background-image: url(../img/global/blue_round_arrow.gif);
	background-repeat: no-repeat;
	line-height: 11px;
	background-position: 6px 4px;
	text-decoration: none;
	display: block;
	font-size: 10px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 100%;
}

#sectionLinks li a:link {
	display: block;
	background-image: url(../img/global/gray_round_arrow.gif);
	padding: 4px 0px 5px 23px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	background-position: 6px 4px;
	text-decoration: none;
	width: 100%;
}
#sectionLinks li a:visited {
	display: block;
	background-image: url(../img/global/gray_round_arrow.gif);
	padding: 4px 0px 5px 23px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	background-position: 6px 4px;
	text-decoration: none;
	width: 100%;
}

#sectionLinks li a:hover{
	background-image: url(../img/global/blue_round_arrow.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	display: block;
	background-position: 6px 4px;
}

#sectionLinks ul li ul li {
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-bottom: 3px;
	width: 125px;
}
#sectionLinks ul li ul li a:link {
	display: block;
	background-image: url(../img/global/gray_arrow.gif);
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left 3px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 100%;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#sectionLinks ul li ul li a:visited {
	display: block;
	background-image: url(../img/global/gray_arrow.gif);
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	text-decoration: none;
	background-position: left 3px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
}

#sectionLinks ul li ul li a:hover{
	background-image: url(../img/global/main_nav_arrow.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left 3px;
	width: 100%;
}
#sectionLinks .submenuOn {
	background-image: url(../img/global/main_nav_arrow.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left 4px;
	padding-left: 10px;
	font-size: 10px;
	line-height: 11px;
	margin-left: 25px;
}
.selected {
	margin: 0px;
	padding: 4px 0px 5px 23px;
	color: #006699;
	background-image: url(../img/global/blue_round_arrow.gif);
	background-repeat: no-repeat;
	line-height: 11px;
	background-position: 6px 4px;
	text-decoration: none;
	display: block;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/************ end **************/
/************ section Links styles for right column menu **************/

#rightLinks {
	margin: 0px;
	padding: 0px;
	width: 175px;
	background-color: #FFFFFF;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#rightLinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#rightLinks li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#rightLinks li a:link {
	display: block;
	background-image: url(../img/global/gray_round_arrow.gif);
	padding: 4px 0px 5px 25px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	background-position: 8px 4px;
	text-decoration: none;
	width: 140px;
}
#rightLinks li a:visited {
	display: block;
	background-image: url(../img/global/gray_round_arrow.gif);
	padding: 4px 0px 5px 25px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	background-position: 8px 4px;
	text-decoration: none;
	width: 140px;
}

#rightLinks li a:hover{
	 background-image: url(../img/global/blue_round_arrow.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	display: block;
	background-position: 8px 4px;
	width: 140px;
}

#rightLinks ul li ul li {
	padding-left: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
#rightLinks ul li ul li a:link {
	display: block;
	background-image: url(../img/global/gray_arrow.gif);
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left 3px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	width: 130px;
}
#rightLinks ul li ul li a:visited {
	display: block;
	background-image: url(../img/global/gray_arrow.gif);
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-repeat: no-repeat;
	line-height: 11px;
	text-decoration: none;
	background-position: left 3px;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 130px;
}

#rightLinks ul li ul li a:hover{
	background-image: url(../img/global/main_nav_arrow.gif);
	text-decoration: none;
	color: #006699;
	background-repeat: no-repeat;
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: left 3px;
	width: 130px;
}
.rtselected {
	margin: 0px;
	padding: 4px 0px 5px 25px;
	color: #006699;
	background-image: url(../img/global/blue_round_arrow.gif);
	background-repeat: no-repeat;
	line-height: 11px;
	background-position: 8px 4px;
	text-decoration: none;
	display: block;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/************ end **************/

 div.spacer {
	height: 0;
	clear: both;
	margin: 0px;
	padding: 0px;
  }
.photo {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	margin-right: 10px;
}
.subhead {
	font-weight: bold;
	color: #0066CC;
}

.divider {
	padding: 0px;
	margin: 0 10px 7px;
	border-bottom: 1px solid #D3D9E4;
	font-size: 10px;
	line-height: 130%;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 80%;
	text-transform: uppercase;
	margin-right: 5px;
}
a.indent:link {
	text-decoration: none;
	color: #0066CC;
	
}
a.indent:hover {
	color: #CC3300;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 110%;
	color: #666666;
	padding: 5px 15px;
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	margin-top: 8px;
}

.more {
	background-image: url(../img/arrow3.gif);
	background-repeat: no-repeat;
	background-position: left -1px;
	color: #003399;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 2px;
	margin: -2px 0px 0px 15px;
	text-align: left;
	padding-right: 12px;
	padding-left: 3px;
	padding-bottom: 2px;
}
#wrapper h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #6F7C8C;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 12px;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5D7D9E
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
}
.lefthead {
	color: #006699;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	border-bottom: 1px solid #CCCCCC;
}
#leftcol p {
	padding-right: 10px;
	padding-left: 10px;
	margin: 5px;
	font: .75em/120% Verdana, Arial, Helvetica, sans-serif;
}

/************ added 4-15-08 - Tracy Clark **************/
.newsletter {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 90%;
	color: #003366;
}
.newsletter p {
	color: #006699;
	font-weight: bold;
}

/************ added 9-18-08 - Tracy Clark **************/

.floatRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.floatLeft {
	float: left;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#give2010 {
	margin: 10px;
	padding: 0px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
#give2010 a {
	color: #4b6391;
	font: 100% Georgia, "Times New Roman", Times, serif;
}
#give2010 p {
	font-size: 100%;
	color: #000000;
}
#give2010 h2 {
	font-weight: bold;
	color: #DE0E1D;
	text-align: center;
}
#give2010 h3 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	height: 120%;
}
#give2010 li {
	font-size: 100%;
	color: #000000;
}

