/* Global Styles */
body {
	margin:0;
	height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	}	
a {
	color: #993300;
	}	
a:hover {
	color: #5C743D;
	}	
/* Text Styles */	
#dateformat {
	color: #FFE083;
	letter-spacing:.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C753E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C753E;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}	
.bodyText {
	color:#333333;
	line-height:20px;
	margin-top:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	}	
.pageName{
	color: #5C743D;
	letter-spacing:0.21em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #5C733D;
	border-bottom-color: #5C733D;
	top: 10px;
	display: block;
	margin-top: 5px;
	background-color: #D6E1C6;
	}	
.quote {
	color: #5C733D;
	line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-left: 4%;
	margin-right: 4%;
	}		
/* Menu Styles */
.navbar {
	margin-top: 5px;
	margin-left: 5px;
	width:180px;
}  
.navbar a{
	color: #FFFFFF;
	text-decoration: none;
} 
.mainDiv {
	width:180px;
	position:relative;
}
.topItem {
	width: 180px;
	height: 30px;
	display: block;
	background-image: url(../images/sideNavBkg.jpg);
}
.topItem a{
	width: 180px;
	height: 30px;
	color: #FFE082;
	cursor:pointer;
	text-indent:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	display: block;
}
.topItem a:hover{
	width: 180px;
	height: 30px;
	color: #FFE082;
	cursor:pointer;
	text-indent:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: underline;
}
/*actionNav styles */
.actionNavItem {
	width: 180px;
	height: 55px;
	background-image: url(../images/actionNavItemBkg.jpg);
}
.actionNavItem a{
	display: block;
	color: #FFE082;
	text-decoration: none;
	line-height: 20px;
	text-align: center;
	height: 55px;
	width: 180px;
	font-size: 80%;
	top: 15px;
	position: relative;
	text-transform: capitalize;
}
.actionNavItem a:hover {
	color: #FFE082;
	text-decoration: underline;
}
#leftcol {
	margin-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5C733D;
	background-color: #FFE082;
}
#smallprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #FFE082;
	text-align: right;
	margin-right: 5px;
}

/* column styles */
#rightcol {
	margin-top: 5px;
	background-image: url(../images/rightsideBkg.jpg);
}
#actionNavDiv {
	width: 180px;
}

#middlecol {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C753E;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5C753E;
}
.quoteLessons {

	color: #5C733D;
	line-height:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-left: 4%;
	margin-right: 4%;
}
.largequote {
	font-size: 18px;
}
.quoteLessonsCopyright {


	color: #5C733D;
	line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	margin-left: 4%;
	margin-right: 4%;
}
.noticeText {
	color: #5C733D;
	line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-left: 33px;
	margin-top: 20px;
	margin-right: 4%;
}
.noticeTextLarge {
	color: #990000;
	line-height:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin-left: 33px;
	margin-top: 20px;
	margin-right: 4%;
}
.bodyText table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
	width: 100%;
}
