/* blocks */
body {
	width: 800px;
	height: 800px;
    font-family: times, cambria, serif;
	margin: 0px;
	padding: 0px;
	background: white;
	/*border: 1px solid black;*/
}

a:link {
	text-decoration: none;
	border: none;
	outline: none;
	}
a:visited {
	text-decoration: none;
	border: none;
	outline: none;
	}
a:hover, a:active {
	text-decoration: none;
	border: none;
	outline: none;
	}
a img
{
    border: solid 0px white;
}
.color
{
 	font-weight: bold;
	text-decoration: none;
	color: #3e5377;
}
.color:link {
	font-weight: bold;
	text-decoration: none;
	color: #3e5377;
	}
.color:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3e5377;
	}
.color:hover, .color:active {
	font-weight: bold;
	text-decoration: underline;
	color: #3e5377;
	}



.header {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 780px;
	height: 160px;
	/*background: url(images/header.png) no-repeat;*/
	/*border: 1px solid #B5B5B5;*/
        /*background: #E5E5E5;*/
	/*font: normal 12pt Century Gothic;*/
	color: #697E97;
	letter-spacing: 1px;
}

.menu {
	position: absolute;
	left: 0px;
	top: 160px;
	width: 800px;
	height: 50px;
	background: url(images/menubar2.png);
	color: #4b5e7f;
	letter-spacing: 1px;
}

.menu_items {
	position: absolute;
	left: 0px;
	top: 10px;
	color: #4b5e7f;
	font: normal 14px Georgia, Times New Roman;
	letter-spacing: 3px;
}

.content {
	position: absolute;
	z-position: 1;
	left: 0px;
	top: 200px;
	height: 900px;
	width: 800px;
	text-align: justify;
	font: normal 10pt Times;
	background: url(images/berryflower5.jpg);
	background-repeat:  no-repeat;
	background-position: 0px 12px;
	color: black;
}
.content2 {
	position: relative;
	z-position: 2;
	left: 30px;
	top: 0px;
	width: 740px;
	text-align: justify;
	font: normal 10pt Times;
	color: black;
	border: none;
}
.content3 {
	position: absolute;
	z-position: 1;
	left: 0px;
	top: 210px;
	height: 900px;
	width: 800px;
	text-align: justify;
	font: normal 10pt Times;
	background: url(images/Cattle_tank_8b.JPG);
	background-repeat:  no-repeat;
	color: black;
}
.footer {
	position: relative;
	z-position: 2;
	left: 0px;
	top: 0px;
	width: 800px;
	text-align: justify;
	/*font: normal 10pt Century Gothic;*/
	color: black;
}


#banner {
	background: url(images/back_rpt4_moreshadow.gif);
	background-repeat:  repeat-x;
	height: 99px;
	border-top: 1px solid #000;
	margin-bottom: 0px;
	voice-family: "\";}\"";
	voice-family: inherit;
}

p,h1,pre {
	margin:0px 10px 10px 10px;
}

h1 {
	font-size:18px;
	padding-top:10px;
}
h2 {
	font-family: Times New Roman;
	font-weight: normal;
	font-size: 16px;
}
.clear {
  clear: both;
}
img.float_right
{
    float: right;
    padding: .5em 1em 0em 1em;
}
img.float_left
{
    float: left;
    padding: .5em 1em 0em 1em;
}
.large
{
    font: normal 16px Times New Roman;
	position: relative;
	z-position: 4;
	left: 25px;
}
.myright
{
	position: relative;
	z-position: 5;
	padding-right: 15px;
}
.large_nopos
{
    font: normal 16px Times New Roman;
}
.larger_red
{
    font: normal 18px Times New Roman;
	color: red;
}
.small
{
    font: normal 8px Times New Roman;
}
.large_blue
{
    font: normal 16px Times New Roman;
	color: #3e5377;
}
.larger_blue
{
    font: normal 18px Times New Roman;
	color: #3e5377;
}
.largest_blue
{
    font: bold 20px Times New Roman;
	color: #3e5377;
}


