/* Generic styling */
body		{	background-color: #ffffff;
			font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 10px; }

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: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-weight: bold; 
			color: #666666; }

h1		{	/*font-family: Georgia, "New York", "Times New Roman", serif; */
			font-size: 20px;
			color: #00009c;}

h1.News		{	font-size: 12px;
			color: #00009c;}

h2, legend	{	font-size: 17px;
				color: #00009c;}

h3		{	font-size: 13px; }

h4, h5, h6	{	font-size: 11px; }


sub, super	{	font-size: 75%; }

code, pre	{	font-family: Courier, "Courier New", fixed-width, monospace;
			font-size: 9px; }

td		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 10px; }

input, select, textarea
		{	font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			color: #000000; }

small		{	font-size: 85%; }

fieldset	{	border: 1px solid #cccccc; }


/* Generic styles for content cells */
td.Content
		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
			font-size: 12px;
			color: #333333; }

#Footer	td	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
				font-size: 10px;
				color: #000094;
				background-color: #ffffff;
				text-align: left; }

#Bread		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
				font-size: 10px; }

td#SubNav	{	background-image: url(/files/images/template/sidenav_bg.jpg);
				background-position: top left;
				background-repeat: no-repeat; 
				background-color: #006bd6; }

#TopBanner	{	background-image: url(/files/images/template/banner_tile.jpg);
				background-position: top left;
				background-repeat: repeat-x; }

#BannerRight
			{	background-image: url(/files/images/template/banner_right.jpg);
				background-position: top right;
				background-repeat: no-repeat; }

#SearchForm
			{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
				font-size: 10px; 
				font-weight: bold; 
				color: #666666; }

#LeftSide		{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
				font-size: 11px; 
				color: #333333;
				border-right: 1px dotted #dcdcdc ; }		
				
/* 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: Arial, Verdana, 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: Arial, Verdana, 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;
			color: #000000; }


/* Navigation Styles */
#PriNav td, #SubNav
		  	{	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
				font-size: 12px;
				color: #00009c; }
				
#PriNav td	{	text-align: center; }

#SubNav
		  	{	color: #ffffff; }

/* All content links, or unstyled links */
a:link, a:visited, a:hover
		{	text-decoration: underline;
			color: #00009c; }

a:hover		{	color: #aaaae6; }




/* Primary Navigation Links */
#PriNav td a	{	display: block; }

#PriNav td a:link, #PriNav td a:visited, #PriNav td a:hover, #PriNav td a.Sel:visited, #PriNav td a.Sel:link, #PriNav td a.Sel:hover
			{	text-decoration: none;
				color: #00009c; }

#PriNav td a.Sel:visited, #PriNav td a.Sel:link, #PriNav td a.Sel:hover
			{	color: #00009c;
				font-weight: bold; }

#PriNav td a:hover, #PriNav td a.Sel:hover
			{	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;
			color: #ffffff; }
			
#SubNav a:hover
		{	background-color: #00009c; }
			
			
#SubNav a.Sel:link, #SubNav a.Sel:visited, #SubNav a.Sel:hover
		{	background-color: #c4d6f8;
			color: #333333;}

#SubNav a.Sel
		{	border-left: 20px solid #9ab8f3;
			border-right: 20px solid #9ab8f3;
			background-color: #c4d6f8;
			color: #333333; }



/* Footer Links */
		
#Footer	a:link, #Footer	a:visited, #Footer a:hover
				{	text-decoration: underline;
					color: #000094; }

#Footer a:hover	{	text-decoration: none;
					color: #666666; }

/* Breadcrumb Links */
#Bread a:link, #Bread a:visited, #Bread a:hover
		{	text-decoration: underline;
			color: #f7b73a; }

#Bread a:hover
		{	text-decoration: none;
			color: #999999; }	