/* Generic styling */
body		{	background-color: #E4E4E4;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px; }

b, strong	{	font-weight: bold; }

i, em, cite	{	font-style: italic; }

u		{	text-decoration: underline; }

abbr, acronym
		{	border-bottom: 1px dotted #333333;
			cursor: help; }

hr		{	color: #000000;
			height: 1px; }

h1, h2, h3, h4, h5, h6, legend
		{	font-family: Georgia, Times, "Times New Roman", serif;
			font-weight: bold; 
			color: #336666; }

h1		{	font-size: 16px; }

h1.PageLinkBox, h1.Home
		{	font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 14px;
			color: #ffffff;
			background-color: #613D3D; }

h1.Home
		{	background-color: transparent;
			font-size: 17px;}						

h2, legend	{	font-size: 15px; }

h3		{	font-size: 14px; }

h4, h5, h6	{	font-size: 12px; }


sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

td		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }



td.TitleBG	{	background-image: url(/files/images/template/bg_title.gif);
			background-repeat: no-repeat;
			background-position: top left; }
			
#BGColor	{	background-color: #000000; }		
			
.BannerQuote	{	color: #999999;
			font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 18px;
			width: 250px;
			float: right; 
			overflow: hidden;
			height: 115px; }

#SiteMapBox	{	font-family: Arial, Helvetica, sans-serif;
			font-size: 10px;
			background-color: #613D3D;
			float: right; }
			
#SiteMapBox a	{	text-decoration: none;
			color: #ffffff;
			text-transform: uppercase;
			background-color: #613D3D;
			display: block; }
			
#SiteMapBox a:hover
		{	text-decoration: none;
			color: #999999; }
				
#Content, #PriNav, #HomeBanner	
		{	border-left: 1px solid #BFBEBE;
			border-right: 1px solid #BFBEBE; }
			
			
#Footer		{	border-left: 1px solid #BFBEBE;
			border-right: 1px solid #BFBEBE;
			border-bottom: 1px solid #BFBEBE; }

			
#HomeBanner	{	background-color: #999999; }

#PageLinkBox	{	border: 1px solid #613D3D;
			font-size: 11px; }


#BG td.InternalBackupBG
		{	background-color: #000000; 
			background-image: url(/files/images/template/logo.gif);
			background-position: bottom left;
			background-repeat: no-repeat; }


/* Generic styles for content cells */
#Content	{	background-color: #ffffff; }


.Content
		{	background-color: #ffffff; 
			font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px; }

table#Footer td
	 	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px;
			color: #000000;
			text-align: center;
			background-color: #CCCCCC;}
			

#Bread		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px; }


/* For data tables */
table.Data	{	border-collapse: collapse;
			border: 1px solid #666666;
			background-color: #ffffff; }

table.Data th	{	background-color: #eeeeee;
			color: #000000;
			font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999; }

table.Data td	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			border-bottom: 1px solid #999999;
			border-left:  1px dotted #999999; }


/* For application errors */
.error          {       color: #ff0000; }

input.error, textarea.error, select.error
		{	background-image: url(/files/images/input_error.gif);
			background-position: top left;
			background-repeat: no-repeat; }


#SearchForm	{	background-color: #613D3D;
			width: 210px; }

#SearchForm input
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333; 
			background-color: #ffffff;
			border: 1px solid #999999; }

#SearchForm input.Submit
		{	background-color: transparent;
			border: none; }
			
/* Navigation Styles */
#PriNav	td	{	font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 11px;
			font-weight: bold; 
			color: #ffffff;
			background-color: #336666;
			background-image: url(/files/images/template/bg_nav.gif);
			background-repeat: repeat-x; 
			background-position: top left;
			border-right: 2px solid #000000;
			text-transform: uppercase;
			border-bottom: 4px solid #000000; }

#SubNav 	{	font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 12px;
			color: #000000; 
			background-color: #E0DEE5; }
			
#SubNav p	{	border-bottom: 1px solid #BEBBC7;}

/* All content links, or unstyled links */
a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #269494; }

a:visited	{	text-decoration: underline;
			color: #269494; }

a:hover		{	text-decoration: none;
			color: #999999; }


/* Sub-navigation Links */
#SubNav a:link, #SubNav a:visited, #SubNav a:hover, #SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	display: block;
			text-decoration: none;
			background-color: #E0DEE5;
			color: #000000; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	background-color: #A4AAAA; }

#SubNav a:hover, #SubNav a.Sel:hover
		{	background-color: #ACB8B8;
			color: #ffffff;  }


/* Navigation Links */
#PriNav a	{	display: block; }

#PriNav a:link, #PriNav a:visited, #PriNav a:hover, #PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	text-decoration: none;
			color: #ffffff;}

#PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	color: #D6A40D;    }

#PriNav a:hover, #PriNav a.Sel:hover
		{	color: #D6A40D; }

#PriNav a.Sel:hover, #PriNav a.Sel
		{	color: #D6A40D; }


/* Footer Links */
#Footer	a	{	color : #660000 ; }
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: none;
			color: #660000; }

#Footer a:hover	{	text-decoration: underline;
			color: #ffffff; }

/* Breadcrumb Links */
#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }
			
#Bread a:hover
		{	text-decoration: none;
			color: #999999; }
			
#PrintLogo	{	display: none; }
