@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 80%;
}
#container    { background-color: #ffffff; margin: 40px auto 0; width: 900px }
#LeftSidebar {
	width: 143px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
#header   { margin-left: 146px; width: 750px; height: 133px }
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	margin-left: 8px;
	position: relative;
	vertical-align: bottom;
	margin-top: -300px;
	float: right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#maincontent   { margin-left: 145px; padding-left: 20px; width: 660px; border-left: 1px dotted #cccccc }
#ImageFloatRight {
	height: 333px;
	width: 328px;
	float: right;
	position: relative;
	margin-top: -300px;
	margin-left: 20px;
	padding-top: 10px;
}
/*
#maincontent img {
	float: right;
	clear: left;
	position: relative;
	margin-top: -300px;
	padding-top: 20px;
}*/
#maincontent li {
	font-size: 90%;
	color: #999999;
}
li.narrowlist  {
	width: 250px;
}


#sidebarcontent {
	height: 150px;
	width: 105px;
	margin-left: 25px;
}

#navigation   { display: inline-block; position: relative; top: -25px; width: 680px; height: 30px }
#navigation ul {
	list-style-type:none;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 34px;
}
#navigation li {
	display:inline;
}
#navigation  a:link{
	float:left;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	color: #492F90;
	background-image: url(images/BulletGray.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#navigation a:visited {
	float:left;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	color: #492F90;
	background-image: url(images/BulletGray.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navigation a:hover{
	color: #F03F35;
	background-image: url(images/BulletRed.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#navigation a:active {
	float:left;
	text-decoration:none;
	border-right:1px solid #FFFFFF;
	color: #492F90;
	background-image: url(images/BulletGray.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-transform: uppercase;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h1 {
	font-size: 130%;
}
p {
	color: 535353;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
p.shortline {
	width: 275px;
}
#edible td {
	height: 35px;
	vertical-align: top;
}
#edible img {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#edible {
	background-image: url(images/mainpic03.jpg);
	background-repeat: no-repeat;
	background-position: 345px bottom;
}
#edible a:link {
	color: #999999;
}
#edible a:hover {
	color: #EE4035;
}
.latin {
	font-style: oblique;
}
a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	color: #EE4035;
	text-decoration: underline;
}
a:active {
	color: #999999;
	text-decoration: underline;
}
.name {
	font-weight: bold;
}
#container #maincontent table tr td table tr td table tr td p {
	font-weight: bold;
}
#container #maincontent table tr td table tr td table tr td p {
	font-weight: bold;
}
