﻿body
{
	font-family:Lucida Sans Unicode;
	font-size:11pt;
	color:#000000;
	background-color:#c6da3f;
}

body a
{
	text-decoration:none;
	color:#7AAD32;
}

body a:hover
{
	text-decoration:underline;
	color:#7EAD32;
}

.ThoughtBubble
{
	position:absolute;
	left:250px;
	display:none;
}

.MainContent
{
	width:785px;
    clear:left;
    height:100%;
}

.HeaderContent
{
	float:left;
	width:785px;
}

.HeaderLeft
{
	float:left;
	width:336px;
}

.HeaderRight
{
	width:449px;
	float:left;
}

.LeftSideCow
{
	position:relative;
	left:-79px;
	z-index:3;
}

.HeaderLogo
{
	text-align:right;
	height:296px;
	clear:right;
}

.MenuHolder
{
	position:relative;
	margin-left:-159px;
	margin-top:-85px;
	z-index:3;
	height:100px;
}

.ContentWell
{
	width:785px;
	float:left;
	margin-top:-31px;
	
}

.ContentMiddle
{
	width:785px;
	float:left;
}

.ContentPageMiddle
{
	width:785px;
	background-color:#560078;
	float:left;
}

.ContentTopBorder
{
	width:785px;
	height:17px;
	background-image:url("/App_Themes/Cow/Images/topContentBorder.gif");
}

.ContentLeftBorder
{
	background-repeat:repeat-y;
	float:left;
	width:18px;
	background-image:url("/App_Themes/Cow/Images/leftContentBorder.gif");
	overflow:hidden;
	position:relative;
	margin-bottom:0px;
	height:100%;
}

.ContentRightBorder
{
	width:15px;
	background-image:url("/App_Themes/Cow/Images/rightContentBorder.gif");
	background-repeat:repeat-y;
	float:left;
	overflow:hidden;
	position:relative;
	height:100%;
}

.ContentBottomBorder
{
	float:left;
	width:785px;
	height:17px;
	background-image:url("/App_Themes/Cow/Images/bottomContentBorder.gif");
}

.Footer
{
	background-color:#731472;
	color:#FFFFFF;
	text-align:center;
	padding-top:30px;
	font-size:14pt;
	height:40px;
	width:785px;
	float:none;
	clear:left;
	position:relative;
	top:30px;
}

.CopyRight
{
	width:100%;
	font-size:8pt;
	text-align:center;
}

.EmailSignup
{
    position:relative;
    left:385px;
    top:-35px;
    height:0px;
    z-index:3;
}

