body
{
	background: #cc4400; /* Old browsers */
	background: -moz-linear-gradient(top,  #993300 0%, #cc4400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#993300), color-stop(100%,#cc4400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #993300 0%,#cc4400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #993300 0%,#cc4400 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #993300 0%,#cc4400 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #993300 0%,#cc4400 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#993300', endColorstr='#cc4400',GradientType=0 ); /* IE6-9 */
}

.maincontent 		
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	padding-left: 0em;
	padding-right: 0em;
	max-width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 20px #000;
	border: 1px solid #000;
	background: #FFFFFF;
}

#bodytext
{
	padding-left: 2em;
	padding-right: 2em;
}

#bodytext p
{
	margin-top: 0em;
	margin-bottom: 1.25em;
}

#header .masstimes
{
	font-family: sans-serif; 
	font-size: 60%; 
	font-weight: normal; 
	font-style: normal;
	color: #3F3F3F;
	padding-right: 2em; 
}

#header .addressinfo
{
	font-family: sans-serif; 
	font-size: 60%; 
	font-weight: normal; 
	font-style: normal;
	color: #3F3F3F;
	margin-right: 1em; 
	margin-top: 1em;
}

#navmenu
{
	margin-bottom: 1em;
}

#navmenu table
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#navmenu table td.normal
{
	background-color: #17375E;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border-right: 1px solid #7992B1;
}

#navmenu table td.normal_last
{
	border-right: 1px solid #17375E;
}

#navmenu table td.highlight
{
	background-color: #7992B1;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border-right: 1px solid #7992B1;
}

#navmenu table td.highlight_last
{
	border-right: 1px solid #7992B1;
}

#navmenu table td.selected
{
	background-color: #7992B1;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	padding: 0.25em 0.5em 0.25em 0.5em;
	border-right: 1px solid #7992B1;
}

#navmenu table td.selected a.item
{
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu table td.submenu
{
	background-color: #7992B1;
	color: #FFFFFF;
}

#navmenu a.item
{
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu a.item:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu table td.selected a.item:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu a.item:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

#navmenu table td.highlight a.item
{
	color: #FFFFFF;
}

#navmenu table td.highlight a
{
	color: #FFFFFF;
}

#navmenu .hidden { display: none; }
#navmenu .unhidden { display: inline-block; }

.missionstatement
{
	font-family: "Times New Roman", Times, serif;
	font-size: 90%; 
	font-weight: normal; 
	font-style: italic;
	color: #000000; 
	text-align: center;
}


#col1of1
{
	margin: 0em 0em 0em 0em;
	padding: 0em 0em 0.5em 0em;
	width: 100%;
	text-align: left;
}

#col1of2
{
	border-right : 1px solid #17375E;
	background-color: #FFFFFF;
	margin: 0em 0em 0em 0em;
	padding: 0em 1em 0.5em 0em;
	width: 67%;
	float: left;
	text-align: left;
}

#col2of2
{
	background-color: #FFFFFF;
	margin: 0em 0em 0em 0em;
	padding: 0em 0.5em 0.5em 0em;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	width: 27%;
	text-align: left;
	float: left;
}

#col2of2 h2
{
	text-align: center;
	padding-top: 0.75em;
	margin-top: 0.75em;
	padding-bottom: 0.5em;
	text-align: center;
}

#col2of2 h3
{ 
	color: #17375E;  
	margin-top: 0.5em;
	margin-bottom: 0.25em;
	text-align: center;
	font-weight: bold; 
	font-size: 110%;
}

#col2of2 ul
{
	padding-top: 0;
	margin-top: 0;
	padding-left: 1em;
	margin-left: 2em;
}

#col2of2 img.fileicon
{
	border: none;
}

#col2of2 .col2of2_sectext
{
	margin-left: 1em;
}

#footer
{
	background-color: #D3DBE5;
	border-top: 1px solid #17375E;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 0.5em;
	margin-top: 0.5em;
	padding-left: 2em;
	padding-right: 2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: both;
}

#footer ul.level1
{
	padding-top: 6px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#footer ul.level1 li
{
	margin-left: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
}

#footer a.level1, .level1nohref
{
	text-decoration: none;
	text-transform: uppercase;
	color: #17375E;
	padding-top: 0.5em;
	margin-top: 0em;
}

#footer ul.level2
{
	padding-top: 0em;
	margin-top: 0em;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#footer ul.level2 li
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 0em;
	margin-top: 0em;
	padding-bottom: 0em;
	margin-bottom: 0em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
}


#footer a.level2
{
	text-decoration: none;
	color: #17375E;
}

#footer a.level1:hover
{
	color: #7992B1;
	text-decoration: underline;
}

#footer a.level2:hover
{
	color: #7992B1;
	text-decoration: underline;
}

#footer p.address
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold; 
	color: #17375E; 
	text-align: center;
}

#footer p.credit
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	font-weight: normal;
	color: #666666;
}

#footer td
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

#footer h3 {
	font-size: 75%;
	text-transform: uppercase;
	color: #17375E;
	padding-top: 0.5em;
	margin-top: 0em;
}

