/* ************** CSS FOR CARTIER EQUINE LEARNING CENTER ******************* */

/* Body formatting */

body {
	margin-bottom: 0px;
	background-color: #D3D3D3;
	background-image:url(../images/bkg.jpg);
	}
/* Table Formatting */


.navmenu {
      background: #404040;
}



div.body {
	background-image:url(../images/body-bkg.jpg);
	min-height:400px; 
	padding:10px 70px 0 70px; 
	margin:-10px 0 -10px 0;
}
div.footer {
	line-height:18px; 
	background-image:url(../images/b_links.jpg); 
	background-position:center;
	background-repeat:no-repeat; 
	height:55px;
	width:774px;
}

.frame {
	border: 1px solid #808080;
	border-top:none;
}

h1 {
	font-size:175%;
	margin:5 0 10 0;
	 color:#88684E;
}
h1 span.headerGrey {
	color:#CCC;
}

h2 {
	 font-size:13px;
	 font-style:italic;
	 text-align:center;
	 }
.headline {
	 font-size:16px;
	 font-style:italic;
	 }
	 
h2.frontpage {
	 font-size:18px;
	 font-style:normal;
	 text-align:left;
	 color:#88684E;
	 border-bottom: dotted #586957 1px;
	 }
.bulletlinks {
	 font-size:18px;
	 font-style:normal;
	 text-align:left;
	 color:#88684E;
	margin:20px 20 20px 20;

	 }
.box{
	 font-size:18px;
	 font-style:normal;
	 text-align:left;
	 color:#88684E;
	margin:20px 20px 20px 20px;
	padding: 5px;
	 border: solid #586957 2px;
	background: #cccccc;
	text-decoration:none;


	 }
 

h3 {
	 font-size:125%;
	 font-style:normal;
	 text-align:center;
	 }

img.right{
	float:right;
	margin-left:10px;
	border: solid black 1px;
	}

img.left{float:left;
	margin-right:5px;
	border: solid black 1px;
	}

p {
	font-family:arial;
	font-size:12px;
	line-height: 16px;
	margin:10 0;
	}
.intro {
	font-family:arial;
	font-size:14px;
	line-height: 18px;
	color:#6B5545;
	background:#EFEFEF;
	padding:8px;
	border:dotted 1px;
	}
.intro2 {
	font-family:arial;
	font-size:12px;
	line-height: 16px;
	}
.newsbulletin {
	font-family:arial;
	font-size:14px;
	line-height: 18px;
	color:#6B5545;
	}
/* Text and Links */

a:link {
	color: #5a5a5a;
	font-family: arial;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: #5a5a5a;
	font-family: arial;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

a:hover {
	color: #5a5a5a;
	text-decoration: none;
}

a.navlinks {
	color: #ffffff;
 	font-family: arial,helvetica;  
 	font-size: 10pt; 
 	line-height: 10pt;
	text-decoration: none;
}

a.navlinks:hover {
	color: #b9afb0;
	text-decoration:underline;
}

a.navlinks:visited {
	color: #ffffff;
 	font-family: arial,helvetica;  
 	font-size: 10pt; 
 	line-height: 10pt;
	text-decoration: none;
}


table.internal tr td{
							 border:1;
							 border-style:solid;
							 padding:10;
							 }

td {
	font-family: Arial;
	font-size: 80%;
	color: #696969;
	font-weight: normal;
	line-height: 150%;
	vertical-align:top;
}


ul {
	 margin: 0 0 10 20;
	 }






