/* CSS Document */

body
{
	background-image:url(../images/bg.jpg);
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:25px;
	background-position:top;
	background-repeat:repeat-x;
	background-color: #5F7177;
}	

td
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#434F55;
}

/* LINKS*/
	
.more
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}	

.more:hover
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.a
{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#472F20;
	text-decoration:underline;
}	

.a:hover
{
	font-family:Tahoma, Arial;
	font-size:11px;
	color:#472F20;
	text-decoration:none;
}

/* HEADING */

H1
{
	font-family: Tahoma, Arial;
	font-size:9px;
	font-weight:bold;
	color:#FFFFFF;
}
	
	
H2
{
	font-family: Tahoma, Arial;
	font-size:9px;
	font-weight:bold;
	color:#000000;
}

	
/* FOOTER*/

#footer
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#663300;
	font-weight:bold;
	background-color: #CEC6A2;
	background-image: url(../images/footerend-wide.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 40px;
}

.flink
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
	font-weight:bold;
	text-decoration:none;
}	
.flink a:link
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
	font-weight:bold;
	text-decoration:none;
}	
.flink a:visited
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
	font-weight:bold;
	text-decoration:none;
}	
.flink:hover
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#8B6441;
	font-weight:bold;
	text-decoration:none;
}	

.cr
{
	font-family:Tahoma, Arial;
	font-size:9px;
	color:#473A2C;
}	

.right_bg 
{	
			background-image:url(../images/rightbg.jpg);
			background-repeat:repeat-x;
			background-color:#434F55;
			}
/* added by CDS 09-14-2007 to add lighter background to 2col pages */
.lightBody
{
	background-image: url(../images/bck-2col-wide-light.gif);
}

.mainBody 
{
	font-family: "Tahoma, Century Gothic", "Trebuchet MS", Times;
	font-size: 12px;
	font-weight: normal;
	color: #564837;
	width: 680px;
}
.mainBody a {
	color: #7C6262;
	text-decoration: underline;
}
mainBody a:link {
	color: #7C6262;
	text-decoration: underline;
}
.mainBody a:hover {
	color: #2F3841;
	text-decoration: underline;
	background-color: #DAD3AC;
}
mainBody a:visited {
	color: #5F7176;text-decoration: underline;
}
.mainBody H1 {
	font-family: "Tahoma, Century Gothic", "Trebuchet MS", Times;
	font-size: 1.8em;
	font-weight: normal;
	color: #504333;
	letter-spacing: 0.05em;
}
.mainBody H2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #599297;
	letter-spacing: 0.05em;
}
.mainBody td {
	font-family: "Tahoma, Century Gothic", "Trebuchet MS", Times;
	font-size:.9em;
	font-weight: normal;
	color: #504333;
	text-align: left;
	vertical-align: top;
}
.mainBody th {
	font-family: "Tahoma, Century Gothic", "Trebuchet MS", Times;
	font-size:0.9em;
	font-weight: normal;
	color: #F6F0D6;
	text-align: center;
	vertical-align: top;
	background-color: #599297;
	padding: 5px;
}
.mainBody .notes {
	font-size:.9em;
	color: #504333;
	text-align: left;
	margin-left: 15px;
}
.mainBody .row1 {
	background-color: #F6F0D6;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #599297;
}
.mainBody .row2 {
	background-color: #F6F0D6;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #599297;
}


/****************************************
 * Side nav
 ****************************************/

#side-nav
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin-bottom: 30px;
	margin-top: 50px; 	font-size: 1.1em;
}

#side-nav h2
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	display: block;
	padding: 25px 10px 0px 15px;
	border: none;
	color: #E0E0BE;
	font-size: 1.3em;
}

#side-nav .first { border-top: 1px solid #5A6B72; }

#side-nav a
{
	display: block;
	color: #FFF6CA;
	background-color: #434F55;
	text-decoration: none;
	font-size: 1.1em;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #5A6B72;
}


#side-nav dl
{
	/* float: left; */
	margin: 0;
	padding: 0;
	width: 100%;
}

/* dt's - regular level menu item */
#side-nav dt {  }

#side-nav dt a:link
{  text-decoration: none;
	background-color: #323B46;
	color: #F4F6CA;
	display: block;
}

#side-nav dt a:visited
{
	background-color: #323B46;
	text-decoration: none;
	display: block;
	color: #F4F6CA;
}

#side-nav dt a:hover
{
	text-decoration: none;
	display: block;
	color: #293038;
	background-color: #CEC6A2;
}


#side-lower .tableNews {
	background-color: #434F55;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CEC6A2;
}
#side-lower .pullquote {
	color: #D0C29F;
	margin: 18px;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
}


.tableGene {
	background-color: #cec6a2;
	border: thin dotted #5f7177;
}
.imgR {
	float: right;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.imgL {
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.mainUtility {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.footerTop {
	background-color: #CEC6A2;
	background-image: url(../images/footertop-wide.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 30px;
}
.first {
/*	margin-left: 50px;
	padding-left: 50px; */
}
#mainUtility1 {
	padding-top: 12px;
	padding-right: 55px;
	padding-bottom: 20px;
	padding-left: 55px;
	background-image: url(../images/bck-2col-wide-light.gif); /* added by CDS 09-14-2007 to add lighter background to 2col pages */
}
.tableHorse {
	text-align: left;
	vertical-align: top;
	margin: 0px;
	width: 100%;
	border: 1px dotted #8DA9AB;
}
.facts {
	color: #316B74;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: .96em;
	margin-left: 15px;
}
#subMenu {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#subMenu td {
	font-family: "Tahoma, Century Gothic", "Trebuchet MS", Times;
	font-size:13px;
	font-weight: normal;
	color: #504346;
	text-align: center;
	vertical-align: top;margin: 0px;
	padding: 1px;
}
#subMenu a {
	color: #6B8893;
	text-decoration: none;
}
#subMenu a:link {
	color: #6B8893;
	text-decoration: none;
}
#subMenu a:visited {
	color: #6B8893;
	text-decoration: none;
}
#subMenu a:hover {
	color: #2F3841;
	text-decoration: underline;
	background-color: #DAD3AC;
}

/* commented out 09-14-2007 by CDS
.imgL {
	float: left;
} */