table.index
{
	width: 836px;
}

td.index_col_left
{
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	padding-right: 1em;
	padding-left: 0px;
	width: 307px;
	max-width: 307px;
}

td.index_col_left h2
{
	padding-top: 0;
	margin-top: 0;
}


td.index_col_right
{
	border-left: 1px solid #17375E;
	border-right: 1px solid #FFFFFF;
	padding-left: 1em;
	padding-top: 0px;
	padding-right: 0px;
	width: 525px;
	max-width: 525px;
}

.siteTitle 	
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 150%; 
	font-weight: bold; 
	color: #FFC77A; 
}

h2,.subtitle 	
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #17375E;
	padding-top : 1em;
	margin-bottom: 0px;
	text-transform: uppercase;
}

h1, h2.pagetitle 	
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #17375E;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
	text-transform: uppercase;
	text-align: center;
}

h3	
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 110%; 
	font-weight: bold; 
	color: #17375E; 
	margin-top: 0.5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

h4 	
{ 
	font-size: 100%; 
	font-weight: bold; 
	color: #000000; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#relatedpages_list
{
	margin-top: 2em;
	font-family:Arial, Helvetica, sans-serif;
}
#relatedpages_list ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
}

#relatedpages_list ul li
{
	margin: 0 0 0 1em;
	padding: 0 0.5em 0 0;
	list-style: none;
	line-height: 1.75em;
}
#relatedpages_list ul li a
{
	padding: 0.25em 0.5em 0.25em 0.5em;
	text-decoration: none;
}
#relatedpages_list ul li a:visited
{
	text-decoration: none;
}
#relatedpages_list ul li a:hover
{
	text-decoration: underline;
}

#col2of2 #keywords_list
{
	margin-top: 2em;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-left: 2em;
	padding-right: 2em;
}
#col2of2 #keywords_list ul
{
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	text-align: center;
}

#col2of2 #keywords_list ul li
{
	margin: 0 0 0 1em;
	padding: 0 0.5em 0 0;
	list-style: none;
	line-height: 1.75em;
}
#col2of2 #keywords_list ul li a
{
	padding: 0.25em 0.5em 0.25em 0.5em;
	text-decoration: none;
}
#col2of2 #keywords_list ul li a:visited
{
	border: 1px solid #003399;
	text-decoration: none;
	color: #003399;
}
#col2of2 #keywords_list ul li a:hover
{
	background-color: #994B29;
	color: White;
}

#keyword_listindex dl dt
{
	font-weight: bold;
	margin-top: 1em;
}

.staffname 	
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: #000000;
}

.stafftitle 	
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: #000000; 
}

img.staffphoto
{
	border: 1px solid #CCCCCC;
	margin-right: 1em;
	margin-bottom: 0.5em;
}

.formfieldTitle
{
	font-weight: bold; 
	color: #000000; 
}

.red
{
	color: #CC0000;
}

.match
{
	color: #CC0000;
}

.topnav 	
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-style: italic; 
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration:none; 
}

.nav 		
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%; 
	color: #003399; 
}

.heading
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	font-weight: bold; 
	color: #994B29; 
	margin-bottom: 0px; 
	background-color : #FFC77A;
}

.heading_highlighted
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%;
	font-weight: bold; 
	color: #FFC77A; 
	margin-bottom: 0px; 
	background-color : #994B29;
}

td.sectionheading
{ 
	border-bottom: 1px solid #367154;
}
.small
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
}

.captiontext 		
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	text-align: center;
	text-decoration: none;
}

a.old
{ 
	color: #17375E; 
	text-decoration: none;
}

a 			
{ 
	color: #CC4400; 
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.old:visited
{ 
	color: #595959;
}

a:visited
{ 
	color: #CC4400;
}

a.black 	
{ 
	color: #000000; 
	text-decoration:none; 
}

a.gray 		
{ 
	color: #888888; 
	text-decoration:none; 
}

select,textarea,input 
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 100%; 
}

.redtableborder
{
	border : 1px solid Red;
}

.tableborder
{
	border : 1px solid #000000;
}

#righthandsidebar
{
	float: right;
	border: none;
	text-align: center;
	width: 45%;
}

#sidenote
{
	border-left : 1px solid #FFC77A;
	background-color: #FFFFFF;
	margin: 1em 0em 1em 1em;
	padding: 0em 0.5em 0.5em 1em;
	float: right;
	width: 27%;
	text-align: left;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
}

