@charset "UTF-8";
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

/* Miscellaneous classes for reuse */
.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. */
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
body {
	margin: 0px;
}
#container {
	height: 1200px;
	width: 800px;
	margin-right: 75px;
	margin-left: 75px;
	left: 0px;
	top: 0px;
	position: static;
	right: 0px;
	bottom: 0px;
}
#header {
	height: 145px;
	width: 800px;
	margin-bottom: 0px;
}
#content {
	height: 925px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 225;
}
.footer_numbers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF6600;
	text-align: right;
}
#sidebar {
	float: left;
	width: 175px;
	text-align: left;
	height: 925px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #F9DBB9;
	list-style-position: outside;
	list-style-type: disc;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#footer {
	height: 25px;
	width: 800px;
}
h2 {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
.h2center {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}
.h3center {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
h4 {
	font: lighter 14px/18px "Times New Roman", Times, serif;
}
.h4rtalign {
	font: lighter 14px/16px "Times New Roman", Times, serif;
	text-align: right;
}
.h4italic_center {
	font: italic lighter 14px "Times New Roman", Times, serif;
	text-align: center;
}
.h4center {
	font: lighter 14px "Times New Roman", Times, serif;
	text-align: center;
}
h5 {
	font: lighter 12px/14px "Times New Roman", Times, serif;
}
.h4italic {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: lighter;
}
.h4bold {
	font: bold 14px/18px "Times New Roman", Times, serif;
}
#navbar {
	margin-bottom: 15px;
}
#picture {
	float: right;
	margin-left: 8px;
}
#picture_center  {
	float: none;
}
.indent {
	text-indent: 10px;
}
.quote16 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #996666;
	text-align: left;
	font-weight: bold;
}
.quote14 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #996666;
	text-align: left;
	padding-right: 30px;
	padding-left: 30px;
}
#savatri {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
.quote_center {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #996666;
	text-align: center;
}
#savatri_center {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}

