/* 
######################################################################
##	Created by David Foor 7/13/2006
##	Derived from styles.css from Bluegrass.org by Chris Davis
##
##	This stylesheet is broken into 3 sections, standard HTML tags,
##	user-defined classes and classes for the menu. It is also
##	alphabetical order to find information quickly and easily.
######################################################################
*/

/*	Standard (X)HTML tags below */
/*	The following links are for the menu. Since the ASP.NET 2.0 Menu control renders the text 
	as a link when using a sitemap, you can't declare a default link color or it will use that link
	instead of the color in the stylesheet. Therefore, a special class for each anchor tag type has
	to be declared and used exclusively. */

a.stdLink
{
	color: #ff9900;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

a:link.stdLink
{	
	color:#ff9900;
	font-weight: bold;
}

a:visited.stdLink
{	
	color:#ff9900;
	font-weight: bold;
}

a:hover.stdLink
{	
	color: #cc6600;
	font-weight: bold;
	text-decoration: underline;
}

b
{
	font-weight: bold;
}

body
{
	background-color: #99cc66;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .8em;
	margin: 5px 7px 5px 7px;
	min-width: 800px;
}

h1
{
	color: #000;
	font-family: Georgia;
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

h2
{	
	font-family: Georgia;
	font-size: 1.3em;
	font-weight: bold;
	text-align: left;
}

h3
{	
	font-family: Georgia;
	font-size: 1em;
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}

h4
{	
	font-family: Georgia;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
}

table.tabData
{
	width: 100%;
}

td.tabDataLeft
{
	padding: 2px;
}

td.tabDataRight
{
	padding: 2px;
	text-align: right;
}
	

/* User-defined Classes */
.container
{
	width: auto;
}

.content
{
	border-left: solid 2px #99cc66;
	margin-left: 206px;
	min-height: 300px;
	padding: 0px 7px 0px 7px;
	vertical-align: top;
	width: auto;
}

.doubleSpace
{
	margin-bottom: 1em;
}

.footer
{
	border: solid 1px black;
	background-color: #dddddd;
	clear: both;
	display: block;
	font-size: .7em;
	margin-left: auto;
	margin-right: auto;
	min-width: 787px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	width: 99%
}

.header
{
	background-image: url(images/CRP_Header_Spacer.jpg);
	background-repeat: repeat-x;
	height: 117px;
	margin-top: 10px;
	min-width: 787px;
}

.ieFix
{
	background-image: url(images/CRP_Header_Spacer.jpg);
	background-repeat: repeat-x;
	margin-top:10px; 
	vertical-align:top; 
	width:100%;
}
		
.imgHeaderLeft
{
	float: left;
	margin-left: 0px;
}

.imgHeaderCenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imgHeaderRight
{
	float: right;
	margin-right: 0px;
}

.indented1
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}

.italic
{
	font-style: italic;
}
	
.mainContent
{
	border: solid 1px black;
	border-bottom: none;
	background-color: #fff;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	min-height: 300px;
	min-width: 787px;
	vertical-align: top;
	width: 99%;
}

.menuRegion
{
	float: left;
	width: 210px;
}

.tabData1
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	min-width: 475px;
	width: 98%;
}

.underline
{
	text-decoration: underline;
}

/* MENU CLASSES */
/* The dynamicMenu's background color doesn't show. No clue why. */
.dynamicMenu
{
	background-color: #9966cc;
	border: solid 1px #000000;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	width: 250px;
	z-index: 100;
}

.dynamicMenuItem
{
	background-color: #9966cc;
	border: solid 1px #000000;
	color: #ffffff;
	font-size: 12px;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
	padding: 2px 2px 3px 3px;
	text-align: left;
	text-decoration: none;
	width: 250px;
	z-index: 101;
}

.dynamicMenuHover
{
	background-color: #9933cc;
	border: solid 1px #000000;
	color: #ffffff;
	font-size: 12px;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: 1px;
	padding: 2px 2px 3px 3px;
	text-align: left;
	text-decoration: none;
	width: 250px;
	z-index: 100;
}

.staticMenu
{
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	width: 200px;
}

.staticMenuItem
{
	background-color: #9966cc;
	border-left: none;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding: 2px 2px 2px 3px;
	text-align: left;
	text-decoration: none;
	width: 200px;
}

.staticMenuHover
{
	background-color: #9933cc;
	border-left: none;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-top: solid 1px #000000;
	color: #ffffff;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	padding: 2px 2px 2px 3px;
	text-align: left;
	text-decoration: none;
	width: 200px;
}