/* Global Styles */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #669922;
	background-image: url(Nav/sic_drop_shadow.gif);
	background-repeat: repeat-y;
	background-position: center;
	}
	
td {
	color:#669922;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a {
	color: #003366;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #003366;

/* Class Styles */
}
.copyright {
	color: #333333;
	font-size: 10px;
}
.advertisement {
	color: #003366;
	font-size: 9px;
}
.clock {
	color: #333333;
	font-size: 10px;
}
.pageTitle {
	font-size: 24px;
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
	color: #003366;

}
.articleTitle {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:14px;
	
}
.authorLink {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 10px;
	font-weight: bold;
}
.authorName {
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-style: italic;
}

.paragraphText {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font: arial;
}	
.subHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
	font-weight: normal;
}
.menuHeader {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 14px;
	font-style: normal;
}
.menuTopLink {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 12px;
	font-style: normal;
}
.menuLink {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 10px;
	font-style: normal;
	padding-left: 16px;
}
.recipeText {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
	font-size: 11px;
	font-style: normal;
}
.quote {
	color: #333333;
	font-size: 12px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.blueQuote {
	color: #003366;
	font-size: 12px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.update {
	color: #000000;
	font-size: 10px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

/* ID Styles */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width:0;
font:normal 10px Arial;
line-height:12px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 10px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
color:#333333;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: b0d739;}
