body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-align:center;
}

h1{
font-size: 1.6em;
}

h2{
font-size: 1.1em;
}

h3{
font-size: 1.0em;
}

h4{
font-size: 0.9em;
}

h5{
font-size: 0.8em;
}

h6{
font-size: 0.7em;
}

#divWrapper 
{
	width: 80%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ABC688;
	border-right-color: #ABC688;
	border-bottom-color: #ABC688;
	border-left-color: #ABC688;
	text-align:left;
	/* Width for IE makes website fluid width between 740 and 1100 px 
    *width:expression(document.body.clientWidth < 60%? "58%" : document.body.clientWidth > 80%? "80%" : "auto"); */
    /* increased initial check value to 750 so it does not freeze Internet Explorer 
    min-width: 800px!important;*/
}



#divTopnav {
	float: right;
	font-size: 0.7em;
	padding-right: 5px;
	color: #719145;
}



#divTopnav a:link, #divTopnav a:visited {
	color: #719145;
	text-decoration: none;
	font-weight: bold;
}
#1divTopnav a:hover {
	color: #FFFFFF;
	background-color: #FF3300;
}
#divNav {
/*	width: 100%;*/
	background-color: #719145;
	color: #FFFFFF;
	font-size: 0.7em;
	padding-left: 5px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #ABC688;
	border-right-color: #ABC688;
	border-bottom-color: #ABC688;
	border-left-color: #ABC688;
}

#divNav ul{
margin: 0px;
padding: 0px;
/*min-height: 32px;
_height: 32px;*/
height: 32px!important;

}

#divNav ul li{
/*display: inline;
*float:left;*/
float:left;
/**display: block;*/

margin-right: 3px;
padding-left: 10px;
background-image: url(../images/bar.jpg);
background-repeat: no-repeat;

}


#divNav a:link, #divNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#divNav a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF3300;
}

#divContent {
	padding-right: 5px;
	padding-left: 5px;
	width: 59%;
	float: left;
	padding-top: 10px;
}


#divContent a:link, #divContent a:visited {
	color: #43464B;
	text-decoration: none;
	font-weight: bold;
	text-decoration:underline;
}
#1divContent a:hover {
	color: #FFFFFF;
	background-color: #FF3300;
}

#divContentFull {
	padding-right: 5px;
	padding-left: 5px;
	width: 90%;
	float: left;
	padding-top: 10px;
}
#divContentFull h2 {
	font-size: 1.1em;
	color: #719145;
	margin-bottom: 0px;
	margin-top: 5px;
}
#divContentFull p {
	font-size: 0.9em;
	color: #424648;
	margin-top: 0px;
}
#divContentFull a:link, #divContentFull a:visited {
	color: #43464B;
	text-decoration: none;
	font-weight: bold;
	text-decoration:underline;
}
#1divContentFull a:hover {
	color: #FFFFFF;
	background-color: #FF3300;
}

#rightCol {
	float: right;
	padding-top: 14px;
/*	padding-right: 10px;*/
	padding-bottom: 10px;
	padding-left: 10px;
	width: 38%;
}

#divFooter {
/*float:left;*/
	clear: both;
	font-size: 0.65em;
	padding-left: 5px;
/*	width: 80%;*/
	margin-right: auto;
	margin-left: auto;
}
/*html>body #divFooter { 	margin-left: 103px; }*/

#divFooter a:link, #divFooter a:visited {
	color: #719145;
	text-decoration: none;
}
#divFooter a:hover {
	color: #FFFFFF;
	background-color: #FF3300;
}
.imagefloatR {
	float: right;
	margin-top: 10px;
}
.textfloatL {
	float: left;
	width: 450px;
	margin-top: 10px;
}
#divHeader {
	width: 758px;
	height: 155px;
	background-image: url(../images/ct_header.jpg);
	background-repeat: no-repeat;
}
#divContent h2 {
	font-size: 1.1em;
	color: #719145;
	margin-bottom: 0px;
	margin-top: 5px;
}
#divContent p {
	font-size: 0.9em;
	color: #424648;
	margin-top: 0px;
}


#divHeader h1 {
	color: #719145;
	font-size: 1.6em;
	margin-left: 115px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 115px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#divContact {
/*	float:left;*/
	clear: both;
	font-size: 0.7em;
	padding-left: 5px;
/*	width: 80%;*/
	margin-right: auto;
	margin-left: auto;
	background-color: #719145;
	color: #FFFFFF;
	padding-right: 1px;
	padding-bottom: 1px;
	border: 2px solid #ABC688;
	border-right-width: 0;
	border-left-width: 0;
}

/*html>body #divContact { 	margin-left: 103px; }*/

#divContact a:link, #divContact a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#divContact a:hover {
	text-decoration: none;
	color: #FF3300;
}
.grid
{
	font-size: 0.9em;
	color: #424648;	
	margin-bottom: 47px;
}
.gridh2 {
	font-size: 1.1em;
	color: #719145;
	margin-bottom: 0px;
	margin-top: 5px;
}
p{	
font-size: 0.9em;
	color: #424648;
	margin-top: 0px;
	}
	
	#rightColGrid {
float: right;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align:right;
}

.rightColGrid img{
clear: both;
}

.CardImage{
padding-left:15px;
padding-bottom:100px;
float:right;
}

.imageright1
{
	text-align:right;
	float:right;
}

.imagerightHorse
{
	float:right;
	padding-bottom:1px;
}
.RedText{
color:#FF0000;
font-weight:bold;
}

#divTopnav ul
{
	margin: 0px;
	padding: 0px;
}

#divTopnav ul li{
display: inline;
margin-right: 3px;
padding-left: 10px;
background-image: url(../images/bar2.jpg);
background-repeat: no-repeat;
}