
/* CSS STYLES FOR MYCATTLE */
/***************************/

body{
	margin:0px;
	background-color: #00475d;
	border:0px;
}


/* DIVS */


.header {
	width:954px;
	margin:0px;
	padding-bottom: 0px;
	padding-top: 0px;
	background-color: #00475d;}
	
	.header_container {
 /*position:relative;
       top:0px;
 left:0px;	
	*/	position: relative;
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 0px;
			padding-top: 0px;
			width:954px;
			height:115px; 
			background-color:  #00475d;}
			
			
			
.navbar {
	width:100%;
	height:22px;
	margin:0px;
	padding-top: 0px;
	background-color: #00475d;}
	
	.navbar_container {
			position: relative;
			padding-top: 0px;
			margin-left: auto;
			margin-right: auto;
			width:954px;
			height:22px;
			padding-top: 0px;
			background-color: #c5c5c5;}
			
			
			

.content {
	width:100%;
	margin:auto;
	background-color: #00475d;}
	
	.content_container {
			margin-left: auto;
			margin-right: auto;
			width:954px;
			height:auto;
			padding-top:20px;
			padding-bottom:10px;
			background-color: #ffffff;}
			
			
			
/* TEXT STYLES */

a:link {
	text-decoration: none;}
	
a:visited {
	text-decoration: none;}
	
a:hover {
	text-decoration: none;}
	
a:active {
	text-decoration: none;}
	
h1 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 15pt;
	font-weight: bold;
	padding-left:25px;
	margin: 0;
	color: #489dde;}
	
.BodyText {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12pt;
	font-weight: bold;
	margin: 0;
	padding-left:25px; 
	color: #000000;
	line-height:26px;}
	
.BodyText2 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12pt;
	font-style: oblique;
	margin: 0;
	padding-left:25px;
	color: #000000;
	line-height:26px;}
	
.BodyText3 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12pt;
	margin: 0;
	padding-left:25px;
	color: #000000;
	line-height:26px;}
	
/* Nav Links */
.BodyText4 {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 10pt;
	margin: 0;
	padding-left:25px;
	color: #00475d;}
	

/* Navbar Links */

.menu a {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: #505052;}
	
.menu a:hover {
	font-weight: bold;}	
	
.current {
	font-family: "Trebuchet MS", Helvetica;
	font-size: 12pt;
	font-weight: bold;
	font-style:italic;
	color: #505052;}

 /* Images */
 img.alignright{
 position:relative;
         top:-880px;
 left:650px;}

 img.alignright1{
 position:relative;
       top:-860px;
 left:-33px;
       }

img{
margin: 0; padding: 0; border: 0;
}
			
			
			
			
			
			
			
			
