/* Generic styling */
body		{	background-color: #faf6e7;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px; }

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: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-weight: bold; 
			color: #666666; }

h1		{	font-size: 17px; }

h2, legend	{	font-size: 15px; }

h3		{	font-size: 13px; }

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: 11px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }


#Wrapper	{	width: 750px; }


#Banner		{	background-color: #9ABC0C;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			background-image: url(/files/images/template/banner_bg.gif);
			background-position: -20px -10px;
			background-repeat: repeat-x;
			border-collapse: collapse; }

#Banner div	{	width: auto;
			border: 6px solid #C6D65A;
			background-color: #ffffff;
			text-align: left;
			margin: 30px;
			margin-bottom: 28px;
			padding: 10px; }

#Banner div img	{	margin-right: 10px; }


#Column_1, .Content, #Column_3
		{	border-right: 1px solid #AF997B; 
			color: #333333; }			

#NoBorder
		{	border-right: none;  }
			
#Column_3
		{	border-right: none;}

#Column_1 p.LeftColumTxt, #Column_3 p.SponsorTxt
		{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			/* color: #1675a2; */
			font-weight: normal;
			background-color: #E7EABB;
			/* border: 1px solid #CACF84; */
			border: 1px solid #cbe2e6;}

#Column_1 p.LeftColumTxt strong
		{	font-size: 12px; }

#Column_3 p.SponsorTxt
		{	color: #1675a2;
			background-color: #e6ede8;
			border: 1px solid #cbe2e6; }
			

#Banner, #Content, #Footer
		{	border-right: 1px solid #8A8A87;
			border-left: 1px solid #ADADAB; }


#Banner		{	border-top: 1px solid #ADADAB; }

#Footer		{	border-bottom: 1px solid #8A8A87; }


/* Section Box Style */

.SectionBox	{	background-color: #E7EABB; }

.SectionBox h1	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			background-color: #B8BC77;
			color: #ffffff;
			font-size: 16px; }

.SectionBox p	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 12px;}

/* Search Box Style */

#SearchForm	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #666666; }

#SearchForm input#SearchKeywords
		{	color: #666666;
			background-color: #ffffff;
			border: 1px solid #dae9f0;
			height: 20px; }

#SearchForm input#btnSearch
		{	font-weight: bold;
			color: #ffffff;
			background-color: #1675a2; 
			border: none;
			width: 20px;
			height: 20px;}

/* Generic styles for content cells */
#Content, #Footer td
		{	background-color: #faf6e7; }

.Content	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			background-color: #faf6e7; }

#Footer	td	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 11px;
			color: #333333;
			background-color: #faf6e7; }

#Footer td.FooterRepeat
		{	background-image: url(/files/images/template/footer_repeat.gif);
			background-position: top left;
			background-repeat: repeat-x; }

#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: 10px;
			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: 10px;
			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; }


/* Navigation Styles */
#PriNav	td	{	font-family: Georgia, Times, "Times New Roman", serif;
			font-size: 11px;
			color: #000000;
			background-color: #ffcc33; }

#SubNav 	{	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
			font-size: 10px; }

/* All content links, or unstyled links */
a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #C8232A; }

a:visited	{	text-decoration: underline;
			color: #C8232A; }

a:hover		{	text-decoration: none;
			color: #666666; }


/* 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: #C0D16C;
			border-right: 5px solid #9ABC0C;
			font-size: 11px; 
			color: #000000; }

#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	background-color: #E0CE4B; 
			border-right: 5px solid #EC6E07; }

#SubNav a:hover, #SubNav a.Sel:hover
		{	background-color: #EADB86;
			border-right: 5px solid #E0C739;
			color: #666666;  }


/* 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: #000000; }

#PriNav a.Sel:visited, #PriNav a.Sel:link, #PriNav a.Sel:hover
		{	background-color: #ffffcc; }

#PriNav a:hover, #PriNav a.Sel:hover
		{	color: #ffffff;
			background-color: #06387b; }

#PriNav a.Sel:hover
		{	color: #ffffcc; }


/* Footer Links */
#Footer	a	{	color : #C8232A ; }
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
		{	text-decoration: underline;
			color: #C8232A; }

#Footer a:hover	{	text-decoration: none;
			color: #999999; }

/* Breadcrumb Links */
#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #000000; }


/* Class the table tag as Cart to use */
table.Cart	{	font-size: 11px;
			border-collapse: collapse;
			margin: 5px 10px 10px 10px;
			padding: 0px; }

table.Cart td	{	border: 1px solid #C9DEF4;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			padding: 2px 4px; }

table.Cart th	{	border-right: 1px solid #ffffff;
			border-bottom: 1px solid #C9DEF4;
			background-color: #C9DEF4;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			line-height: 120%;
			padding: 2px 4px; }

table.Cart td.NoBorder, table.Cart td table td
		{	border: none; }

table.Cart td dd
		{	margin-left: 15px; }


#Column_3 p.SponsorTxt a:link, #Column_3 p.SponsorTxt a:visited, #Column_3 p.SponsorTxt a:hover
		{	font-size: 12px;
			font-weight: bold;
			text-decoration: underline;
			color: #1675a2; }

#Column_1 p.LeftColumTxt a:link, #Column_1 p.LeftColumTxt a:visited, #Column_1 p.LeftColumTxt a:hover
		{	text-decoration: none;
			color: #6F6314; }
			
#Column_3 p.SponsorTxt a:hover
		{	font-size: 12px;
			text-decoration: none;
			color: #8cb2cc; }
			
#Column_3 p.SponsorTxt a.URL, #Column_3 p.SponsorTxt a.URL:hover
		{	font-weight: normal;
			font-size: 11px; }

#PrintLogo, .PrintBorder, .PrintTxt, #PrintBanner
		{	display: none; }
			