/* Global Styles */

body {
	margin:0px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#header {
	background-color: #003366;
	height: 112px;
	padding: 7px 0px 5px 5px;
	font-style: italic;
	color: #66CCFF;
	border-bottom: solid #000066 4px;
}

#SignUp {
	padding: 5px 0px 2px 8px;
}
a {
	color: #CCCC33;
	font-weight:bold;
	}
	
a:hover {
	color: #3366CC;
	}

#navigation {
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	}
		
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("http://www.iamopulent.com/images/grant-nieddu-arrow.gif") 14px 45% no-repeat;
	font-weight: bold;
	}
	
#navigation a:hover {
	background: url("http://www.iamopulent.com/images/grant-nieddu-arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	font-weight: bold;
	}
	
/* Class Styles */
	
#bodyText {
	font:14px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0px;
	width: 92%;
	background-color: #FFFFFF;
	border-right: solid #999999 2px;
	border-left: solid #999999 2px;
	height: 100%;
	padding: 0px 0px 20px 0px;
	border-bottom: solid #999999 2px;
	}
#content {
	height: 600px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#content #bodyText h1 {
	font-size: 20px;
	font-weight: bold;
	color: #999999;
	padding-top: 15px;
	padding-left: 15px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

#content #bodyText h2 {
	font-size: 13px;
	font-style: italic;
	color: #999999;
	padding-bottom: 5px;
	padding-left: 15px;
	text-align: left;
	margin: 0px 0px 0px 0px;
}

#content #bodyText p {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-align: left;
}
#content #bodyText .quote p {
	text-align: center;
	padding: 3px 0px 20px 10px;
	border-bottom: dashed 1px;
	width: 90%;
}


#content #rightColumn {
	margin: 20px 0px 0px 0px;
	font-size: 10px;
	width: 240px;
}
#content #rightColumn a {
	color: #003366;
	display:block;
	margin: 0px 0px 30px 0px;
	text-decoration: none;
}
#content #rightColumn a:hover {
	color: #FF6600;
	text-decoration: underline;
}

#content #rightColumn h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

#footer {
	float: bottom;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
	font-style: italic;
	color: #003366;
}
.quote {
	font-style: italic;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}
#content #bodyText a {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}
#content #bodyText a:hover {
	text-decoration: underline;
}
#content #bodyText li {
	font-size: 10px;
	text-align: left;
	list-style-type: none;
	margin: 0px 0px 0px 28px;
}

#content #bodyText .recipe li {
	font-size: 12px;
	text-align: left;
	list-style-type:decimal;
	margin: 5px 0px 10px 10px;
}

#content #bodyText ul {
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 20px;
}
#content #bodyText .dictionary {
	font-size: 11px;
	letter-spacing: .1em;
}
#content #bodyText .dictionary li {
	margin: 0px 0px 0px 10px;
	list-style-type: decimal;
}
#content #bodyText .dictionary ol {
	margin: 0px 0px 0px 0px;
}
#content #bodyText .dictionary table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003366;
}