#sidenote h2
{
	text-align: center;
	padding-top: 0em;
	margin-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

#sidenote h3
{ 
	color: #000000; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: center;
}

#sidenote img.fileicon
{
	border: none;
}

ul.files_iconsdesc_list
{
	list-style-type: none; list-style-position:inside; margin-left: 0em; padding-left: 0em;
}

li.files_iconsdesc_list
{
	padding: 4px 0 4px 24px;
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.files_iconsdesc_listdesc
{
	font-size: 90%; padding-left: 2em; margin-top: 0.5em;
}

ul.files_nobulldesc_list
{
	list-style-type: none; margin-left: 0em; padding-left: 0em; text-align: center;
}

li.files_nobulldesc_list
{
	padding: 4px 0 0px 0px;
}

.files_nobulldesc_listdesc
{
	font-size: 90%; padding-left: 2em; margin-top: 0.5em;
}

ul.files_nobull_list
{
	list-style-type: none; margin-left: 0em; padding-left: 0em; text-align: center;
}

li.files_nobull_list
{
	padding: 4px 0 0px 0px;
}

.errornotice
{
	border : 1px solid #990000;
	background-color : #FFFFCC;
	max-width: 60%;
}
table.errornotice tr td { border:0; }

.remarkbox
{
	border : 1px solid #000000;
	background-color : #FFFFCC;
	max-width: 60%;
}

.floatingtable
{
	background-color : #EEEEEE;
}

.mediatitle
{
	font-weight: bold;
}

a.listoption
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
}

a.useroption
{
	border: thin solid #994B29;
	background-color : #EEEEEE;
	padding: 3px 6px 3px 6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration : none;
	border-width : 1px 1px 1px 1px;
	line-height : 24pt;
}

a.useroption:hover
{
	text-decoration : none;
	color : #FFFFFF;
	background-color : #994B29;
}

.tiny 		
{ 
	font-size: 70%; 
}

tr.rowbright
{
	background-color : #FFFFFF;
}

tr.rowdim
{
	background-color : #EEEEEE;
}

.announce_category { font-size: 80%; font-style : italic; }
.announce_title { font-weight: normal; font-size: 100%; }
.announce_title_full { font-weight: bold; font-size: 80%; }
.announce_title_selected { font-weight: bold; font-size: 120%; }
.announce_text { font-size: 80%; padding-left: 2em; padding-bottom: 1em; }
.announce_text_full { font-size: 80%; padding-left: 2em; padding-bottom: 0em; padding-top: 0.5em; }
.announce_text_selected { font-size: 100%; padding-left: 2em; padding-bottom: 0em; padding-top: 0.5em; }

#announce_selected .announce_text { font-size: 100%; padding-left: 0; padding-bottom: 0em; padding-top: 0.5em; }
#announce_selected .announce_title { font-weight: bold; font-size: 120%; }

div.announce_full { border-bottom: 1px solid #CCCCCC; padding: 0.5em 1em 0.5em; margin: 1em 0em 1em 0em; }
tr.normal
{
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
}

tr.highlight
{
	background-color: #FFFFFF;
}

tr.highlight td, tr.highlight th
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

tr.normal td, tr.normal th
{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

ul li
{
	padding-bottom: 0.5em;
}

dl dd
{
	padding-bottom: 0.5em;
}

#faq dl dt
{
	font-weight: bold;
}

#sidebar td
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 80%; 
}

#sidebar tr.normal
{
	background-color: transparent;
	border-top: 1px solid #CCCCCC;
}

#sidebar tr.highlight
{
	background-color: #ffffff;
}

#sidebar tr.highlight td
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#sidebar tr.normal td
{
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}

#sidebar tr td.level1
{
	padding-left: 0.5em;
}

#sidebar tr td.level2
{
	padding-left: 1.5em;
	padding-top: 0.5em;
}

#sidebar tr td.level3
{
	padding-left: 2.5em;
	font-size: 70%;
}

#sidebar a			
{ 
	text-decoration:none; 
}

#sidebar a:hover 			
{
	text-decoration: underline;
}

a.linkbutton
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	font-size: 70%;
	line-height : 250%;
	border: thin solid #CCCCCC;
	background-color : #EEEEEE;
	padding: 3px 6px 3px 6px;
	margin: 0.5em 1px 0.5em 1px;
	border-width : 1px 1px 1px 1px;
}

a.linkbutton:hover
{
	text-decoration : none;
	color : #003399;
	background-color : #FFFFCC;
}

#photo_album
{
	margin: 0px auto;
}
#photo_album .album_thumb_list
{
	border: 1px solid #CCCCCC;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	float: left;
	width: 150px;
	height: 125px;
}

#photo_album .album_thumb_name
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
}

