body {
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

a:link, a:visited {
	color: #0033FF;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #006600;
	text-decoration: none;
}

a:link:active, a:visited:active {
	color: #0033FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: center;
	min-height: 40%;
	background-repeat: no-repeat;
	background-position: top;
}

#header {
	position: relative;
	width: 740px;
	height: 67px;
	text-align: right;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #e6e6e6;
	background-image: url('/images/header_bg.gif');
}

#toolbar {
	color: #ffffff;
	padding: 5px;
}

#toolbar a {
	color: white;
	text-decoration: none;
}

#toolbar a:hover {
	text-decoration: underline;
}


#searchbar {
	color: #ffffff;
	padding: 5px;
	margin: 0px;
}

#searchbar form {
	margin: 0px;
}

#searchbar input {
	border: 1px solid #7AAFE5;
	padding: 2px;
	font-size: 11px;
	margin: 0px;
}

#nav {
	position: relative;
	width: 740px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #ffff99;
}

#preview {
	position: relative;
	width: 740px;
	color: red;
	font-size: 13px;
	background-color: yellow;
	border: 1px solid red;
}

#nav td {
	padding: 5px;
}

#search {
	position: relative;
	text-align: right;
	border-bottom: 1px solid #e6e6e6;
}

#search input {
	font-size: 10px;
	border: 1px solid #899EC6;
	color: #333333;
}

#contentwrapper {
	width: 740px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #000000;
	text-align: left;
	margin: 0;
	padding: 0;
}

#sidebar-left {
	width: 200px;
	padding-top: 120px;
	padding-left: 20px;
	text-align: left;
	/*background-color: #e6e6e6;*/
	float: left;
	min-height: 40%;
}

#maincontent {
	width: 500px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	margin: 0px;
	float: left;
	min-height: 40%;
}

#login_sidebar {
	border: 1px solid #e6e6e6;
	background-color: white;
	width: 160px;
	padding: 10px;
}

#login_sidebar p {
	font-size: 10px;
	line-height: 12px;
}

#login_sidebar input {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#crumb {
	font-size: 10px;
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
}

#crumb a {
	color: #0033FF;
	text-decoration: none;
}

#crumb a:hover {
	text-decoration: underline;
}

#footer {
	width: 740px;
	height: 50px;
	text-align: left;
	background-color: #7AAFE5;
}

#jumpbox {
	width: 190px;
	padding-left: 30px;
	padding-top: 15px;
	font-size: 11px;
	float: left;
}

#footernav {
	width: 500px;
	padding-top: 5px;
	float: left;
}

#footernav small {
	font-size: 10px;
	line-height: 20px;
	font-family: Arial,Helvetica,sans-serif;
}

/* meal planner divs */
.daynav {
	font-size: 14px;
	border: 1px solid #e6e6e6;
}

.daynav a {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

/* imported from the old site */
p { color: #000066; font-size: 12px; line-height: 18px; font-family: Verdana, Arial; text-align: left; }

.text { color: #000066; font-size: 12px; line-height: 18px; font-family: Verdana, Arial }

.outline {
	border: thin solid #000000;
}

.small {
   color: #000066;
   font-size: 7pt;
   line-height: 18px;
   font-family: Verdana, Arial;
}

ul {
	text-align: left;
	}
	
li {
	line-height: 18px;
	text-align: left;
	list-style-type: square;
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000066;
}

h1 { color: #000066; font-size: 14px; line-height: 18px; font-family: Verdana, Arial; text-align: left; }

/* forms */
.default_form input,select,textarea {
	border: 1px solid #000066;
}

