/*SUPER GLOBAL SETTINGS*/

body {
		background-color: #FFFFCC;
		margin: 0;
		padding: 0;
		border: none;
	}

a:link {
		color: #663399;
	}

a:active {
		color: #FF9933
	}

a:visited {
		color: #993333;
	}

a:hover {
		color: #FF9933
	}

span {
		color: navy;
	}

div {
		color: navy;
	}

form {
		color: navy;
	}

h1 {
		color: navy;
		width: 100%;
		text-align: center;
	}

h2 {
		color: navy;
		width: 100%;
		text-align: center;
	}

h3 {
		color: navy;
		width: 100%;
		text-align: center;
	}

ul li {
		list-style-image: url('graphics/posbul1d.gif');
		color: navy
	}

ul ul li {
		list-style-image: url('graphics/posbul3d.gif');
		color: navy
	}

/*LAYOUT SETTINGS*/

#header {
			height: 60px;
			width: 100%;
			margin: 0;
			padding: 0:
			border: none;
		}
		
#navigator {
			position: absolute;
			top: 60px;
			left: 0;
			width: 140px;
			margin: 0;
			padding: 0;
			border: none;
			z-index: 10;
		}
		
#content {
			width: 100%;
			margin: 0;
			padding: 0;
			padding-left: 145px;
			padding-right: 5px;
			border: none;
			z-index: 5;
		}
		
#footer {
		width: 100%;
	}			

/*HEADER SETTINGS*/

.headgraphic {
		position: absolute; 
		top: 0;
		left: 0;
	}

.headtext {
		position: absolute;
		font-variant: small-caps; 
		font-weight: bold;
		font-size: 18px;
		line-height: 58px;
		text-align: center;
		font-family: "Trebuchet MS", Trebuchet, Tahoma, Arial, Sans-Serif;
		color: navy;
		width: 100%;
		z-index: 2;
	}

/*FOOTER SETTINGS*/

.footertext {
		font-size: 10;
		text-align: center;
		font-family: arial, sans-serif; 
	}
	
.mainhr {
		width: 100%;
	}

/*MAIN CONTENT SETTINGS*/

.sectionhead {
		font-weight: bold;
		font-size: 18;
	}

.paragraphic {
		text-indent: 10%;
		text-align: left;
	} 

.invisitable {
		border: none;
		cell-border: none;
		cell-padding: 1;
	}

.superlink {
		font-size: 18;
	}

.babybox {
		border-style: solid;
		border-color: cyan;
		border-width: 2;
		margin: 5;
		padding: 5;
		background-color: #FAFAFC8;
	}

.babycaption {

	}

.centershot {
		width: 100%;
		text-align: center;
	}

.stallionhead { /*For the stallion guide*/
		font-weight: bold;
		font-size: 18;
		width: 100%;
		text-align: center;
	}
	
.slides { /* FOR THE PHOTO SLIDES ON THE NEWS PAGE */
		position:absolute; 
		left: 145px; 
		top: 80px; 
		visibility: hidden
	}
