`/* CSS Document */
* { margin:0; padding:0; }
html { background-color:#E6E7E8;}
body { padding:0; margin:0px auto; text-align:center; }
img { border:0; }
a:hover {text-decoration: underline; }
p { font-family: Calibri, Arial, sans-serif; margin: 0; }
a {text-decoration:none; color:#A4A510; font-family: Calibri, Arial, sans-serif; }

#divPageContainer { width:1000px; overflow:auto; margin:0 auto; background-color:#FFFFFF; margin-bottom:30px; }
#divTopBar { width:1000px; height: 35px; float:left; }
#divTopBar p { float:right; font-size:13px; color:#3A853E; margin-top:10px; margin-right:10px; }
#divHeader { width:1000px; height: 120px; float:left; background-image:url(../images/header-green.gif); background-repeat:no-repeat; }
#divHeader img.logo { float: left; margin-left:45px; margin-top:10px; }
#divHeader p { float:right; font-size:22px; font-weight:100; letter-spacing:0.08em; color:#FFF; text-transform:uppercase; margin-top:55px; margin-right:70px; }
#divHeader.prepared{ background-image:url(../images/header-darkgreen.gif); background-repeat:no-repeat; }
#divHeader.root{ background-image:url(../images/header-red.gif); background-repeat:no-repeat; }
#divHeader.potatoes{ background-image:url(../images/header-brown.gif); background-repeat:no-repeat; }

#divNavigationHolder { width:1000px; height: 35px; margin-top:4px; float:left; background-image:url(../images/navbarbg-green.gif); background-repeat:repeat-x; }

#divContentContainer { width:1000px; overflow:auto; float:left; background-color:#FFFFFF; background-image:url(../images/content.gif); background-position:bottom right; background-repeat:no-repeat; margin-top:25px; }

#divContent { width:750px; float:left; text-align:left;}
#divContent h1 { font-size:41px; font-weight:100; margin:8px 0 0 0; padding:0px; font-family: Calibri, Arial, sans-serif; }
#divContent h2 { font-size:18px; font-weight:100; margin:0 0 0 0; padding:0px; font-family: Calibri, Arial, sans-serif; }
#divContent p { font-size:15px; font-weight:100; color: #231F20; line-height:20px; margin:20px 0 0 0; padding:0px;}
#divContent p b { font-weight:bold;}
#divContent p i { font-weight:bold; color:#7BAE41; font-style:italic;}
#divContent p strong { font-weight:bold; color: #3A863E;}
#divContent p a { font-weight:bold; color:#7BAE41; text-decoration:none;}
#divContent p a:hover { text-decoration:underline; }

.flash { z-index:0; text-align:center; margin:0 auto; }

#divRightNav { width:230px; position:absolute; z-index:20; top:0px; right:0px;}
	#divRightNav ul {list-style: none;  width:230px; height:100px; float:left; margin:0px; padding:0px;}
	#divRightNav li { margin-top:10px; text-align: left; width:215px; height:20px; padding:5px 0 0 15px; float: left; background-image:url(../images/navbarright-green.gif); background-repeat: repeat-x; }
	#divRightNav li a {text-decoration:none; color:#FFF; font-size:13px; display:block; } 
	#divRightNav li a:hover {color:#fff; font-weight:bold; }
	#divRightNav li#Selected a { color:#000000; }

#divFooter { width:1000px; height: 35px; float:left; background-image:url(../images/navbarbg-green.gif); background-repeat:repeat-x; margin-top:35px; }
#divFooter p { font-size:13px; font-weight:normal; color: #FFF; float:left; text-align:left; margin-top:10px; margin-left: 15px; }

#divMenu { width:740px; height: 130px; margin-top:20px; }
.MenuButton { width:215px; height: 130px; float:left; }
.MenuButton:hover a img { width:198px; height: 98px; }
.MenuButton a img {  border: 10px solid #CFD0D2; width:198px; height: 98px; }
.MenuButton a:hover img { border: 10px solid #6D6E70; }
.Spacer { width:30px; height: 130px; float:left; }