#photo_album .thumb_list
{
	border: 1px solid #CCCCCC;
	margin: 3px 3px 3px 3px;
	padding: 5px 5px 5px 5px;
	text-align: center;
	float: left;
	width: 106px;
	height: 106px;
}

#photo_album img.thumb
{
	border: 1px solid #CCCCCC;
}

#photo_album .captiontext 		
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
	text-align: center;
	text-decoration: none;
	padding-top: 0.5em;
}

#tabcontainer ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
	line-height: 2.5em;
	font-size : 70%;
	font-weight: normal;
	background-color: transparent;
	border-bottom : 1px solid Black;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

#tabcontainer ul li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
}

#tabcontainer ul li a
{
	text-decoration: none;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#tabcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color: #367154;
}

#tabcontainer ul li a.currenttab
{
	color: #FFFFFF;
	background-color: #367154;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	border-bottom : 1px solid #367154;
}


#tabnavcontainer h2
{ 
	color: #FFFFFF;
	background-color: #9f0722;
	float: left;
	margin: 0.4em 0 0 0;
	padding-left: 5px;
}

#tabnavcontainer .wrapper
{
	background-color: #367154;
	float: left;
	width: 100%;
}

#tabnavcontainer ul
{
	margin: 0;
	padding: 0px 15px 0px 15px;
	list-style-type: none;
	line-height: 3em;
	font-size : 70%;
	background-color: #367154;
	float: right;
}

#tabnavcontainer ul li 
{ 
	display: inline;
	color: #E1B3B3;
}

#tabnavcontainer ul li a
{
	text-decoration: none; 
	background-color: transparent; 
	border: 1px solid #367154; 
	padding: 3px 3px 3px 3px; 
	color: #E1B3B3;
}

#tabnavcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color: #CC0000;
}

#tabnavcontainer ul li a.currentsort
{
	color: #FFFFFF;
	background-color: #e29337;
}


.resultsrow_title
{
	font-weight: bold;
}

.resultsrow_desc
{
	font-size: 80%;
	padding-left: 2em; 
	padding-bottom: 1em;
}

#photo_array
{
	margin: 0px auto;
}
#photo_array .photo_item
{
	border: 1px solid #CCCCCC;
	margin: 3px 3px 3px 3px;
	padding: 3px 3px 3px 3px;
	text-align: center;
	float: left;
	width: 256px;
	height: 256px;
}
#photo_array .photo_name
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 70%; 
}
#photo_array img.photo
{
	border: 1px solid #CCCCCC;
}
tr.normal td.dividerline
{
	border-bottom: 1px solid #DDDDDD;
}

#admin_info
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 0em 0em 1.5em 0em;
	clear: both;
}

#admin_info ul.stafflinks_list
{
	padding: 0em 0em 0em 0em;
	margin: 0em 1em 0em 0em;
	list-style: none;
	display: inline;
}

#admin_info ul.stafflinks_list li
{
	margin: 0 0 0 1em;
	padding: 0 0.5em 0 0;
	list-style: none;
	display: inline;
}

#index_announcements h3
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 100%; 
	font-weight: bold; 
	color: #17375E;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

#index_announcements .announce_title {
	font-weight: bold;
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}

#index_announcements .announce_title a {
	text-decoration: none;
	color: #000000;
}

#index_announcements .announce_title a:visited {
	text-decoration: none;
	color: #595959;
}

#index_announcements .announce_title a:hover {
	text-decoration: underline;
}

#index_announcements ul
{
	padding-left: 1em;
	margin-left: 0;
	margin-top: 0;
}

#index_feature_large {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}

#index_feature_large p {
	padding-top: 0;
	margin-top: 0;
}

#index_feature_large img {
	border: 1px solid #3F3F3F;
}

#index2_feature_large {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
	width: 500px;
	height: 485px;
}

#index2_feature_large p {
	padding-top: 0;
	margin-top: 0;
}

#index2_feature_large img {
	border: 1px solid #3F3F3F;
}

#custom-pager { text-align: center; }
#custom-pager a { color: #CCC; font-family: arial; font-size: 30px; width: 16px; height: 16px; text-decoration: none; padding-left: 5px; padding-right: 5px; }
#custom-pager .cycle-pager-active a { color: #cc4400; font-family: arial; font-size: 30px; width: 16px; height: 16px;  text-decoration: none; padding-left: 5px; padding-right: 5px;}

#index_feature_small {
	font-size: 80%;
	font-family:Arial, Helvetica, sans-serif;
}
#index_feature_small h3
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 110%; 
	font-weight: bold; 
	color: #17375E; 
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#index_feature_small img {
	margin-right: 1.5em;
	border: 1px solid #3F3F3F;
}

a.emailaddr:before { content: url("/graphics/icon_email_17x11.gif"); width: 17px; height: 11px; padding-right: 5px; padding-left: 5px;}

#col2of2 a.emailaddr:before { content:""; }
