/* CSS Document */

body {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
}

p {
	margin: 0 0 5px 0;
	padding: 0;
}

a {
	color: #2A43A1;
}

textarea {
	width: 220px;
	height: 54px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

select {
	width: 220px;
	height: 16px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

input {
	width: 220px;
	height: 17px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
div#container {
	background-image:  url(images/body-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	margin: 0 auto;
	width: 640px;
	height: 600px;
}

div#body {
	position:relative;
	left:0px;
	top:0px;
	width:640px;
	height: auto;
	margin: 0;
	padding: 0;
	background-color:#EFC868;
	text-align: left;
}

div#body-left {
	position:relative;
	left:0px;
	top:0px;
	width:485px;
	padding-bottom: 10px;
	background-color:#F4E7A8;
}

div#body-mid {
	position:absolute;
	left:362px;
	top:0px;
	width:114px;
	background-color:#F4E7A8;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: left;
	padding: 47px 0 0 0;
}

div#body-right {
	padding: 0;
	position:absolute;
	left:485px;
	top:0px;
	width:155px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

#mix {
	margin: 0;
	padding: 12px 5px;
	background-color:#CE9E4E;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 14px;
}

#pic {
	margin: 0;
	background-color:#FBF3C9;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#recipe {
	margin: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

#recipe-header {
	background-image: url(images/recipe-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	background-color:#F4E7A8;
	width: 485px;
	height: auto;
	padding: 10px 0;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2A43A1;
	text-align: left;
}

#tab {
	width: 172px;
	margin-left: 20px;
	text-align: center;
}

div#footer {
	position:relative;
	left:0px;
	top:0px;
	width:640px;
	height:20px;  
	padding: 5px 0 0 0;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color:#2A43A1;
}

.red {
	color: FE0F0B;
}

.mid-head {
	color: FE0F0B;
	font-weight: bold;
	font-size: 12px;
}

.right-head {
	font-weight: bold;
	font-size: 14px;
}

a.footer {
	color: white;
	text-decoration: none;
}

div#body-news {
	position:relative;
	left:15px;
	top:0px;
	padding-right: 10px;
	width:445px;
	height: auto;
	background-color:#F4E7A8;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
}

.header {
	width: 400px;
	height: auto;
	padding: 10px 0;
	font-size: 14px;
	font-weight: bold;
	color: #2A43A1;
	text-align: left;
}

#news {
	font-size: 12px;
}


.headline {
	font-weight: bold;
	color: #FF0033;
	padding: 0;
	margin: 0;
}

.headline a {
	text-decoration: none;
	color: #FF0033;
}

.subhead {
	color: #627BBE;
	padding: 0;
	margin: 0;
}

.blurb {
	padding: 0;
	margin: 0;
}

.view-full {
	color: #627BBE;
	padding: 0;
	margin: 0 0 15px;}

#links {
	font-size: 12px;
}

.description {
	padding: 0;
	margin: 0 0 10px;
}

.story {
	padding: 0;
	margin: 0 0 10px;
}

.news-pic {
	float: right;
	height: 200px;
	margin: 45px 0 0 15px;
}

.story-list {
	list-style-position: outside;
	list-style-image: url(images/hat.gif);
	list-style-type: none;
}

.story-list ul {
	padding: 0;
	margin: 0px;
}

.story-list li {
	padding: 0 0 10px 10px;
	margin: 0 ;
}

.left {
	width: 250px; 
	float: left;
}

.right {
	width: 150px; 
}

.footnote {
	font-size: 9px;
}

#popup {
	margin: 0;
	padding: 0;
	background-color:#F4E7A8;
	text-align: left;
}

#popup-header {
	width: 498px;
	height: auto;
}

#popup-header p {
	margin: 5px 15px;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2A43A1;
	text-align: left;
}

#popup-content {
	width: 458px;
	margin-left: 15px;
	height: auto;
	font-family: "Trebuchet MS", Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
#close {
	width: 458px;
	margin: 20px 15px;
	height: auto;
	text-align: center;
}