	#content {
	width:585px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/****This is for various table styles****/
table {
	font-size:12px;
	margin:auto;
	text-align:center;
}	
	
table tr td img {
	padding-bottom:20px;
}

table.wide{
	width:500px;
	margin:auto
}

table.wide tr td {
	padding:10px;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:14px;
	width:250px;
}

table.tableleft {
	text-align:left;
}


table.sponsors {
	color:#966;
	width:500px;
}

table.sponsors tr td {
	width:230px;
	padding:5px;
}


table.sponsors h2 {
	padding:0px;
	margin:0px;
	width:495px;
	height:45px;
	background-image:url(../content/images/MAEFFarmTopA.JPG);
	background-repeat:no-repeat;
	background-position:center;
	color:#FF0909;
}

table.sponsors h3 {
	font-style:italic;
	padding:0px;
	margin:0px;
	width:495px;
	height:35px;
	background-image:url(../content/images/MAEFFarmTopB.JPG);
	background-repeat:no-repeat;
	background-position:center;
	color: #996600;
}

/****General parahraph rules and styles****/
p {
	font-size:12px
}	

p.justify {
	padding:5px;
	text-align:justify;
}

p.italics {
	font-style:italic;
}

p.center {
	text-align:center;
}

p.bold {
	font-weight:bold;
}

p.spaced {
	line-height: 1.5em;
	padding: 20px;
}

/*********************************List Styles*********************************/

#content ul li {
	display:block;	
	padding-right:3em;
	padding-bottom:.25em;
	list-style:disc;
	font-size:.8em; 
	color:#000; 
	line-height:1.1em;
	}

#content ul li ul{
	padding-top:.25em;
}

#content ul li ul li{
	margin-left:1em;
	list-style:circle;
	padding-bottom:0;
}

#content ul li.bold {
	font-weight:bold;
	}
#content ul li.italic {
	font-style:italic;
	}	

#content ol, ol li, ol ul ul li {
	font-size:1em;
}

#content ol ul li {
	margin-left:-3em;
	list-style:none;
}

#content ol ul ul li {
	margin:0;
	list-style:square;
}
	
#content ul li.maef { 
    margin-left:20px;
	background:none; 
	list-style-image:url(/~maefonli/content/images/maeflist.jpg);
	line-height:17px;
}

#content ul.maef li { 
    margin-left:20px;
	background:none; 
	list-style-image:url(/~maefonli/mages/maeflist.jpg);
	line-height:17px;
}

#content ul.boldlist li {
	list-style:none;
	font-weight:bold;
	text-align:left;
	font-size:12px;
	padding-bottom:5px;
	padding-right:0px;
}

#content ul.boldlist ul li {
	font-weight:normal;
	margin-left:-3em;
	list-style:none;
	padding-right:0px;
}

	
/************************** end content bullets / start basic styles *******************/

/****Links****/

a:link {
	color: #CC0033;
}
a:visited {
	color: #CC0033;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #CC0033;
}

/****Headline styles****/
	
h1 {
	font-family:"Cooper Black";
	color:#666;
	font-size:22px;
	padding-bottom:0px;
}		


h2 {
	font-size:x-large;
	color:#000;
	margin: 10px 0px 35px 0px;
	text-align:center;
	font-weight:bold
}

h3 {
	font-size:medium; 
	margin: 10px 0px 5px 0px;
}

h4 {
	font-size: medium; 
	font-weight: bold; 
	font-style: italic;
}	

h5 {
	font-size:large;
	color:#F60;
	margin:5px;
}


/****Border Styles****/
#Yellow500 {
	border-color:#FFCC00; 
	border-style:solid; 
	border-width:medium; 
	width:500px; 
	position:relative; 
	left:20px; 
	padding:15px;
	margin-top:15px;
	z-index:10;
}

#Yellow550 {
	border-color:#FFCC00; 
	border-style:solid; 
	border-width:medium; 
	width:550px; 
	position:relative; 
	left:-7px; 
	padding:15px;
	margin-top:15px;
	z-index:10;
}

#Yellow450 {
	border-color:#FFCC00; 
	border-style:solid; 
	border-width:medium; 
	width:450px; 
	position:relative; 
	left:45px; 
	padding:15px;
	margin-top:15px;
	z-index:10;
}

#Green500 {
	border-color:#339900; 
	border-style:solid; 
	border-width:medium; 
	width:500px; 
	position:relative; 
	left:20px; 
	padding:15px;
	margin-top:15px;
}

#Green550 {
	border-color:#339900; 
	border-style:solid; 
	border-width:medium; 
	width:550px; 
	position:relative; 
	left:-7px; 
	padding:15px;
	margin-top:15px;
}
#Green450 {
	border-color:#339900; 
	border-style:solid; 
	border-width:medium; 
	width:450px; 
	position:relative; 
	left:45px; 
	padding:15px;
	margin-top:15px;
}
#Blue500 {
	border-color:#003399; 
	border-style:solid; 
	border-width:medium; 
	width:500px; 
	position:relative; 
	left:20px; 
	padding:15px;
	margin-top:15px;
}

#Blue550 {
	border-color:#003399; 
	border-style:solid; 
	border-width:medium; 
	width:550px; 
	position:relative;
	left:-7px; 
	padding:15px;
	margin-top:15px;
}

#Blue450 {
	border-color:#003399; 
	border-style:solid; 
	border-width:medium; 
	width:450px; 
	position:relative; 
	left:45px; 
	padding:15px;
	margin-top:15px;
}

#Red550 {
	border-color:#CC0000; 
	border-style:solid; 
	border-width:medium; 
	width:550px; 
	position:relative;
	left:-7px; 
	padding:15px;
	margin-top:15px;
}

#Red500 {
	border-color:#CC0000; 
	border-style:solid; 
	border-width:medium; 
	width:500px; 
	position:relative;
	left:20px; 
	padding:15px;
	margin-top:15px;
}

#Red450 {
	border-color:#CC0000; 
	border-style:solid; 
	border-width:medium; 
	width:450px; 
	position:relative;
	left:45px; 
	padding:15px;
	margin-top:15px;
}
	
/****Text and Background Color Styles****/
#RedWhite {
	color:#FFF;
	background-color:#F30;
}

#RedWhite a {
	color:#FDE;
}

#justify {
	text-align:justify;
}
	
#center {
	text-align:center;
}

/****Specific Font Styles****/


.CooperLarge {
	font-family: "Cooper Black";
	font-size: 24px;
}

.CooperMedium {
	font-family: "Cooper Black";
	font-size: medium;
}

.Cooper {
	font-family: "Cooper Black";
}

.CooperExtended {
	font-family: "Cooper Black";
	letter-spacing: 1.5px;
	line-height:1.25em;
}

.BookAntiquSmall {
	font-family: "Book Antiqua";
	font-size: 12px;
	height: auto;
}
.BookAntiqua {
	font-family: "Book Antiqua";
	font-size: medium;
}
.fancy {
	font-family: "Lucida Calligraphy"; 
	font-size: 14px; }

.ComicSans {
	font-family: "Comic Sans MS"
}

.ComicSansLarge {
	font-family: "Comic Sans MS";
	font-size: large;
}

.medium {
	font-size:medium;
}

.xsmall {
	font-size:x-small;
}

.xlarge {
	font-size:x-large;
}

.style17 {
	color: #990000; 
}

.style24 {
	color: #CC0033;
}

.style25 {
	color: #CC3300;
	font-weight: bold;
	font-size: medium;
}

.style31 {
	color: #333333
}

